Advertisement
Guest User

Untitled

a guest
Aug 16th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Exception in thread Thread-1:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  4. self.run()
  5. File "/usr/local/lib/python2.7/dist-packages/ws4py/manager.py", line 259, in run
  6. if not ws.once():
  7. File "/usr/local/lib/python2.7/dist-packages/ws4py/websocket.py", line 305, in once
  8. if not self.process(b):
  9. File "/usr/local/lib/python2.7/dist-packages/ws4py/websocket.py", line 377, in process
  10. self.received_message(s.message)
  11. File "ws.py", line 43, in received_message
  12. reply = s.rcon_command(msg["command"])
  13. File "/home/tdb/rcon/SRCDS.py", line 223, in rcon_command
  14. return self._any_rcon_response(command)
  15. File "/home/tdb/rcon/SRCDS.py", line 196, in _any_rcon_response
  16. return self._any_rcon_response_hl2(command)[3]
  17. File "/home/tdb/rcon/SRCDS.py", line 203, in _any_rcon_response_hl2
  18. req_id = self.send_packet(SERVERDATA_EXECCOMMAND, command)
  19. File "/home/tdb/rcon/SRCDS.py", line 143, in send_packet
  20. packet = hldspack_int(len(packet)) + packet
  21. UnicodeDecodeError: 'ascii' codec can't decode byte 0x8f in position 0: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement