-
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
Skipping Recycling of Items - Spam #3378
Comments
I'm not seeing this text, but you could try Commenting out line 34 in PokemonGo-Bot/pokemongo_bot/cell_workers/recycle_items.py
let me know how it goes. |
@RedViper9 You probably don't meet the condition to get that message. @ConflictWY If you comment out just that line I'm gonna guess you'll get an error(or crash) every time you would get that text. You would likely need to comment out more than 1 line. edit: apparently i guess in correctly. |
An easy fix would probably be to change the line: |
@leadboots5 You're likely right about my not meeting the condition, but I commented out the equivalent line in catch_lured_pokemon.py and I no longer get the "Lured pokemon at fort XYZ Fort_ID" spam. No crashes yet. If I'm reading the code right, the lines |
@RedViper9 My assumption was it would error(print out something less legible) or crash when it emitted the event and the format field was missing. Good to know it doesn't. |
@leadboots5 I believe it may have adverse effects on the webserver_socket_io which relies on the event handler, but I haven't tested that. |
To avoid flood on my console, i made the following changes : File : pokemongo_bot/cell_workers/recycle_items.py
Just comment the event by using """ (Multilline comment on Python 2.7) |
Fixed in new item recycling function |
Constantly getting this.
Would be nice to keep this noise out of the cmd. =)
The text was updated successfully, but these errors were encountered: