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

Niantic Server responses changed. Can't catch pokemon or see pokestops #2540

Closed
TianCNCA opened this issue Aug 3, 2016 · 198 comments
Closed

Comments

@TianCNCA
Copy link

TianCNCA commented Aug 3, 2016

EDIT from TheSavior:

It looks like the request structure has changed. Every bot, map, and 3rd party app is currently working to update.

Niantic changed their API. People are working on a fix but there is no ETA yet. If you want to know what changed read this: https://www.reddit.com/r/pokemongodev/comments/4w1cvr/pokemongo_current_api_status/

Original Post:

[15:04:18] PokemonGO Bot v1.0
[15:04:18] Configuration initialized
[15:04:18] [x] Coordinates found in passed in location, not geocoding.
[15:04:18]
[15:04:18] Location Found: 40.776426, -73.969657
[15:04:18] GeoPosition: (40.776426, -73.969657, 0)
[15:04:18]
[15:04:18] [x] Parsing cached location...
[15:04:18]
[15:04:18] [x] Last location flag used. Overriding passed in location
[15:04:18] [x] Last in-game location was set as: (40.7761427978432, -73.9701562
916473, 0)
[15:04:18]
[15:04:18] Attempting login to Pokemon Go.
2016-08-03 15:04:20,665 [pgoapi.pgoapi] [ERROR] Login failed - unexpected serve
response!
[15:04:20] [X] Login Error, server busy
[15:04:20] [X] Waiting 10 seconds to try again
2016-08-03 15:04:32,917 [pgoapi.pgoapi] [ERROR] Login failed - unexpected serve
response!
[15:04:32] [X] Login Error, server busy
[15:04:32] [X] Waiting 10 seconds to try again
[15:04:37] Exiting PokemonGo Bot
[15:04:42] Server seems to be busy or offline - try again - 4/15
[15:04:43] Server seems to be busy or offline - try again - 5/15
[15:04:44] Server seems to be busy or offline - try again - 6/15
[15:04:45] Server seems to be busy or offline - try again - 7/15
[15:04:47] Server seems to be busy or offline - try again - 8/15
[15:04:48] Server seems to be busy or offline - try again - 9/15

This happens to all my accounts including the ones I only use with the bot. Login from phone is fine, however.

@leadboots5
Copy link
Contributor

leadboots5 commented Aug 3, 2016

http://ispokemongodownornot.com/

but it seems like they may just be doing something to stop unofficial api calls...

@sparshgupta
Copy link

Happening for me as well

@djsly
Copy link

djsly commented Aug 3, 2016

Same here.

@teehtheg
Copy link

teehtheg commented Aug 3, 2016

seems to be a login issue ...

@kinvaris
Copy link

kinvaris commented Aug 3, 2016

Happened for me as well in Europe. Seems to be like login servers are critical... Although I tried to login via my cellphone and it worked ...

@mjmadsen
Copy link
Contributor

mjmadsen commented Aug 3, 2016

Same. On my other devices and non bot accounts too. Maybe they're under another DDoS.

@retraut
Copy link

retraut commented Aug 3, 2016

Same here.
Provider Online.net

@borte
Copy link

borte commented Aug 3, 2016

Got in on my phone with google account.. PTC account is not working

@tvb
Copy link

tvb commented Aug 3, 2016

Same for me. Europe. Google login

@ramonchk
Copy link

ramonchk commented Aug 3, 2016

Same here.

@jomarocas
Copy link

is the server of pokemon or google login?

@mjmadsen
Copy link
Contributor

mjmadsen commented Aug 3, 2016

Looks like both Google and PTC logins.

@retraut
Copy link

retraut commented Aug 3, 2016

@mjmadsen seems both

@borte
Copy link

borte commented Aug 3, 2016

Seems to be working from Norway. Not working from my box in Frankfurt

@jomarocas
Copy link

but i can enter in pokemon from the app in android, but for the bot i cannot enter

@AcorpBG
Copy link
Contributor

AcorpBG commented Aug 3, 2016

can't login either web login to pokemon.com works They may have put additional security

@djsly
Copy link

djsly commented Aug 3, 2016

probably roll updating the servers accepting the connections across the different countries.

@retraut
Copy link

retraut commented Aug 3, 2016

Working from Ukraine on Android

@MatthewBCooke
Copy link

@tvb
Copy link

tvb commented Aug 3, 2016

Fixed for me; see http://ispokemongodownornot.com/

@chinmaygupta28
Copy link

Fixed.

@kinvaris
Copy link

kinvaris commented Aug 3, 2016

Fixed

@Kassadd
Copy link
Contributor

Kassadd commented Aug 3, 2016

