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

Cannot login after 5 retries with RPC 100 #211

Open
vinnymac opened this issue Mar 13, 2017 · 35 comments
Open

Cannot login after 5 retries with RPC 100 #211

vinnymac opened this issue Mar 13, 2017 · 35 comments

Comments

@vinnymac
Copy link
Owner

Placeholder for people with this issue

@YesThatAllen
Copy link
Contributor

YesThatAllen commented Mar 13, 2017

Here's what I'm seeing when I try to log in using PTC

authenticate.js?6a8b:67 Error: Unsupported version for hashserver: 5704/1.27.04

When running using yarn run devI can see the full error, which is posted here

https://gist.github.com/YesThatAllen/93904f80051cb8a0234e13a9271525c2

EDIT - I'm using a PTC account, on macOS 10.12.13

@stayre
Copy link

stayre commented Mar 14, 2017

Same here - both with and without hash. If it matters, I am on MacOS 10.12.3.

@lordjoshi
Copy link

lordjoshi commented Mar 14, 2017

I have the problem with Google account on Windows 7. No token. API is 5704.

@YesThatAllen
Copy link
Contributor

I have two development computers. On my laptop, I when I build from the develop branch, I get a failure.

Today I built from my desktop, and the develop branch works (PTC with a key, set to 5704)

@vinnymac
Copy link
Owner Author

A lot of variables, could be Niantic, could be the version of yarn building your dependency tree, could be the token service, etc. Not clear what it was in the above case.

@criddery
Copy link

Hello, thank you for the hard work in keeping this app going. I love it. I loaded the updated version, but I'm still getting the "Fetching RPC endpoint failed, received status code 100". I am attempting to log in using Google credentials and I see 2 new inputs (Token and API). Seems API is defaulted in, but I do not know what to use for a Token. Thank you - Colleen

@Redarion
Copy link

@criddery they are working on a fix on that thing.
Anyway, the Token is an HashKey you can find on the net, even free or paid, but I suggest you to read more about what they are here

@truonghnguyen1234
Copy link

I purchased a HashKey and put it into the login, but I am still getting the failed notification. Is there another step that needs to be made?

@hacknug
Copy link
Contributor

hacknug commented Mar 21, 2017

@truonghnguyen1234 You could try the develop branch where most issues have been fixed or wait for a release to come out soon.

@truonghnguyen1234
Copy link

@hacknug I'm not tech savvy enough to figure it out so I guess I'll just have to wait. :(

@vinnymac
Copy link
Owner Author

vinnymac commented Mar 21, 2017

@truonghnguyen1234 shouldn't be long now. A release will be out this week for sure. We are just trying to iron out a few more details with evolve/transfer to make sure that users can actually use the number one features again.

@Redarion
Copy link

Just few more hours: next release is in progress!

@truonghnguyen1234
Copy link

@vinnymac So I downloaded the new version, and even with the key, the error comes up. Am I missing something?

@ghost
Copy link

ghost commented Mar 23, 2017

Same issue still persists.

image

@vinnymac
Copy link
Owner Author

@truonghnguyen1234 @therealabradolf well I didn't close this issue yet did I 😜

We are investigating if it is an issue with the production builds. It looks like @YesThatAllen has his builds working as they are supposed to, so I might just reupload his if I can confirm they are good. It looks like both mac and windows builds are having this issue right now.

@truonghnguyen1234
Copy link

@vinnymac Whoops! Got to excited seeing that update notification. Will hold on until official confirmation! Thank you!

@vinnymac
Copy link
Owner Author

@truonghnguyen1234 @therealabradolf I removed the old builds, I am reuploading ones that should work right now. Please give it a try whenever you would like 👍

@truonghnguyen1234
Copy link

@vinnymac No luck. :(

@YesThatAllen
Copy link
Contributor

The most recent builds are working for me on a Mac. @truonghnguyen1234 let us know what OS isn't working?

@hacknug
Copy link
Contributor

hacknug commented Mar 23, 2017

They work on both Windows 10 and macOS for me

@vinnymac
Copy link
Owner Author

@truonghnguyen1234 same error, same OS? Any differences at all? We could have you try some other builds too. If you hop on discord maybe we can debug this issue together.

@truonghnguyen1234
Copy link

@vinnymac Yeah, it looks like I'm still having an issue on my end. I'm wondering if I'm just missing a step when I purchased my hashkey. I'm on discord now as truonghnguyen1234 or add me on skype komododragon28@hotmail.com

@mhastrich
Copy link

Still not working for me on Windows 7 / Google Login / no Token.
I will try to Login with Token later.

@hacknug
Copy link
Contributor

hacknug commented Mar 24, 2017

@mhastrich if by token you mean hashing key, there's no way you can log in without one. That's expected behaviour.

@mhastrich
Copy link

@mhastrich if by token you mean hashing key, there's no way you can log in without one. That's expected behaviour.

The Login screen says a token is only needed for safer API interactions which means it's optional, doesn't it?

2017_03_24_14_37_47_pokenurse_login

@vinnymac
Copy link
Owner Author

vinnymac commented Mar 24, 2017

@mhastrich yea I mentioned this in the dev chat on discord yesterday.

We already fixed it on develop

@Redarion
Copy link

@mhastrich The Login screen says a token is only needed for safer API interactions which means it's optional, doesn't it?

actually now it is required.

@mhastrich
Copy link

Is the 150 RPM license enough if you only want to read the IV of your pokemon?

@hacknug
Copy link
Contributor

hacknug commented Mar 26, 2017

It is way more than enough 👍

@Redarion
Copy link

If you can make more than 150 requests per minute by yourself i'll pay you the greater ones!
If you do not use any bot, it's more than enough! With pokenurse is almost impossibile so reach that number of requests.

@vinnymac
Copy link
Owner Author

It is certainly not impossible to go over 150 requests a minute but it is unlikely. You could at max do 15 evolves in a minute, and that would require praying to RNGesus. But if you were to simply spam the refresh button again and again, I am sure you could get higher than that.

@mhastrich
Copy link

mhastrich commented Mar 27, 2017

I purchased a key but now i get "Error operation timed out after 4549 ms, 5 tries with error: Bad request to hashing server".
I left API open which should use default 5704 which is correct?

Edit: It's working at home now. Perhaps Firewall or it needed some seconds to activate!

@YesThatAllen
Copy link
Contributor

I have an idea today's (April 8th) app & api update will require an update to pokenurse's dependencies.

@YesThatAllen
Copy link
Contributor

In general, this issue is resolved by using API 6100.

There will be times when you can't get your key to work, it may be expired. See Bad request to hashing server (expired key)

A similar issue may come up with the next forced update, time will tell.

@stayre
Copy link

stayre commented May 12, 2017 via email

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

No branches or pull requests

9 participants