nzb-notify icon indicating copy to clipboard operation
nzb-notify copied to clipboard

Notify: Failed to send Telegram notification to -chatid: Bad Request: message is too long, error=400.

Open mohitjoshi155 opened this issue 2 years ago • 2 comments

Notify: Failed to send Telegram notification to {chatid}: Bad Request: message is too long, error=400.

any solution for this?

mohitjoshi155 avatar Apr 29 '22 02:04 mohitjoshi155

Have a look here.

Basically Apprise is designed to not mangle what you pass along to the service upstream. But in some cases (like this one), you might actually want Apprise to kick in.

You could try adding ?overflow=truncate to the end of your telegram:// URL and see if that helps. Alternatively, don't pass up as much information. Or let Apprise break it apart for you and set ?overflow=split instead.

caronc avatar Apr 30 '22 19:04 caronc

i will try and see your suggestions thanks

mohitjoshi155 avatar May 01 '22 14:05 mohitjoshi155