有沒有提供教學啊?? 卡在登入畫面無法 log in?
Caused by: com.pokegoapi.exceptions.LoginFailedException: Invalid Auth status co
de recieved, token not refreshed?
at com.pokegoapi.main.RequestHandler.internalSendServerRequests(RequestH
andler.java:341)
at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:425)
at java.lang.Thread.run(Unknown Source)
D/RequestHandler: Authenticated with static token
com.pokegoapi.exceptions.AsyncPokemonGoException: Unknown exception occurred.
at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:46)
at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.j
ava:261)
at com.pokegoapi.api.player.PlayerProfile.updateProfile(PlayerProfile.ja
va:109)
at com.pokegoapi.api.PokemonGo.login(PokemonGo.java:164)
at ninja.pokebot.o.c.a(SourceFile:1027)
at ninja.pokebot.o.cY.run(SourceFile:395)
Caused by: java.lang.RuntimeException: java.util.concurrent.ExecutionException:
com.pokegoapi.exceptions.LoginFailedException: Invalid Auth status code recieved
, token not refreshed?
at rx.exceptions.Exceptions.propagate(Exceptions.java:58)
at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.j
ava:465)
at rx.observables.BlockingObservable.first(BlockingObservable.java:168)
at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:38)
... 5 more
Caused by: java.util.concurrent.ExecutionException: com.pokegoapi.exceptions.Log
inFailedException: Invalid Auth status code recieved, token not refreshed?
at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:124)
at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:101)
at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFutur
e.call(OnSubscribeToObservableFuture.java:74)
at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFutur
e.call(OnSubscribeToObservableFuture.java:43)
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
at rx.Observable.subscribe(Observable.java:9957)
at rx.Observable.subscribe(Observable.java:9924)
at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.j
ava:445)
... 7 more
Caused by: com.pokegoapi.exceptions.LoginFailedException: Invalid Auth status co
de recieved, token not refreshed?
at com.pokegoapi.main.RequestHandler.internalSendServerRequests(RequestH
andler.java:341)
at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:425)
at java.lang.Thread.run(Unknown Source) |