Kometa-Team / Kometa

Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.
https://kometa.wiki
MIT License
2.52k stars 307 forks source link

[Bug]: Unable to remove overlays #1008

Closed Sc0th closed 2 years ago

Sc0th commented 2 years ago

Version Number

1.17.3

What branch are you on?

master

Describe the Bug

Unable to remove overlays:

This is not a one off, I have removed a few shows that were exhibiting an identical issue.

Always fails at the same place.

| TMDb Error: No Episode found for TMDb ID 92749 Season 2 Episode 10: (404 [Not Found]) Requested Item Not Found |
| No Poster found to restore for Moon Knight S02E10                                                  |
| Traceback (most recent call last):                                                                 |
|   File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 406, in _decode         |

last line of log.....

| tmdbapis.exceptions.TMDbException: Failed to Connect to https://api.themoviedb.org/3: ('Received response with content-encoding: gzip, but failed to decode it.', error('Error -3 while decompressing data: incorrect header check')) |
|                                                                                                    |
| Failed to Connect to https://api.themoviedb.org/3: ('Received response with content-encoding: gzip, but failed to decode it.', error('Error -3 while decompressing data: incorrect header check')) |

Relevant Collection/Overlay/Playlist Definition

No response

Logs

https://gist.github.com/Sc0th/684b2e087eb87148c1b214031068991a

Sc0th commented 2 years ago

Can kill this, looks to be due to local DB corruption.

ljohnson20 commented 2 years ago

For anyone that may come across this issue later, I ran across this error during the Mapping Movies Library step and fixed this by running Fix Match on the movie that was failing the tmdb call.