Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: gdbm key must be string, not unicode #4743

Closed
Brainarea opened this issue Aug 25, 2016 · 2 comments
Closed

TypeError: gdbm key must be string, not unicode #4743

Brainarea opened this issue Aug 25, 2016 · 2 comments

Comments

@Brainarea
Copy link

The last dev gave me this weird error.

2016-08-25 18:17:23,739 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-25 18:17:23,748 [ cli] [INFO] commit: 5e50264
2016-08-25 18:17:23,751 [ cli] [INFO] Configuration initialized
Traceback (most recent call last):
File "pokecli.py", line 705, in
main()
File "pokecli.py", line 103, in main
bot = PokemonGoBot(config)
File "/Users/me/Documents/Pokebot/3_PokemonGo-Bot/pokemongo_bot/init.py", line 106, in init
if saved_info.has_key('client_id'):
File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shelve.py", line 107, in has_key
return key in self.dict
TypeError: gdbm key must be string, not unicode

Any idea?

@Gobberwart
Copy link
Contributor

#4741 Looks like a lot of people are getting this at the moment (including me)

@loflol
Copy link

loflol commented Aug 25, 2016

Hello me too :(

@k4n30 k4n30 closed this as completed Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants