-
Notifications
You must be signed in to change notification settings - Fork 198
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
Illegal group end indicator for Message #199
Comments
+1 I added two console.logs in the poke.io.js file, and it seems "ResponseEnvelop.decode(body)" didn't work.
Logs:
|
+1 exact same error - also slightly concerned about the lack of retry limit Very interesting note about AWS lambda - I'm having this error when I have it hosted on a Vultr instance (hosting service) Possibly Niantic is blocking any requests from known hosting services to reduce load and make it harder for people to mass bot? |
I'm experimenting the same issue and I'm not usi g AWS, just my raspberry at local.. Any ideas of how to solve It? |
I was using https://www.openshift.com/ |
Same problem here. Someone could deal with it? I'm hosting in Heroku |
Dumped the response body when hosting on DigitalOcean, looks like we're getting 403'd.
|
@christopherlayton I end up deploying it in Digital Ocean, in a MeanStack application that they have. It worked like a charm :) |
@christopherlayton, It doesn't work for me in Digital Ocean with MeanStack application, what is your node version ? thanks |
@marvi14 Giving it a shot, I'll report my findings! |
@marvi14 Tried with a MEANStack image located in NY, same forbidden response. Which region did you select? |
+1 but run from my laptop (no concern of IP banning) |
HERE:
so the code in is permanent loop here :
The text was updated successfully, but these errors were encountered: