-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
* Start to use the signature interface. * Added dummy class to show how to use: DeviceInfo ActivityStatus SensorInfo * sensor data is randomly generated (#4249) * including activity status details resulted in uk6 fail (no map objects), need more iOS dumps to identify the issue * Switch the upstream of pgoapi to joelgreen, he will handle the upupstream PR as well.
- Loading branch information
There are no files selected for viewing
2 comments
on commit 576a0c6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new pgoapi breaks the logon procedure at least for google-auth:
2016-08-19 19:59:47,581 [PokemonGoBot] [INFO] [login_started] Login procedure started.
2016-08-19 19:59:48,323 [pgoapi.pgoapi] [ERROR] Login process failed: User login failed!
2016-08-19 19:59:48,324 [PokemonGoBot] [INFO] [login_failed] Login error, server busy. Waiting 10 seconds to try again.
( with the old api logon is possible)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having the same issue as @NatNew0
2016-08-19 20:05:59,888 [pgoapi.pgoapi] [ERROR] Login process failed: User login failed!
2016-08-19 20:05:59,888 [PokemonGoBot] [INFO] [login_failed] Login error, server busy. Waiting 10 seconds to try again.
2016-08-19 20:06:10,604 [pgoapi.pgoapi] [ERROR] Login process failed: User login failed!
2016-08-19 20:06:10,604 [PokemonGoBot] [INFO] [login_failed] Login error, server busy. Waiting 10 seconds to try again.
device-id need to be a uuid?