-
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
Telegram- sending 2 notifications per event and repetitive line in logger #4977
Comments
I'm getting the same "connection pool is full" error... I believe the fault is on their side, not ours. |
From what I can tell, we should be able to safely ignore these warnings (see python-telegram-bot/python-telegram-bot#341) I don't know enough about telegram to say for sure. |
which bot commit? |
This still happens as of now; commit 4cce548 |
check on master |
Issue with "connection pool is full" fixed #5307 |
Few things I'm noting with Telegram:
I receive 2 notifications per event.
Get repetitive line in logger: "Connection pool is full, discarding connection: api.telegram.org"
"alert_catch": {
"all": {"operator": "and", "cp": 9, "iv": 0.9}
}
but I'm still getting notifications for every single catch. That should only be sending messages for pokemon with at least CP 9 and IV 0.9, correct?
The text was updated successfully, but these errors were encountered: