Open ronniehicks opened 1 month ago
I can't reproduce an issue here with Kometa 2.0.2.
I added each of the five shows in the Chicago playlist one at a time to a test library, running this playlist after each, so every run would be adding new episodes and inserting them into the playlist.
Each run went fine with no errors; the playlist was updated as expected each run.
I then ran twice after everything was in the library and playlist with no errors.
Just repeated the experiment with Kometa 2.1.0 with the same result; no issues seen.
What's causing the issue here is that None
should be an internal Plex ID:
(redacted)/playlists/23193/items/None/move
This is telling Plex to move an item with the ID of None
within the playlist with ID 23193
, which of course is going to fail and lead to: 404 Not Found
since nothing will have that ID.
For some reason, Plex is having trouble getting its own ID for that item.
Any idea what to look for and where to see if something is happening on the plex side?
Version Number
2.0.2 (Docker: master)
What branch are you on?
master
Describe the Bug
After the first creation of the playlist, any attempt to reprocess and move items into the correct placement results in the following error, regardless of playlist:
Relevant Collection/Overlay/Playlist Definition