Code Monkey home page Code Monkey logo

pokemongobot's People

Contributors

agronis avatar alexbulyha avatar apottere avatar bg-git-hub avatar citruz avatar cosmoring avatar francyesco avatar jabbink avatar jozsi avatar kasagon avatar kom-au avatar krystiancharubin avatar kyleboyer avatar langerhans avatar loewe1000 avatar mluigi avatar pashorizer avatar pblolpb avatar quentin23soleil avatar reignofcomputer avatar rraumberger avatar sieberkev avatar sirsean avatar svombergen avatar swipex avatar szymanskip avatar tomerhh avatar vdianl avatar vmarchaud avatar zenwaichi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pokemongobot's Issues

Im getting this error. Not sure why.

Getting initial pokestops..
Exception in thread "main" java.util.NoSuchElementException: List is empty.
at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:180)
at ink.abb.pogo.scraper.MainKt.processMapObjects(Main.kt:205)
at ink.abb.pogo.scraper.MainKt.main(Main.kt:148)
:run FAILED

Can't compile

Getting this error


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not find tools.jar. Please check that C:\Program Files (x86)\Java\jre1.8.0_101 contains a valid JDK installation.

NoSuchElementException

Exception in thread "Thread-34" java.util.NoSuchElementException: List is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:180) at ink.abb.pogo.scraper.MainKt.processMapObjects(Main.kt:181) at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt:126) at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt) at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
The script works without errors for about 30 seconds but afterwards this exception is printed every time processMapObjects is called when no catchable pokemon are near. The program continues to run without problems despite the exception being thrown.

build failed

I can't find pokemon using the released .jar so I tried to modify the src and build on my own. But I encountered this error:

.../PokemonGoBot-master/src/main/kotlin/ink/abb/pogo/scraper/Main.kt: (26, 27): Unresolved reference: PTCLogin
.../PokemonGoBot-master/src/main/kotlin/ink/abb/pogo/scraper/Main.kt: (126, 16): Unresolved reference: PTCLogin
:compileKotlin FAILED

FAILURE: Build failed with an exception.

if I remove any code related to PTCLogin the build is successful. Does anyone know why?

Code doesnt catch all pokemons found in area

I've added some more output and found that you are not looping through an catching all pokemons in the area before moving on:

Pokemons in area: 4
found pokemon MAGIKARP
encountered pokemon MAGIKARP
Caught a MAGIKARP using a ITEM_POKE_BALL
Found nearby pokestop
Activated portal 040f1eda22774a05b131d631ab2092be.16
Getting map of 59.32902522445945 18.063510787215506
Pokemons in area: 2
found pokemon KAKUNA
encountered pokemon KAKUNA
Caught a KAKUNA using a ITEM_POKE_BALL
Profile update : 88670 XP on LVL 14; 13670/25000 (54,68%) to LVL 15
destination reached
Getting map of 59.32905008084083 18.063505562625785
Pokemons in area: 0
Profile update : 88670 XP on LVL 14; 13670/25000 (54,68%) to LVL 15

And in the code its reflected with:

        val catchablePokemon = pokemon.first()
        println("found pokemon ${catchablePokemon.pokemonId}")

I've tried to do a for loop but for some reason it doesnt like my code style so it wont build.

only google?

hello,
in the config he asks me google and ptc,
if i want only google or only ptc how do i do?

and the google login is strange? why do i need to do a special device adding?
why not just giving google login, password an GO like others ?
thank you, great work !!!

Getting map of (NaN, NaN)! [Solved]

