-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Errno 32] Broken pipe #5070
Comments
*May have something to do with using FollowCluster. I can confirm, I am seeing the same behavior in dev and master. I've done a fresh clone, as well as submodule update. I've been using the bot since the early days so i've done it manually, as well as using . setup -r. I'm 100% confident the bot is set up correctly Python 2.7.9 CONFIG.JSON -> http://mediaengine.org/PokemonGo-Bot/web/config.json Error info: The bot continues to run, but does no work. It continues to do this until stopped and restarted, which at that point it is alright again.` |
I am getting this also. With default configuration file. This is on rasbian. |
@mitcht what does FollowCluster exactly? |
I am still having this problem |
This is the error I am getting .. [Errno 32] Broken pipe Any ideas? |
Same problem here, also running on raspian. |
@mitcht I don't have errorno 32, but "[Errno 104] Connection reset by peer", the rest of the error message (code 400... can't decode byte 0x81 in position 38) is very similar to yours: #4718 (comment) Bot is able to run but I wonder what is causing these intermitten errors |
After the error occurs sometime the bot will freeze or just walk |
Expected Behavior
Bot running without errors.
Actual Behavior
Bot seem to be running fine but after some time i get [Errno 32] Broken pipe
Your FULL config.json
Tryed latest map config file still same error.
Output when issue occurred
random lines with the error message:
[2016-09-02 00:47:00] [MainThread] [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Gyarados appeared! [CP 1438] [NCP 0.54] [Potential 0.87] [A/D/S 15/11/13]
[2016-09-02 00:47:03] [MainThread] [PokemonCatchWorker] [INFO] [vip_pokemon] This is a VIP pokemon. Catch!!!
[2016-09-02 00:47:06] [MainThread] [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 10.30
[2016-09-02 00:47:11] [MainThread] [PokemonCatchWorker] [INFO] [threw_pokeball] Great Curveball throw! Used Ultraball, with chance 19.90 (6 left)
[2016-09-02 00:47:12] [MainThread] [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Gyarados capture failed.. trying again!
[Errno 32] Broken pipe
[Errno 32] Broken pipe
[Errno 32] Broken pipe
[2016-09-02 00:47:25] [MainThread] [PokemonCatchWorker] [INFO] [threw_pokeball] Great Curveball throw! Used Ultraball, with chance 13.27 (5 left)
[2016-09-02 00:47:25] [MainThread] [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Gyarados capture failed.. trying again!
[2016-09-02 00:47:36] [MainThread] [PokemonCatchWorker] [INFO] [threw_pokeball] Great throw! Used Ultraball, with chance 13.27 (4 left)
[2016-09-02 00:47:37] [MainThread] [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Gyarados capture failed.. trying again!
[2016-09-02 00:47:46] [MainThread] [PokemonCatchWorker] [INFO] [threw_pokeball] Nice Curveball throw! Used Ultraball, with chance 13.27 (3 left)
[2016-09-02 00:47:46] [MainThread] [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Gyarados! [CP 1438] [NCP 0.54] [Potential 0.87] 15/11/13 [+120 exp]
[2016-09-02 00:47:46] [MainThread] [PokemonCatchWorker] [INFO] [gained_candy] You now have 602 Magikarp candy!
Steps to Reproduce
Run bot for some time with movetomap and social enabled.
Other Information
OS: Mac OSX
Branch: 7f53d65
Git Commit: dev
The text was updated successfully, but these errors were encountered: