-
Member
[8/8/2016 8:07:06 AM] Logging in...
[8/8/2016 8:07:08 AM] Exception: Exception of type 'PokemonGo.RocketAPI.Exceptions.GoogleOfflineException' was thrown.
Help me
-
Member
what he do when he run out of pokeballs ?
-
Member
necrobot can do it with the correct config
-
Active Member
Originally Posted by
hentur18
what he do when he run out of pokeballs ?
It stops catching pokemon. Its not meant to collect pokeballs.
-
Member
Received an error while running.
Message: Exception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseExcept
ion' was thrown.
- Please confirm that the PokemonGo servers are online before using PokeSniper2.
- If the servers are up, just try again.
i keep getting this every 30 or so.....solutions?
-
Member
-
Member
hi guys, is it posible to snipe pokemon automatically based on info from discord, i mean the config that auto snipe but auto load info pokeomn from discord.
-
Active Member
Originally Posted by
trueblue
You did nothing wrong. The pokemon either isnt there anymore, or it was a false location.
-
Active Member
Originally Posted by
ZomgZippo
Is there any way to make this bot automaticly restart? Keep coming back in 30m and the bot is always giving an error.. it works for 30m then shutsdown due to pokesniper server being unstable etc..
Any idea how to run it every 30m automaticly?
Go to your PokeSniper folder.
Right click, New, Text Document.
Paste the following code:
Code:
@echo off
@title =Restart Sniper
:loop
start "PokeSniper2" autosniper.bat
timeout /t 1800 >null
taskkill /fi "WINDOWTITLE eq PokeSniper2*" /f
taskkill /fi "WINDOWTITLE eq PokeSniper2*" /f
timeout /t 5 >null
goto loop
File, Save As, Restart.bat ;; Change "Save as type" from "Text Documents (*.txt)" to "All Files (*.*)"
Instead of using autosniper.bat, use this new batch file.
For anyone wondering, taskkill is there twice on purpose.
If 30 minutes is too long for you, just change the 1800 to 60 x minutes wanted (i.e., 1200 for 20 minutes)
Last edited by MrAlice; 08-08-2016 at 01:26 PM.
Reason: Now supports username in title set to true; thanks Venetian
-
Post Thanks / Like - 1 Thanks
lllN30lll (1 members gave Thanks to MrAlice for this useful post)
-
Active Member
Originally Posted by
nova_442
Either this program needs an auto restart or to fix the bug with the API exception. Otherwise it's non-functional.
See the post above this one for a restart bat.
Last edited by MrAlice; 08-08-2016 at 11:04 AM.
-
Member
Originally Posted by
MrAlice
Go to your PokeSniper folder.
Right click, New, Text Document.
Paste the following code:
Code:
@echo off
@title =Restart Sniper
:loop
start "PokeSniper2 v1.11" autosniper.bat
timeout /t 1800 >null
taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11" /f
taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11" /f
timeout /t 5 >null
goto loop
File, Save As, Restart.bat ;; Change "Save as type" from "Text Documents (*.txt)" to "All Files (*.*)"
Instead of using autosniper.bat, use this new batch file.
For anyone wondering, taskkill is there twice on purpose.
If 30 minutes is too long for you, just change the 1800 to 60 x minutes wanted (i.e., 1200 for 20 minutes)
can't work bro
-
Active Member
Originally Posted by
PapaOdet
can't work bro
<ShowUsernameInTitle>false</ShowUsernameInTitle> in user.xml
needs to be false, not true.
Otherwise, what issue are you getting?
Last edited by MrAlice; 08-08-2016 at 11:43 AM.
-
Member
Originally Posted by
PapaOdet
can't work bro
put "*" (without apostrop) after "v1.11".
it'll be like this
taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11*" /f
taskkill /fi "WINDOWTITLE eq PokeSniper2 v1.11*" /f
i assume it won't recognize any process, since it only kill "PokeSniper2 v1.11", while the autosniper process has "username - <username>" after "v1.11"
-
Post Thanks / Like - 1 Thanks
MrAlice (1 members gave Thanks to Venetian for this useful post)
-
Active Member
Originally Posted by
Venetian
put "*" (without apostrop) after "v1.11".
it'll be like this
i assume it won't recognize any process, since it only kill "PokeSniper2 v1.11", while the autosniper process has "username - <username>" after "v1.11"
I'll change the code to this instead.
Much better than having to edit the user.xml; thanks.
-
Member
Originally Posted by
noobcakes69
Change to <RequireURLConfirmation>false</RequireURLConfirmation>
In what file?