-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Bot failed to login #3983
Comments
Could you not have followed the default template and at least copied the output to your post? This is almost completely useless... |
It closes the window too fast for me to get the output. You can see the error message I get in the screenshot. |
I get a different error. It won't login since today, nothing changed. " |
already add @Pause. |
@infamousmax - Your start command / batch file / config file is missing a required argument (config option). Seeing as you didn't follow the template which asks you to paste them in, we can't help you further until you do (full config minus username, pass, gmapkey & whatever you're using to launch the bot) @JayMaree - Have you completed the tutorial in the official client, or do you have 2-factor authentication turned on? If so you need to complete the tutorial, or generate an auth code and put that in, instead of the password depending on which one it is. @jeric500 - you don't have the dll required (join the slack server as per README). @JayMaree & @jeric500 - Please don't hijack someone else's issue, as yours are not related to the original issue. Both of yours are not bot errors anyway, so ask in the slack server for assistance (read the README). Further assistance will only be provided to @infamousmax in this issue |
My Config code, {
} I'm using the start.bat to run it. |
I cant login pokemon go with bot. Mess" Login error, server busy. Waiting 10 seconds to try again." again and again. Maybe IP banned ? |
@infamousmax you should remove your login credentials if you are posting your config here. o.o |
@infamousmax disable health_record on your config,
that should fix it. |
Hi @aputs thank you for your reply, I disabled health record but it still errors. Same error as before. Thanks |
did you have proper encrypt.dll or encrypt.so? seems like its the problem, based on your error logs |
Hi @aputs how do I do that? sorry noob, tried the command wget but it's not recognised. Thanks |
check this issue comment https://github.com/PokemonGoF/PokemonGo-Bot/issues/2989#issuecomment-238139184 |
Hi, I've downloaded the encrypt file and put it in the pokebot main folder. When running the command I get the same error :(. Thanks |
Followed the install document and got this,
any help would be appreciated
2016-08-15 10:48:31,144 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-15 10:48:31,148 [ cli] [INFO] Configuration initialized
2016-08-15 10:48:31,148 [pokemongo_bot.health_record.bot_event] [INFO] Health ch eck is enabled. For more information:
2016-08-15 10:48:31,148 [pokemongo_bot.health_record.bot_event] [INFO] https://g ithub.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics
2016-08-15 10:48:31,154 [requests.packages.urllib3.connectionpool] [INFO] Starti ng new HTTP connection (1): www.google-analytics.com
2016-08-15 10:48:31,226 [PokemonGoBot] [INFO] [set_start_location] Setting start location.
2016-08-15 10:48:31,227 [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
2016-08-15 10:48:31,227 [PokemonGoBot] [INFO] [location_found] Location found: 5 1.509508, -0.174924 (51.509508, -0.174924, 0.0)
2016-08-15 10:48:31,227 [PokemonGoBot] [INFO] [position_update] Now at (51.50950 8, -0.174924, 0)
2016-08-15 10:48:31,227 [PokemonGoBot] [INFO] [login_started] Login procedure st arted.
Traceback (most recent call last):
File "pokecli.py", line 595, in
main()
File "pokecli.py", line 162, in main
report_summary(bot)
File "pokecli.py", line 197, in report_summary
metrics.capture_stats()
File "C:\Python27\PokemonGo-Bot\pokemongo_bot\metrics.py", line 81, in capture _stats
request = self.bot.api.create_request()
File "C:\Python27\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 30, in cre ate_request
self._position_alt
File "C:\Python27\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 46, in i nit
PGoApiRequest.init(self, *args)
TypeError: init() takes exactly 6 arguments (5 given)
Sentry is attempting to send 1 pending error messages
Waiting up to 10 seconds
.
O/S : Windows 10
Thanks
The text was updated successfully, but these errors were encountered: