-
Notifications
You must be signed in to change notification settings - Fork 122
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
Not Pushing to Telegram Sporadically #229
Comments
I just want to add some more detail and say I've tested from both Postman on a Windows machine, and also using curl directly on my ZNC server, pushing the exact same data using the same endpoint and chat_id, and the api is sending the messages correctly. I can also get it to get messages through to me when doing a manual push, but the automatic pushes have not reached me for a few days now, despite showing in debug correctly. |
Can you try building znc-push with |
Okay, I've just built it as such and loaded it up. I'll monitor how it goes for a few days (if anyone talks to me), and see if anything is different. |
@Lann094 Did rebuilding the module with make curl=yes solve your problem? I've been seeing a similar issue to what you described. |
Wow sorry, I completely forgot to report back. Building as advised appears to have resolved the issue for me, and it doesn't seem to be missing any more notifications @accorvin. |
Hi,
I've played around with the debug info and channel_conditions, and it looks like even when it's triggered (in znc push) correctly, I don't seem to receive the message from my telegram bot consistently.
Sometimes it appears to work and sometimes it doesn't, even for the same words. I can see in the debug log that:
But no message comes through, and when it does work, the debug message is exactly the same, so it seems like it might be an issue on Telegram's side?
If you have any ideas where I could check otherwise for this, I'd be very much appreciative.
Thanks!
The text was updated successfully, but these errors were encountered: