Skip to content

Instantly share code, notes, and snippets.

@stubb
Created October 15, 2014 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stubb/b46e6edb5e88aeef89db to your computer and use it in GitHub Desktop.
Save stubb/b46e6edb5e88aeef89db to your computer and use it in GitHub Desktop.
[FATAL] Network message: Ein Spieler hat das Spiel verlassen und das Spiel kann aus technischen Gründen daher momentan nicht fortgesetzt werden.
Traceback (most recent call last):
File "run_uh.py", line 380, in <module>
main()
File "run_uh.py", line 189, in main
ret = horizons.main.start(options)
File "/home/kili/Repositories/unknown-horizons/horizons/main.py", line 268, in start
horizons.globals.fife.run()
File "/home/kili/Repositories/unknown-horizons/horizons/engine/engine.py", line 276, in run
self.loop()
File "/home/kili/Repositories/unknown-horizons/horizons/engine/engine.py", line 288, in loop
f()
File "/home/kili/Repositories/unknown-horizons/horizons/timer.py", line 100, in check_tick
r = f(self.tick_next_id)
File "/home/kili/Repositories/unknown-horizons/horizons/manager.py", line 98, in can_tick
packets_received = self.networkinterface.receive_all()
File "/home/kili/Repositories/unknown-horizons/horizons/network/networkinterface.py", line 383, in receive_all
self.log.debug("ping in receive_all failed: "+str(e))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 73: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment