diff --git a/Troubleshooting.md b/Troubleshooting.md index 586c25f..a8db6c6 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -22,7 +22,7 @@ As per https://github.com/linuxserver/docker-papermerge/issues/4, run these comm Make sure you're not sending too long messages, as some notification targets do have message length limitations. For example, too long notification message submitted to the Telegram will produce the following error in the log file: -`WARNING:apprise:Failed to send Telegram notification to 196289410: Bad Request: message is too long, error=400.` +`WARNING:apprise:Failed to send Telegram notification to {ID}: Bad Request: message is too long, error=400.` `DEBUG:apprise:Response Details:` `b'{"ok":false,"error_code":400,"description":"Bad Request: message is too long"}'`