Have JOLTEON () with 873 CP
Have GOLDUCK () with 563 CP
Have BELLSPROUT () with 133 CP
Have HORSEA () with 197 CP
Have VAPOREON () with 699 CP
Have VAPOREON () with 1373 CP
Have PARAS () with 271 CP
Have EEVEE () with 131 CP
Have MANKEY () with 107 CP
Have JIGGLYPUFF () with 204 CP
Have CATERPIE () with 24 CP
Have WEEDLE () with 100 CP
Have SEAKING () with 567 CP
Have VAPOREON () with 1092 CP
Have WARTORTLE () with 397 CP
Have BULBASAUR () with 347 CP
Have RATICATE () with 356 CP
Have RHYHORN () with 238 CP
Have LICKITUNG () with 341 CP
Have PIDGEOT () with 702 CP
Have EEVEE () with 344 CP
Have GOLBAT () with 610 CP
Have SHELLDER () with 74 CP
Have KAKUNA () with 128 CP
Have RATTATA () with 24 CP
Have JOLTEON () with 796 CP
Have CLEFABLE () with 842 CP
Have SANDSHREW () with 114 CP
Have PONYTA () with 154 CP
Have SQUIRTLE () with 205 CP
Have CUBONE () with 130 CP
Have POLIWAG () with 129 CP
Have SLOWBRO () with 903 CP
Have SLOWBRO () with 548 CP
Have SEAKING () with 417 CP
Have JYNX () with 467 CP
Have GYARADOS () with 1201 CP
Have STARYU () with 357 CP
Have EEVEE () with 381 CP
Have MAGIKARP () with 95 CP
Have NIDORINO () with 373 CP
Have TENTACRUEL () with 147 CP
Have GASTLY () with 73 CP
Have TANGELA () with 195 CP
Have KOFFING () with 15 CP
Have DRATINI () with 365 CP
Have GROWLITHE () with 205 CP
Have KRABBY () with 96 CP
Have KINGLER () with 131 CP
Have EEVEE () with 355 CP
Have FEAROW () with 111 CP
Have HAUNTER () with 218 CP
Have SPEAROW () with 215 CP
Have ODDISH () with 80 CP
Have GOLDUCK () with 658 CP
Have PIDGEY () with 123 CP
Have GEODUGE () with 219 CP
Have POLIWHIRL () with 398 CP
Have TENTACOOL () with 147 CP
Have GOLDUCK () with 860 CP
Have NIDORAN_MALE () with 94 CP
Have NIDORAN_FEMALE () with 128 CP
Have VENONAT () with 409 CP
Have CLEFARY () with 390 CP
Have GOLDUCK () with 492 CP
Have EKANS () with 292 CP
Have ZUBAT () with 168 CP
Have PIDGEOT () with 760 CP
Have GOLBAT () with 723 CP
Have PSYDUCK () with 275 CP
Have PINSIR () with 507 CP
Have DODUO () with 292 CP
Have METAPOD () with 139 CP
Have GOLDEEN () with 196 CP
Have VULPIX () with 53 CP
Getting map of (40.75896859803333, -73.98449749765875)
Getting initial pokestops...
Getting map of (40.75901459642814, -73.98442766605562)
Looting nearby pokestop bd36f5d2538a40f68cee46912755e513.12
Looted pokestop bd36f5d2538a40f68cee46912755e513.12: []
Walking to (40.759011, -73.984472) in 0.0 steps.
Destination reached.
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Walking to (40.771479, -73.994876) in NaN steps.
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Getting map of (NaN, NaN)
Getting map of (NaN, NaN)
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17
Profile update : 136464 XP on LVL 16; 36464/40000 (91.16%) to LVL 17

Exception in thread "main" java.lang.NullPointerException

Exception in thread "main" java.lang.NullPointerException
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at ink.abb.pogo.scraper.MainKt.main(Main.kt:93)

When using java -jar

Login failure

Exception in thread "main" com.pokegoapi.exceptions.LoginFailedException
at com.pokegoapi.auth.PTCLogin.login(PTCLogin.java:169)
at ink.abb.pogo.scraper.MainKt.main(Main.kt:115)

I checked at the website it works.. even changed my password to something simple and it still gives that error message.

Mac osx

Suggestion - Pokeball type by CP

I was wondering if you could add this, I'm at a high level and it would make sense to use pokeballs for low CP pokemon, great balls for medium and ultra for high CPs.

Could this be implemented?

Thank you very much!

Fails to find config.properties file

running through cmd.

