Problem
Adding a long URL to a playlist, the link is cut off after the 256 character.
Through this the video is not playable anymore.
This problem does not occur, when playing the video directly.
Steps to reproduce
- Get a long link > 256 characters (I can provide one over DM since my links expire after some hours)
- Add the link to the playlist
- Try to play the video (fails)
Also try to play the video directly from the search results → works.
Notes
In the POST request to sync_update
, the URL is still complete.
However, in the WebSocket “playlist_items” target response, the URL is too short.
Browsers used
- Firefox 95 on Windows 10
- Chrome 96 on Windows 10