Same, fixed!

@borte
Copy link

borte commented Aug 3, 2016

Here too

@MatthewBCooke
Copy link

Google is back up, PTC still having issues

@TianCNCA
Copy link
Author

TianCNCA commented Aug 3, 2016

Seems to be fixed. Closing this thread in 10 minutes if nothing is up.

@riseno
Copy link

riseno commented Aug 3, 2016

can login back to server. cheers~

@TianCNCA
Copy link
Author

TianCNCA commented Aug 3, 2016

Hmm, bot is not picking up any pokeshop or pokemon. I'm suspecting the bot is finally banned.

@Lihouf
Copy link

Lihouf commented Aug 3, 2016

I need to make a maj on my phone

@djsly
Copy link

djsly commented Aug 3, 2016

its not walking for me though

[16:21:59]  Ran for 0:02:31 
[16:21:59]  Total XP Earned: 0  Average: 0.00/h 
[16:21:59]  Travelled 0.00km 

@OniZakuma
Copy link

Probably not the same here, but in another game that used Unity, the variable they suddenly start to check was the Hash, python code:

def calculateMD5Hash(self, input):
        return hashlib.md5("%s%s%s" % (self.HashPassword, int(self.user_id), int(input))).hexdigest()

input = time.time()

anyway, a "good" way to make it is using:
time (always changing)
user_id (different per player)
password (something "secret", could be found in the .unity files, from a web client).

@nmanpkr
Copy link

nmanpkr commented Aug 4, 2016

There is a thread on reddit with people trying to figure out "unkown6" in the api

@nmanpkr
Copy link

nmanpkr commented Aug 5, 2016

Looks like they got it fixed. https://m.reddit.com/r/pokemongodev/comments/4w1cvr/pokemongo_current_api_status/?utm_source=mweb_redirect&compact=false

@ryanluton
Copy link

https://github.com/pkmngodev/Unknown6 Proto link from PokemonGoDev discord

@samuelfernando13
Copy link

Same for me, Indonesia

@MastroV8
Copy link

MastroV8 commented Aug 6, 2016

Do we know when this will be resolved?

@Anginer
Copy link

Anginer commented Aug 6, 2016

Never

@brantje
Copy link
Contributor

brantje commented Aug 6, 2016

Don't post lies here @Anginer, they are on it (for about 48+hours straight) so you might want to show them some respect.

@fari-99
Copy link

fari-99 commented Aug 6, 2016

@MastroV8 well, as @brantje said, they are on it. btw come on, why you not see this first before asking?

@Anginer
Copy link

Anginer commented Aug 6, 2016

@brantje It was only joking, job done here is really awesome and I respect that

@snicoft
Copy link

snicoft commented Aug 6, 2016

Why we don't make another way for pgbot, for example support nox player using framework make bot inside nox player, try recognize pokestop pokemon gym etc with framework , just like ingress auto glyph recognize patern, and implement it. Sorry im not programmer just won to share idea.

@BobbyWibowo
Copy link

@snicoft Because it's better to finish the API research which already had a considerable amount of progress instead of coding that from scratch?

@jrjhealey
Copy link

http://otakukart.com/animeblog/2016/08/05/pokemon-go-warned/

Thought this might be interesting.

@inzaghi89
Copy link

So there might be no future for bots...

@thxmxx
Copy link

thxmxx commented Aug 7, 2016

It's dons
https://github.com/keyphact/pgoapi

@lchen-24
Copy link

lchen-24 commented Aug 7, 2016

so what do we do? reinstall requirements.txt?

@fari-99
Copy link

fari-99 commented Aug 7, 2016

@lukeyanchen i think we should wait for PR to updated the api.

@PlanetoftheMapes
Copy link

PlanetoftheMapes commented Aug 7, 2016

Yes, there'll be a PR coming. Naturally anyone who has a job or lives in the US will be silly to post a PR from a non-throwaway github account, possibly from behind a proxy if they're feeling particularly paranoid. 😉

@fari-99
Copy link

fari-99 commented Aug 7, 2016

@PlanetoftheMapes and people already posting issue for using the api or the bot. lol.

@PlanetoftheMapes
Copy link

lol, expect PR's to come for mapping purposes first..

@imvikash00
Copy link

So, is the bot working becoz README says it's working? Bit confused!

@imvikash00
Copy link

Confirmed it's working perfectly!
Yipeee!!!!

@elicwhite
Copy link
Contributor

Closing this issue as the bot works now. You need to force a pip reinstall to get the new pgoapi and you will also need to download encrypt.so or encrypt.dll (depending on your platform) from the internet. We are not currently providing those as part of this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests