tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

Username/password not correctly specified #57

Closed Zeromark30 closed 8 years ago

Zeromark30 commented 8 years ago

I have all four vars set in my config.json and get the following. http://imgur.com/a/1mcUK

setting line 152 to if not api.login(str(config.auth_service), str(config.username), str(config.password)): return

fixed it for me

tejado commented 8 years ago

Thanks, fixed.