-
Member
I did not understood how "Target Latitude/longitude" works. Do I have to set the location where my character should go? Or simply the location where i want to start?
So If i live in Rome and wanna catch pokemon in new york have I to put New York coordinates in the targets?
What about an auto update for the bot? 
Thx for the answer!
-
Member
Originally Posted by
Danielito986
I did not understood how "Target Latitude/longitude" works. Do I have to set the location where my character should go? Or simply the location where i want to start?
So If i live in Rome and wanna catch pokemon in new york have I to put New York coordinates in the targets?
What about an auto update for the bot?
Thx for the answer!
cord where yiou wanna start
-
Member
MAss TRansfer only transfers pokemon with tick box right?
-
Member
Does this have flagging protection like Necro regarding altitude please OP?
-
Sergeant
Originally Posted by
Xanor66
cord where yiou wanna start
That is wrong. It's the location of where you want your character to walk to from what I can tell based on the console reports.
-
Post Thanks / Like - 1 Thanks
Danielito986 (1 members gave Thanks to sundawg89 for this useful post)
-
Member
Master Ninja ! I found this....
Code:
C:\PokeBotNinja-v15>java -jar PokeBotNinja.jar
You are using the latest version: 15
D/RequestHandler: Authenticated with static token
Logged in with account: xxxxxxxxx
com.pokegoapi.exceptions.AsyncPokemonGoException: Unknown exception occurred.
at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:45)
at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.j
ava:155)
at com.pokegoapi.api.pokemon.Pokemon.transferPokemon(Pokemon.java:89)
at ninja.pokebot.o.r.a(SourceFile:96)
at ninja.pokebot.o.U.actionPerformed(SourceFile:630)
at ninja.pokebot.o.M.actionPerformed(SourceFile:163)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI$Handler.repostEvent(Unknown Sourc
e)
at javax.swing.plaf.basic.BasicTableUI$Handler.mouseReleased(Unknown Sou
rce)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.RuntimeException: java.util.concurrent.ExecutionException:
com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
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:37)
... 56 more
Caused by: java.util.concurrent.ExecutionException: com.google.protobuf.InvalidP
rotocolBufferException: Contents of buffer are null
at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:109)
at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:86)
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)
... 58 more
Caused by: com.google.protobuf.InvalidProtocolBufferException: Contents of buffe
r are null
at com.pokegoapi.main.ServerRequest.getData(ServerRequest.java:78)
at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:293)
at java.lang.Thread.run(Unknown Source)
Restarted the bot, doing fine. But when I tried to transfer a pokemon, it came again...
Restaarted the bot, doing fine again...
-
Member
ok but where i can i set the start point? O_o
-
Sergeant
It appears its set by your current geo-location. So where your at is where it will start.
-
Member
Originally Posted by
Danielito986
ok but where i can i set the start point? O_o
If you live in Rome but want to wander in New York, you should put the coord. of the place you want to wander, that is in New York, in the "Target Latitude" and "Target Longitude" box.
-
Sergeant
Ok I have just double checked. To start from the location you want to be, you have to close the app and re-open. Othwerwise it defaults to the location you last used.
-
Member
Anyone else running around not finding pokestops or pokemons?
-
Member
[21:16:51] Starting walking of 605 meters to 40.75560088,73.98360375
It stopped working. It does not catch anymore Pokemon. Its only walking a few hundreds of meters every few minutes. Thats it...
-
Member
-
Member
Mine works well, try to exit and re-enter.
-
Sergeant
Originally Posted by
CyKoDeLiC
[21:16:51] Starting walking of 605 meters to 40.75560088,73.98360375
It stopped working. It does not catch anymore Pokemon. Its only walking a few hundreds of meters every few minutes. Thats it...
It works fine. It will not work if you have put your location too far or if you have a soft ban.