vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
283 stars 48 forks source link

Login not possible with Google Account #205

Closed mhastrich closed 7 years ago

mhastrich commented 7 years ago

When trying to login with Google account (Not using token) the login fails with:

Error: operation timed out after x ms, 5 tries with error: Fetching RPC endpoint failed, received status code 100

ghost commented 7 years ago

Same issue here. With or without Hash Key, with or without 2 step verification.

vankike7 commented 7 years ago

I have the same issue, trying to access with Google account but get the error. Is there any fix for this? Thanks!

image image

hacknug commented 7 years ago

Use the develop branch. Some users reported issues with the release version but develop seems to work fine for everyone. Info on how to get it running is here: https://github.com/vinnymac/PokeNurse#contributing

vankike7 commented 7 years ago

Hi hacknug, thanks for the quick reply but not sure how to use the instructions you sent. Where do I input those commands?

git clone https://github.com/vinnymac/PokeNurse cd PokeNurse git checkout develop yarn yarn run dev

mhastrich commented 7 years ago

You have to type it in your commandline but this won't work for you because you need to install some things before:

But it won't help, master and development are on the same commit so you can't login with google Account in the development mode, too (just tried it).

vankike7 commented 7 years ago

Damn, so no fix yet? Hope we can log in soon... thanks for your replies!

vinnymac commented 7 years ago

Duplicate of #187

mhastrich commented 7 years ago

I don't think it's the same issue. You cannot login with google Account anymore, Pokenurse is unusable at the moment! The other Bug was regarding to transfer of multiple pokemon but at the moment you can't even see your pokemon because you can't login.

This is since 4-5 days with a google Account.

vinnymac commented 7 years ago

@mhastrich PokeNurse hasn't changed, Niantic's API has changed, all RPC 100 errors are a blanket issue. If you can download an older version of PokeNurse and log in successfully and report how to reproduce with steps I will gladly investigate the issue.