StarryPy / StarryPy3k

StarryPy on Python3k
Other
53 stars 35 forks source link

Parser error #89

Open ren-kun opened 7 years ago

ren-kun commented 7 years ago

2017-06-09 00:29:09 - ERROR - starrypy.plugin_manager # Exception encountered in plugin on action: player_warp_result Traceback (most recent call last): File "/var/Server/Starbound/Starbound/wrapper/StarryPy3k-master/plugin_manager.py", line 45, in do if not (yield from p(packet, connection)): File "/var/Server/Starbound/Starbound/wrapper/StarryPy3k-master/plugins/player_manager.py", line 351, in on_player_warp_result if data["parsed"]["warp_success"]: KeyError: 'parsed'

rubellyte commented 7 years ago

Can you check and see if this was fixed in the latest commit?

kharidiron commented 7 years ago

Agreed. This is a bug that was fixed in the most recent commit. Just pull the latest.