C:\Users\Johnathon Carter\Desktop\New folder (7)>java -jar pogo.scraper-all-0.2.1.jar
Exception in thread "main" java.io.FileNotFoundException: config.properties (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.(Unknown Source)
at java.io.FileInputStream.(Unknown Source)
at ink.abb.pogo.scraper.MainKt.main(Main.kt:90)

C:\Users\Johnathon Carter\Desktop\New folder (7)>

Config file is named exactly, even tried copy and pasting the name. I am probably missing something obvious.

Catching too quickly

In the middle of Central Park and catching like mad! I would think that from their side they would see how quickly I am catching. If I was on the client I would have to wait a(n interminably) long while between catches. I would suggest a timer that pauses at least as long as the client between being able to capture. It could still move as I would still be walking through the park while I'm fiddling with the screen on a capture (but I wouldn't be hitting pokestops either...)

Randomly miss a throw every so often.

I understand that the code throws perfect curve balls to the dead center every time. That's cool, though I sometimes mess those up and end up throwing a straight that misses. Sometimes I even miss straight throws when I play on the client. Shouldn't I miss here too? Maybe make a small, random margin of error in each toss that might miss to the top, left, bottom, or right every so often?

Should first encounter then try to catch

first encounter with pokemon
{
then check ball status
try catch
if catch/flee, break
else if escape, continue
}

was trying to add the option to retry catch if escaped from the ball, but the program logic needs change to what I described, but I am not familiar with kotlin.

the POGOProtos proviede CatchStatus.CATCH_ESCAPE which means pokemon break the ball but still in encounter, we could add it for more chance to catch

Retrying a pokestop

When you dont receive anything from a pokestop the bot forces to retry it. I think its better to just walk away and try it later again.

Use highest inventory ball each time.

I would like to always use the highest ball type when I catch so that I can be sure to capture each pokemon. If I have the mega-power-ball use that one else use the next-not-so-mega-power-ball, etc.

Idea: Session Stats

I think it would be pretty neat to serve up a page that shows some session stats like pokemon caught, current position, items collected, etc. I don't know java but if someone wants to put in an http server and serve up some json I can put together a quick page for it. Thoughts?

There is not a donate button easily find able.

Where I am broke and currently lack the means to donate, if I was not I would, as this saves me so much money (haven't spent any money on pokego anyways but incase I theoretically did) by letting me log into a location within a couple hours of my home that is conjested with pokestops and collect a crap tun of supplies.

It works amazing, thank you.

Use com.pokegoapi.api.map.* to know nearby pokemon and setup a priority system

There are live maps that use the pokegoapi to know the exact position of the pokemons and create a map.
We could use it to check nearby pokemons and also create a priority system, most likely another list, where if there's a pokemon nearby that is in that list, the bot will try to catch that one first and then resume the previous task.

LoginFailedException Errors

After leaving the bot running for a while a LoginFailedException error occurs, and repeats itself with incrementing threads. The bot doesn't work after this error occurs. A restart of the application allows it to continue running for a while longer.

Exception in thread "Thread-377" com.pokegoapi.exceptions.LoginFailedException
    at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.java:88)
    at com.pokegoapi.api.map.Map.getMapObjects(Map.java:166)
    at com.pokegoapi.api.map.Map.getMapObjects(Map.java:143)
    at com.pokegoapi.api.map.Map.getMapObjects(Map.java:89)
    at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt:105)
    at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt)
    at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)

Can't login

Getting a 'com.pokegoapi.exceptions.LoginFailedException' exception immidiatly.

The credentials are good, they work on the website and app. I just created a new account.

System: Linux, CentOS

PS: Both Google and PTC arent working..

Closed

I was wondering if a destination could be added to make the bot move down a route with a -/+ of how far bot can track from route?

Not Working On Mac OSX, getting this error

Exception in thread "main" java.lang.UnsupportedClassVersionError: POGOProtos/Inventory/ItemIdOuterClass$ItemId : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at ink.abb.pogo.scraper.MainKt.(Main.kt:43)

Problem with 0.3 release

Now when I'm using 0.2.1 always fine except 30 min crashes. But version 0.3.0 didn't want caught pokemons and check pokestops. I get something like that:
`Getting map of (55.75884364338164, 37.626793530663946)

Profile update : 243165 XP on LVL 20; 58165/75000 (77,55%) to LVL 21

Getting map of (55.758844058414645, 37.62677315283991)

Profile update : 243165 XP on LVL 20; 58165/75000 (77,55%) to LVL 21

Getting map of (55.75888127767959, 37.62679101270961)

and repeat this...
`
After try same acc in same location with 0.2.1 all fine...
PS Google login

