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

Updating Show Title results in error #234

Closed
zpz5HAU-tgc3fgw2xwr opened this issue May 7, 2021 · 2 comments · Fixed by #240
Closed

Updating Show Title results in error #234

zpz5HAU-tgc3fgw2xwr opened this issue May 7, 2021 · 2 comments · Fixed by #240
Assignees
Labels
bug Bug is with Plex Meta Manager

Comments

@zpz5HAU-tgc3fgw2xwr
Copy link

This is on develop

YML

  "Avatar: The Legend of Korras":
    alt_title: The Legend of Korra
    original_title: The Legend of Korra
[2021-05-07 15:28:55,200] [plex.py:904]               [INFO]     |                                                                                                    |
[2021-05-07 15:28:55,234] [plex.py:932]               [INFO]     | Updating Show: Avatar: The Legend of Korras...                                                     |
[2021-05-07 15:28:55,234] [plex.py:831]               [INFO]     | Detail: title updated to Avatar: The Legend of Korras                                              |
[2021-05-07 15:28:55,573] [plex.py:792]               [DEBUG]    | Details Update: {'title.value': 'Avatar: The Legend of Korras', 'title.locked': 1}                 |
[2021-05-07 15:29:45,621] [util.py:313]               [DEBUG]    | Traceback (most recent call last):                                                                 |
                                                                 |   File "//plex_meta_manager.py", line 111, in start
                                                                 |     config.update_libraries(is_test, collections_to_run, resume_from)
                                                                 |   File "/modules/config.py", line 480, in update_libraries
                                                                 |     try:                        library.update_metadata(self.TMDb, test)
                                                                 |   File "/modules/plex.py", line 990, in update_metadata
                                                                 |     self.edit_item(item, mapping_name, item_type, edits)
                                                                 |   File "/modules/plex.py", line 794, 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 212, in call
                                                                 |     raise attempt.get()
                                                                 |   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)
                                                                 | TypeError: edit_query() got an unexpected keyword argument 'advanced'
                                                                 | 
[2021-05-07 15:29:45,622] [plex_meta_manager.py:114]  [CRITICAL] | edit_query() got an unexpected keyword argument 'advanced'
[2021-05-07 15:29:45,622] [plex_meta_manager.py:115]  [INFO]     | 
meisnate12 added a commit that referenced this issue May 7, 2021
@meisnate12 meisnate12 self-assigned this May 7, 2021
@meisnate12 meisnate12 added the bug Bug is with Plex Meta Manager label May 7, 2021
@meisnate12
Copy link
Member

fix is in develop

@meisnate12
Copy link
Member

also leaving open until merged

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants