Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: unmatched movies throws out an error for the meta language (Agent: Plex Movie) #608

Closed
ISeeTWizard opened this issue Jan 13, 2022 · 0 comments · Fixed by #652
Closed
Assignees
Labels
bug Bug is with Plex Meta Manager status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@ISeeTWizard
Copy link

Like discussed on Discord I put this issue here on github so you maybe can check that once

So movies that aren’t matched don’t have the advanced tab where the metadata language can be fixed
While scanning this than throws out an error
Unfortunately some movies, like concerts, documentations, etc. are unknown from the commonly used movie databases

if you need further info or data just tell me :)

Part from the log file:

[2022-01-12 20:22:48,964] [library.py:179] [INFO] | Detail: Overlay: german applied to Barbie Traumvilla Abenteuer Die Legende Der Meerjungfrau |
[2022-01-12 20:22:49,062] [plex.py:788] [DEBUG] | Details Update: {'languageOverride': 'de-DE'} |
[2022-01-12 20:22:49,663] [util.py:162] [DEBUG] | Traceback (most recent call last): |
| File "/usr/local/lib/python3.9/site-packages/plexapi/mixins.py", line 38, in editAdvanced
| pref = preferences[settingID]
| KeyError: 'languageOverride'
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "//plex_meta_manager.py", line 847, in run_collection
| builder.update_item_details()
| File "/modules/builder.py", line 2084, in update_item_details
| self.library.edit_item(item, item.title, self.collection_level.capitalize(), advance_edits, advanced=True)
| File "/modules/plex.py", line 790, in edit_item
| self.edit_query(item, edits, advanced=advanced)
| File "/usr/local/lib/python3.9/site-packages/retrying.py", line 49, in wrapped_f
| return Retrying(*dargs, **dkw).call(f, *args, **kw)
| File "/usr/local/lib/python3.9/site-packages/retrying.py", line 206, in call
| return attempt.get(self._wrap_exception)
| File "/usr/local/lib/python3.9/site-packages/retrying.py", line 247, in get
| six.reraise(self.value[0], self.value[1], self.value[2])
| File "/usr/local/lib/python3.9/site-packages/six.py", line 719, in reraise
| raise value
| File "/usr/local/lib/python3.9/site-packages/retrying.py", line 200, in call
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
| File "/modules/plex.py", line 518, in edit_query
| item.editAdvanced(**edits)
| File "/usr/local/lib/python3.9/site-packages/plexapi/mixins.py", line 40, in editAdvanced
| raise NotFound('%s not found in %s' % (value, list(preferences.keys())))
| plexapi.exceptions.NotFound: de-DE not found in []
|
[2022-01-12 20:22:49,670] [plex_meta_manager.py:877] [ERROR] | Unknown Error: de-DE not found in []
[2022-01-12 20:22:49,671] [plex_meta_manager.py:880] [INFO] |

@ISeeTWizard ISeeTWizard added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 13, 2022
@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 25, 2022
@meisnate12 meisnate12 mentioned this issue Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants