Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. --- Logging error ---
  2. Traceback (most recent call last):
  3. File "C:\Users\baptiste\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1028, in emit
  4. stream.write(msg + self.terminator)
  5. File "C:\Users\baptiste\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 19, in encode
  6. return codecs.charmap_encode(input,self.errors,encoding_table)[0]
  7. UnicodeEncodeError: 'charmap' codec can't encode character '\ufffc' in position 185: character maps to <undefined>
  8. Call stack:
  9. File "C:\Users\baptiste\AppData\Local\Programs\Python\Python37\lib\threading.py", line 890, in _bootstrap
  10. self._bootstrap_inner()
  11. File "C:\Users\baptiste\AppData\Local\Programs\Python\Python37\lib\threading.py", line 926, in _bootstrap_inner
  12. self.run()
  13. File "C:\Users\baptiste\AppData\Local\Programs\Python\Python37\lib\threading.py", line 870, in run
  14. self._target(*self._args, **self._kwargs)
  15. File "C:\Users\baptiste\Documents\DofusBot\BlackFalconCore\tools\ws_connector.py", line 21, in __init__
  16. self.connection.run_forever()
  17. File "C:\Users\baptiste\Documents\DofusBot\BlackFalconCore\venv\lib\site-packages\websocket\_app.py", line 305, in run_forever
  18. dispatcher.read(self.sock.sock, read, check)
  19. File "C:\Users\baptiste\Documents\DofusBot\BlackFalconCore\venv\lib\site-packages\websocket\_app.py", line 53, in read
  20. if not read_callback():
  21. File "C:\Users\baptiste\Documents\DofusBot\BlackFalconCore\venv\lib\site-packages\websocket\_app.py", line 289, in read
  22. self._callback(self.on_message, data)
  23. File "C:\Users\baptiste\Documents\DofusBot\BlackFalconCore\venv\lib\site-packages\websocket\_app.py", line 343, in _callback
  24. callback(*args)
  25. File "C:\Users\baptiste\Documents\DofusBot\BlackFalconCore\tools\ws_connector.py", line 24, in on_message
  26. self.logger.info('Recieved message from API: ' + message)
  27. Message: 'Recieved message from API: {"message":"ChatServerWithObjectMessage","id":883,"content":{"channel":5,"content":"achète  en masse mp moi","timestamp":1563398060,"fingerprint":"2zsoag0y","senderId":3.17095936208E11,"senderName":"Hatakek","prefix":"","senderAccountId":41150527,"objects":[{"position":63,"objectGID":11109,"effects":[],"objectUID":654156,"quantity":1}]}}'
  28. Arguments: ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement