mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
"PlayingPaused" is not an allowed value for TransportState #3358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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

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
@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.
@mill1000 commented on GitHub (Mar 6, 2022):
Just confirming that this still appears to be an open issue.
@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