Skip to content
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

Closed
crvfts opened this issue Aug 31, 2016 · 6 comments
Closed
Assignees
Labels

Comments

@crvfts
Copy link
Contributor

crvfts commented Aug 31, 2016

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?

@Jasperrr91 Jasperrr91 self-assigned this Aug 31, 2016
@Jasperrr91 Jasperrr91 added the Bug label Aug 31, 2016
@Gobberwart
Copy link
Contributor

I'm getting the same "connection pool is full" error... I believe the fault is on their side, not ours.

@Gobberwart
Copy link
Contributor

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.

@askovpen
Copy link
Contributor

askovpen commented Aug 31, 2016

which bot commit?
git rev-parse HEAD

@davidakachaos
Copy link
Contributor

This still happens as of now; commit 4cce548

@askovpen
Copy link
Contributor

check on master

@Gobberwart
Copy link
Contributor

Issue with "connection pool is full" fixed #5307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants