-
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
pokecli.py: error: argument -a/--auth_service is required #3285
Comments
if you have 2fa enabled then you need to set your google apps password |
thanks Dauth for the suggestion, but it didn't work. Deactivated 2fa, I've also tried setting up a new google account, using "email@gmail", "[email protected]", ptc sign in, new ptc account sign in, used Any suggestions? |
FML now this: From docker terminal
Which would indicate a problem with From Pokecli.py
|
i'm also having this issue. |
You need to change the quotation marks around yourusername and password. The quotes autocorrect into slanted quotation marks, and invalidates the json. You need to either paste the json into a json validator like this or simply copy and paste the correct quotes " <-- this, in place of the faulty ones. That should solve the issue, |
@midnightsun183 Also, I noticed that your username is not an email, if you are not logging in with your google account, chance the auth_service: "google" from "google" to "ptc" for the pokemon trainer account. If that isn't clear, I made a config file for you guys here: Its similar to the one I use, and it will catch anything above cp 400 or iv 0.4, automatically sell pokemon below your highest cp one, and gets around 25k xp/hour. |
I have the correct quotations and my bot worked great yesterday but now it is also doing this. Any ideas? |
Ok I think I've got it. Step 1:Clear all Docker images ##Step 2: Also check Pokecli.py ##Step 3: ##Step 4: ##Step 6:
##Step7: ##THANKS! |
Ok I think I've got it. Step 1:Clear all Docker images Step 2:Change the italicized quotation marks to " " on username & password (also check the rest of the config.json for them). Also check Pokecli.py Step 3:cd to "PokemonGo-Bot" directory Step 4:Rebuild the image: Step 6:To run PokemonGo-Bot Docker image you've created: docker run --name=pokego-bot1 --rm -it -v $(pwd)/configs/config-account1.json:/usr/src/app/configs/config.json pokemongo-bot Step7:If you change anything, or reconfigure anything; restart from step 1. THANKS!Big thanks to @PraeceptorXS, @Dauth |
Expected Behavior
Log in and run.
Entered:
docker run --name=pokego-bot1 --rm -it -v $(pwd)/configs/config-account1.json:/usr/src/app/configs/config.json pokemongo-bot
Actual Behavior
I'm assuming I've made an error in
config.json
in eitherauth_service
orusername
.Other Information
Config:
OS: OS X Yosemite 10.10.2
Python Version: Python 2.7.12
The text was updated successfully, but these errors were encountered: