You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[2024-10-10 15:07:13,844] [plex.py:645] [ERROR] | (404) not_found; (redacted)/playlists/23193/items/None/move <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html>|
[2024-10-10 15:07:13,844] [builder.py:3505] [ERROR] | Failed to Move Constantine S01E01: Season 1: Episode 1 |
playlists:
One Chicago (Timeline Order):
sync_mode: synclibraries: TV Showstrakt_list: https://trakt.tv/lists/5415197summary: One Chicagoradarr_add_missing: truesonarr_add_missing: trueThe Walking Dead (Timeline Order):
sync_mode: synclibraries: TV Showstrakt_list: https://trakt.tv/lists/25146121summary: The Walking Deadradarr_add_missing: truesonarr_add_missing: true
### Logs
_No response_
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: