Pokemon-Go-Rocket-API icon indicating copy to clipboard operation
Pokemon-Go-Rocket-API copied to clipboard

SkipLastField called on an end-group tag, indicating that the corresponding start-group was missing

Open RickardPettersson opened this issue 8 years ago • 3 comments

I have debuging my web project i building on my computer without any problems but now when i deploying it to Amazon Elastic Beanstalk and login in i getting this:

`Google.Protobuf.InvalidProtocolBufferException: SkipLastField called on an end-group tag, indicating that the corresponding start-group was missing
   at Google.Protobuf.CodedInputStream.SkipLastField()
   at POGOProtos.Networking.Envelopes.ResponseEnvelope.MergeFrom(CodedInputStream input)
   at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.

Any ideas why i getting this, when i google it its not so many that got this problem.

RickardPettersson avatar Aug 02 '16 19:08 RickardPettersson

The same issue when i debug on virtual machine on Microsoft azure

ahmed007boss avatar Aug 04 '16 14:08 ahmed007boss

Damit now i got it on my own server also....

RickardPettersson avatar Aug 08 '16 19:08 RickardPettersson

Niantic appears to be specifically blocking the AWS port range. By debugging some HTTP Requests i get following data from stream every time: `...

403 Forbidden

403 Forbidden

...` €dit: No chance. AWS servers are blacklisted: https://github.com/PokemonGoMap/PokemonGo-Map/wiki/HTTP-403-Forbidden-Error

monoxacc avatar Aug 11 '16 10:08 monoxacc