Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes Telegram notifications get sent, sometimes they error out with Error 400 #3292

Closed
1 task done
lightmaster opened this issue Jan 29, 2023 · 2 comments
Closed
1 task done

Comments

@lightmaster
Copy link

Description

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.

Version

8942eb8

Steps to Reproduce

  1. Setup telegram to use a channel (may or may not error out on groups or individual chats?)
  2. Have a user request any number of items
  3. Watch some notifications arrive, and some of them fail to come in.

Screenshots

Overseerr Telegram Settings

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
@DavidJuanes
Copy link

Probably related to #3150?

@danshilm 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
@danshilm
Copy link
Collaborator

Closing as a duplicate of #3064

@danshilm danshilm closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants