Playlist items can't be removed; server returns 204 #6429

Closed
opened 2026-02-07 03:37:38 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @pikapower9080 on GitHub (Nov 5, 2024).

This issue respects the following points:

  • This is a bug, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found here.
  • This issue is not already reported on GitHub (I've searched it).
  • I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
  • I agree to follow Jellyfin's Code of Conduct.
  • This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

Description of the bug

After setting up a fresh Jellyfin docker install on 10.10.1, I cannot remove items added to my own music playlist. When selecting "Remove from Playlist" the browser makes a DELETE request to remove the item, but the server rejects it with error 502 (Request empty). This applies to the web client, the media player, and even third party clients like Finamp.

Image

Reproduction steps

  1. Log into any account on Jellyfin
  2. Create a music playlist, public or private
  3. Right click an item in the playlist and select "Remove from Playlist"

What is the current bug behavior?

The playlist remains unchanged instead of having the item be removed.

What is the expected correct behavior?

The playlist should update to have the item removed.

Jellyfin Server version

10.10.0+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

10.10.1

Environment

  • OS: Ubuntu oracular 24.10
  • Linux Kernel: 6.11.0-8-generic
  • Virtualization: Docker
  • Clients: Browser, Media Player, Finamp
  • Browser: Chromium 130
  • FFmpeg Version: 7.0.2
  • Playback Method:
  • Hardware Acceleration:
  • GPU Model:
  • Plugins: Webhook
  • Reverse Proxy: none
  • Base URL: none
  • Networking: Host
  • Storage: local

Jellyfin logs

No logs are produced by this action.

FFmpeg logs

No response

Client / Browser logs

This is the log I believe to be relevant:
Image

Relevant screenshots or videos

No response

Additional information

This same issue happens on both a fresh server an an existing server that are both running on 10.10.1. Re-ordering of playlist items also does not work, the server responds with 500, but that is a different issue. Playlist length does not seem to impact this issue.

Originally created by @pikapower9080 on GitHub (Nov 5, 2024). ### This issue respects the following points: - [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/). - [x] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_. - [x] I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue. - [x] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct). - [x] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one. ### Description of the bug After setting up a fresh Jellyfin docker install on 10.10.1, I cannot remove items added to my own music playlist. When selecting "Remove from Playlist" the browser makes a DELETE request to remove the item, but the server rejects it with error 502 (Request empty). This applies to the web client, the media player, and even third party clients like Finamp. ![Image](https://github.com/user-attachments/assets/27052878-1416-47be-b2f7-833d70451324) ### Reproduction steps 1. Log into any account on Jellyfin 2. Create a music playlist, public or private 3. Right click an item in the playlist and select "Remove from Playlist" ### What is the current _bug_ behavior? The playlist remains unchanged instead of having the item be removed. ### What is the expected _correct_ behavior? The playlist should update to have the item removed. ### Jellyfin Server version 10.10.0+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version 10.10.1 ### Environment - OS: Ubuntu oracular 24.10 - Linux Kernel: 6.11.0-8-generic - Virtualization: Docker - Clients: Browser, Media Player, Finamp - Browser: Chromium 130 - FFmpeg Version: 7.0.2 - Playback Method: - Hardware Acceleration: - GPU Model: - Plugins: Webhook - Reverse Proxy: none - Base URL: none - Networking: Host - Storage: local ### Jellyfin logs No logs are produced by this action. ### FFmpeg logs _No response_ ### Client / Browser logs This is the log I believe to be relevant: ![Image](https://github.com/user-attachments/assets/39cdc419-20fd-4119-b641-c73b3621cf8b) ### Relevant screenshots or videos _No response_ ### Additional information This same issue happens on both a fresh server an an existing server that are both running on 10.10.1. Re-ordering of playlist items also does not work, the server responds with 500, but that is a different issue. Playlist length does not seem to impact this issue.
OVERLORD added the bug label 2026-02-07 03:37:38 +03:00
Author
Owner

@GreepTheSheep commented on GitHub (Nov 5, 2024):

Could be a duplicate of #12892

Also, same issue on my side on v10.10.1, on Debian 12 with Docker 26.0.0

@GreepTheSheep commented on GitHub (Nov 5, 2024): Could be a duplicate of #12892 Also, same issue on my side on v10.10.1, on Debian 12 with Docker 26.0.0
Author
Owner

@felix920506 commented on GitHub (Nov 5, 2024):

cc @Shadowghost

@felix920506 commented on GitHub (Nov 5, 2024): cc @Shadowghost
Author
Owner

@pikapower9080 commented on GitHub (Nov 5, 2024):

Could be a duplicate of #12892

Also, same issue on my side on v10.10.1, on Debian 12 with Docker 26.0.0

These are similar issues but not technically the same. Not being able to remove playlist options is also mentioned there, though.

@pikapower9080 commented on GitHub (Nov 5, 2024): > Could be a duplicate of [#12892](https://github.com/jellyfin/jellyfin/issues/12892) > > Also, same issue on my side on v10.10.1, on Debian 12 with Docker 26.0.0 These are similar issues but not technically the same. Not being able to remove playlist options is also mentioned there, though.
Author
Owner

@Shadowghost commented on GitHub (Nov 5, 2024):

It's all caused by the same issue fixed in #12934

@Shadowghost commented on GitHub (Nov 5, 2024): It's all caused by the same issue fixed in #12934
Author
Owner

@felix920506 commented on GitHub (Nov 6, 2024):

Closing as duplicate of #12892

@felix920506 commented on GitHub (Nov 6, 2024): Closing as duplicate of #12892
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#6429