Replies: 1 comment
-
Hey everyone, I fixed the issue by creating a while loop before the notification was sent to Telegram. Worked first time after a failed attempt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm running a script that uses Apprise to send a notification to Telegram. About 30% of the time I get no Telegram notification and the following errors:
Others that have encountered this error (not using my exact script) have had success creating a while loop to retry the notification, but that's out of my league. I'm looking at "NotifyTelegram.py" starting at line 737 where my problem appears to be at:
Would someone be willing to help me find a way to retry the notification attempt?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions