INVALID_PLATFORM_REQUEST (latest gegy-1000)
clangdev opened this issue · 0 comments
Commit: 9404caa
Happens randomly, sometimes short after login, sometimes after looting some stops. No useful reproduction scenario available. Sorry.
com.pokegoapi.exceptions.request.RequestFailedException: com.pokegoapi.exceptions.request.RequestFailedException: Failed to send request: INVALID_PLATFORM_REQUEST
at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:36)
at com.pokegoapi.api.map.fort.Pokestop.loot(Pokestop.java:177)
at com.clangdev.pogoscanner.PokeBot.tryLootPokeStops(PokeBot.java:662)
at com.clangdev.pogoscanner.PokeBot.walkToNextPoint(PokeBot.java:617)
at com.clangdev.pogoscanner.PokeBot.(PokeBot.java:532)
at com.clangdev.pogoscanner.PokeBot.main(PokeBot.java:2397)
Caused by: com.pokegoapi.exceptions.request.RequestFailedException: Failed to send request: INVALID_PLATFORM_REQUEST
at com.pokegoapi.main.RequestHandler.sendInternal(RequestHandler.java:295)
at com.pokegoapi.main.RequestHandler.sendInternal(RequestHandler.java:195)
at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:433)
at java.lang.Thread.run(Thread.java:745)