Dropping PokeBalls?

I have the drop item feature on, but surely it would drop everything else first before dropping Pokeball's especially great ones?

anyone else get this or do I have something setup wrong?

Dropped 3x ITEM_POKE_BALL

Can't compile again

$ ./gradlew build
:compileKotline: C:\sharpy\PokemonGoBot\src\main\kotlin\ink\abb\pogo\scraper\Main.kt: (14, 27): Unresolved reference: PtcLogin
e: C:\sharpy\PokemonGoBot\src\main\kotlin\ink\abb\pogo\scraper\Main.kt: (82, 13): Unresolved reference: PtcLogin
e: C:\sharpy\PokemonGoBot\src\main\kotlin\ink\abb\pogo\scraper\Main.kt: (86, 13): Unresolved reference: PtcLogin
e: C:\sharpy\PokemonGoBot\src\main\kotlin\ink\abb\pogo\scraper\Settings.kt: (41, 107): Unresolved reference: Base64
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 18.647 secs

Evolve Pokemon

General gameplay

  • Sort by Pokemon family
  • check if player has enough candy to evolve highest available Pokemon family member
  • if yes, evolve

For special occasions:

  • farm cheap pokemon
  • drop lucky egg
  • mass evolve

Hatch eggs

  • Automatically fill incubators with eggs
  • retrieve egg contents after the distance has been walked

Add how many of each item type you would want to keep in config.properties

I believe I understand your thinking that you don't really want to keep that much stuff in your inventory but I really would like to keep more than 5 of each ball type, revives, potions, and (eventually) raspberries.

Perhaps an entry for each item type in the config.properties that lets us specify the number to keep?

Still not working on Mac

Exception in thread "main" java.io.FileNotFoundException: config.properties (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at ink.abb.pogo.scraper.MainKt.main(Main.kt:90)

I have config.properties file ready, in the same folder with jar file.
still getting this error.
Updated Java Enviroment, and JDK too

Doesn't work at all...

Tried to use it. Receive no pokestops/nothing.

C:\Users\coleb\Desktop\test>java -jar pogo.scraper-all-0.2.1.jar
Logged in as mattlead
Get default data from pogo server.Context built!
Pokecoin: 60
Stardust: 1133
Level 16, Experience 123209
Getting map of 42.3601 71.0589
Getting initial pokestops..
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17
Getting map of 42.3601 71.0589
Profile update : 123209 XP on LVL 16; 23209/40000 (58.02%) to LVL 17

Exception in thread "Thread-376"

Hello, great work ! Very easy to use ;)

I got a little error after 20 min of use

Exception in thread "Thread-376" com.pokegoapi.exceptions.LoginFailedException
    at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.java:94)
    at com.pokegoapi.api.map.Map.getMapObjects(Map.java:170)
    at com.pokegoapi.api.map.Map.getMapObjects(Map.java:147)
    at com.pokegoapi.api.map.Map.getMapObjects(Map.java:93)
    at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt:166)
    at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt)
    at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)

If that can help ;)

Use on Mac 10.11.5
Java 8 update 91

Latest build fails

./gradlew build
:compileKotlin
e: /home/marco/pogo/git/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Main.kt: (14, 27): Unresolved reference: PtcLogin
e: /home/marco/pogo/git/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Main.kt: (82, 13): Unresolved reference: PtcLogin
e: /home/marco/pogo/git/PokemonGoBot/src/main/kotlin/ink/abb/pogo/scraper/Main.kt: (86, 13): Unresolved reference: PtcLogin
:compileKotlin FAILED

Haven't had time to debug this myself. If it is something specific to my situation I'll happily investigate once I get home.

IN_COOLDOWN_PERIOD

What does this mean?
Found nearby pokestop
destination reached
IN_COOLDOWN_PERIOD
Getting map of XXX
Found nearby pokestop
destination reached
IN_COOLDOWN_PERIOD
Getting map of XXX
Found nearby pokestop
destination reached
IN_COOLDOWN_PERIOD
Getting map of XXX
Found nearby pokestop
destination reached
IN_COOLDOWN_PERIOD

Google Login

Couldn't manage to sign in with google account.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.