Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. $ java -jar PokemonGoBot-0.6.0.jar
  2. ,'\
  3. _.----. ____ ,' _\ ___ ___ ____ ;-. ,
  4. _,-' `. | | /`. \,-' | \ / | | \ |`. \ '. .'/
  5. \ __ \ '-. | / `. ___ | \/ | '-. \ | | \ \ .---. .-' /
  6. \. \ \ | __ | |/ ,','_ `. | | __ | \| | '. ' `\_.'
  7. \ \/ /,' _`.| ,' / / / / | ,' _`.| | | |(),() | ,
  8. \ ,-'/ / \ ,' | \/ / ,`.| / / \ | | ( __ / .' \
  9. \ \ | \_/ | `-. \ `' /| | || \_/ | |\ | .''.___.'--,/\_,|
  10. \ \ \ / `-.`.___,-' | |\ /| \ / | | | { / \ } |
  11. \ \ `.__,'| |`-._ `| |__| \/ | `.__,'| | | | '.\ /_.' /
  12. \_.-' |__| `-._ | '-.| '-.| | | |'-.-', `; _.'
  13. `' '-._| | | | |`
  14. `""`""`"""`
  15. 31 Aug 21:38:48 [default] - Trying to read /home/goldi/Downloads/BOT/config.properties
  16. 31 Aug 21:38:48 [default] - Logging in to game server...
  17. 31 Aug 21:38:51 [default] - Logged in successfully
  18. Getting profile data from pogo server.
  19. 31 Aug 21:38:52 [default] - Accepting ToS
  20. Exception in thread "default" com.pokegoapi.exceptions.AsyncPokemonGoException: Unknown exception occurred.
  21. at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:45)
  22. at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.java:155)
  23. at ink.abb.pogo.scraper.MainKt.startBot(Main.kt:259)
  24. at ink.abb.pogo.scraper.MainKt.startDefaultBot(Main.kt:148)
  25. at ink.abb.pogo.scraper.PokemonGoBotApplication$BotRunner$run$1.invoke(PokemonGoBotApplication.kt:58)
  26. at ink.abb.pogo.scraper.PokemonGoBotApplication$BotRunner$run$1.invoke(PokemonGoBotApplication.kt:47)
  27. at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
  28. Caused by: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.pokegoapi.exceptions.RemoteServerException: Your account may be banned! please try from the official client.
  29. at rx.exceptions.Exceptions.propagate(Exceptions.java:58)
  30. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:465)
  31. at rx.observables.BlockingObservable.first(BlockingObservable.java:168)
  32. at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:37)
  33. ... 6 more
  34. Caused by: java.util.concurrent.ExecutionException: com.pokegoapi.exceptions.RemoteServerException: Your account may be banned! please try from the official client.
  35. at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:109)
  36. at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:86)
  37. at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFuture.call(OnSubscribeToObservableFuture.java:74)
  38. at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFuture.call(OnSubscribeToObservableFuture.java:43)
  39. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  40. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  41. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  42. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  43. at rx.Observable.subscribe(Observable.java:9957)
  44. at rx.Observable.subscribe(Observable.java:9924)
  45. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:445)
  46. ... 8 more
  47. Caused by: com.pokegoapi.exceptions.RemoteServerException: Your account may be banned! please try from the official client.
  48. at com.pokegoapi.main.RequestHandler.internalSendServerRequests(RequestHandler.java:223)
  49. at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:293)
  50. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement