Closed itgoujie2 closed 8 years ago
Based on the code you posted something is sending SIGINT to your terminal.
^C2016-08-09 15:32:45,901 [PokemonGoBot] [INFO] [bot_exit] Exiting bot.
That ^C is the usual notation for ctrl+c.
I'm running a number of bots behind a VPN and have had no issue.
That is because I noticed the bot stopped, then i forced ctrl+c, and then restarted the bot
Sent from my iPhone
On Aug 9, 2016, at 7:20 PM, RedViper9 notifications@github.com wrote:
Based on the code you posted something is sending SIGINT to your terminal.
^C2016-08-09 15:32:45,901 [PokemonGoBot] [INFO] [bot_exit] Exiting bot. That ^C is the usual notation for ctrl+c.
I'm running a number of bots behind a VPN and have had no issue.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
You are just deleting logs, aren't you? Kidding...
Try activating the debug (in your config file), it must be network related of course but not showing up in normal log. With debug logs I think we can find the answer.
@itgoujie2 are you still experiencing this issue with the latest version, I think your "getting stuck issue" has been resolved in recent commits. But I'd love to hear back from you to ensure it has :)
I think you can mark this one closed, my account was banned anyway
Expected Behavior
bot should behave the same in any network
Actual Behavior
bot works fine without interruption in normal network, but when I run it in a network behind VPN, it always stops after a running a while, it is not crashed by some error, it just stopped producing logs. Ex. current time is 3:30PM, but bot stopped at 2:40PM without any further logs:
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
try run the bot behind VPN
Other Information
OS: Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) Python Version: (run 'python -V' and paste it here)