"PlayingPaused" is not an allowed value for TransportState #3358

Closed
opened 2026-02-06 23:10:54 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @mill1000 on GitHub (Nov 6, 2021).

Originally assigned to: @Bond-009 on GitHub.

The string value "PlayingPaused" is not an allowed value for the TransportState variable according to the AVTransport:3 Service Table 2-7. Or in AVTransport:1 Service Table 1-1.

The allowed values are
image

The currently defined values are
91d6ffd731/Emby.Dlna/PlayTo/TransportState.cs (L5-L12)
and get parsed from strings directly here:
837d8feddc/Emby.Dlna/PlayTo/Device.cs (L721-L725)

This has been causing some event notification issues with gmrender-resurrect as reported here: https://github.com/hzeller/gmrender-resurrect/issues/217#issuecomment-961836039

Originally created by @mill1000 on GitHub (Nov 6, 2021). Originally assigned to: @Bond-009 on GitHub. The string value "PlayingPaused" is not an allowed value for the TransportState variable according to the [AVTransport:3 Service](http://upnp.org/specs/av/UPnP-av-AVTransport-v3-Service-20101231.pdf) Table 2-7. Or in [AVTransport:1 Service](http://upnp.org/specs/av/UPnP-av-AVTransport-v1-Service.pdf) Table 1-1. The allowed values are ![image](https://user-images.githubusercontent.com/6924622/140592674-b46e6aa6-61b1-4901-91c0-34a455e96e5b.png) The currently defined values are https://github.com/jellyfin/jellyfin/blob/91d6ffd731e163bf281348872c2421598fa4edb2/Emby.Dlna/PlayTo/TransportState.cs#L5-L12 and get parsed from strings directly here: https://github.com/jellyfin/jellyfin/blob/837d8feddc0264d1a704f76f1c08ed360803c032/Emby.Dlna/PlayTo/Device.cs#L721-L725 This has been causing some event notification issues with gmrender-resurrect as reported here: https://github.com/hzeller/gmrender-resurrect/issues/217#issuecomment-961836039
OVERLORD added the bugregression labels 2026-02-06 23:10:54 +03:00
Author
Owner

@jellyfin-bot commented on GitHub (Mar 6, 2022):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@jellyfin-bot commented on GitHub (Mar 6, 2022): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Author
Owner

@mill1000 commented on GitHub (Mar 6, 2022):

Just confirming that this still appears to be an open issue.

@mill1000 commented on GitHub (Mar 6, 2022): Just confirming that this still appears to be an open issue.
Author
Owner

@mijofa commented on GitHub (Mar 7, 2022):

Agreed, is definitely still an issue.
It's no longer important to me, but it's still wrong in the Jellyfin code

@mijofa commented on GitHub (Mar 7, 2022): Agreed, is definitely still an issue. It's no longer important to **me**, but it's still wrong in the Jellyfin code
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#3358