caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

errors

mohitjoshi155 opened this issue · comments

Screenshot_20220424-142640_Browser

Notify: Failed to send Telegram notification to 529023895: Bad Request: can't parse entities: Unsupported start tag "ul" at byte offset 134, error=400.

i keep getting errors like this

This was accidentally introduced in the latest version of Apprise while trying to address other formatting requests. There is a fix coming here hopefully this week sometime. I'm not available to work on it today which is unfortunately delaying the process a bit. If you're good with Python, feel free to have a look and add any thoughts, or code changes. Alternatively, see if it offers any improvements for you.

Another alternative is to just use the previous version of Apprise for the next few days:
pip install apprise == 0.9.7

Another thing you can do is use the latest version, but just put ?format=markdown at the end of your Telegram (tgram://) Apprise URL

pip install apprise == 0.9.7 worked perfectly for me thanks