You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can send a test Telegram notification to a Telegram channel without any issue.
When someone requests new content, sometimes the request notification goes through, and sometimes it fails with a status code of 400.
When a request gets approved, if the requested notification went through, then the approval notification goes through, if the requested notification failed, then the approval notification fails with a slightly different error (see logs).
When media becomes available, errors out with a status code of 400
I was using the stable branch, version 1.31.0. I updated a couple days ago to the develop branch using snap to make sure this hadn't been fixed already.
Setup telegram to use a channel (may or may not error out on groups or individual chats?)
Have a user request any number of items
Watch some notifications arrive, and some of them fail to come in.
Screenshots
Logs
2023-01-29T00:25:54.590Z [error][Notifications]: Error sending Telegram notification {
"errorMessage":"Request failed with status code 400",
"response": {
"description":"Bad Request: failed to get HTTP URL content",
"error_code":400,
"ok":false
},
"subject":"Scooby Doo and The Zombies (2011)",
"type":"MEDIA_PENDING"
}
2023-01-29T01:41:56.430Z [error][Notifications]: Error sending Telegram notification {
"errorMessage":"Request failed with status code 400",
"response": {
"description":"Bad Request: wrong file identifier/HTTP URL specified",
"error_code":400,
"ok":false
},
"subject":"Scooby Doo and The Zombies (2011)",
"type":"MEDIA_APPROVED"
}
2023-01-25T09:15:00.954Z [error][Notifications]: Error sending Telegram notification {
"type":"MEDIA_AVAILABLE",
"subject":"M3GAN (2022)",
"errorMessage":"Request failed with status code 400",
"response":{
"ok":false,
"error_code":400,
"description":"Bad Request: wrong file identifier/HTTP URL specified"
}
}
Platform
desktop
Device
Laptop
Operating System
Windows 11
Browser
Firefox
Additional Context
Does not matter which device a user requests media from, but it forced me to answer those questions. If it makes a difference, my instance of Overseerr is running on Proxmox 7.3-4 as a Debian 11 LXC, installed using snap. It is a fresh install that was first set up approximately 5 days ago.
Code of Conduct
I agree to follow Overseerr's Code of Conduct
The text was updated successfully, but these errors were encountered:
danshilm
changed the title
[bug] Sometimes Telegram notifications get sent, sometimes they error out with Error 400
Sometimes Telegram notifications get sent, sometimes they error out with Error 400
Feb 23, 2023
Description
I can send a test Telegram notification to a Telegram channel without any issue.
I was using the stable branch, version 1.31.0. I updated a couple days ago to the develop branch using snap to make sure this hadn't been fixed already.
Version
8942eb8
Steps to Reproduce
Screenshots
Logs
Platform
desktop
Device
Laptop
Operating System
Windows 11
Browser
Firefox
Additional Context
Does not matter which device a user requests media from, but it forced me to answer those questions. If it makes a difference, my instance of Overseerr is running on Proxmox 7.3-4 as a Debian 11 LXC, installed using snap. It is a fresh install that was first set up approximately 5 days ago.
Code of Conduct
The text was updated successfully, but these errors were encountered: