StarryPy / StarryPy3k

StarryPy on Python3k
Other
53 stars 35 forks source link

KeyError: b'(h\x05jY' , my file : "player" don't work anymore #119

Closed LucienAclantis closed 2 years ago

LucienAclantis commented 7 years ago

I recently reinstalled my linux server, so I backup the player file and when I start my server, it does not work anymore while everything runs before

2017-09-21 14:37:52 - ERROR - starrypy # Error during server startup. Traceback (most recent call last): File "./server.py", line 205, in init self.plugin_manager.resolve_dependencies() File "/home/play/Starbound/Plugin/plugin_manager.py", line 128, in resolve_dependencies p = classes[name]() File "/home/play/Starbound/Plugin/plugins/player_manager.py", line 219, in init self.shelf = Cupboard(self.plugin_config.player_db) File "/home/play/Starbound/Plugin/utilities.py", line 247, in init v = io.BytesIO(db[k]) KeyError: b'(h\x05jY' 2017-09-21 14:37:52 - WARNING - starrypy # Exiting

`Ps : I use Python 3.5.2