caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 16 forks source link

errors #85

Closed mohitjoshi155 closed 2 years ago

mohitjoshi155 commented 2 years ago

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

caronc commented 2 years ago

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

caronc commented 2 years ago

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

mohitjoshi155 commented 2 years ago

pip install apprise == 0.9.7 worked perfectly for me thanks