pokeminer icon indicating copy to clipboard operation
pokeminer copied to clipboard

TypeError: sequence index must be integer, not 'str', Banned?

Open Maxxxel opened this issue 8 years ago • 2 comments

I get this on all accounts:

Traceback (most recent call last): File "worker.py", line 136, in run self.main() File "worker.py", line 177, in main map_objects = response_dict['responses'].get('GET_MAP_OBJECTS', {}) TypeError: sequence index must be integer, not 'str'

Maxxxel avatar Aug 14 '16 10:08 Maxxxel

read #203 i try my luck later to see if it is the server.

Maxxxel avatar Aug 14 '16 10:08 Maxxxel

The only thing I can do is catch that error and convert it into something more readable, as well as add more logging.

Which I just did, please check out 53d80dd.

modrzew avatar Aug 15 '16 15:08 modrzew