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

Tagline error #120

Closed
djf73267 opened this issue Mar 17, 2021 · 7 comments · Fixed by #122
Closed

Tagline error #120

djf73267 opened this issue Mar 17, 2021 · 7 comments · Fixed by #122
Assignees
Labels
bug Bug is with Plex Meta Manager

Comments

@djf73267
Copy link

I'm having trouble with a tagline error on the latest version for the master branch whenever I try to change metadata for shows end up failing to get an update through.

| |
| Updating Show: Re:Zero kara Hajimeru Isekai Seikatsu Season 2 Part 2... |
| Traceback (most recent call last): |
| File "plex_meta_manager.py", line 84, in start |
| config.update_libraries(test, collections) |
| File "D:\Users\DFun\Downloads\Plex-Meta-Manager-master\Plex-Meta-Manager-master\modules\config.py", line 401, in update_libraries |
| try: library.update_metadata(self.TMDb, test) |
| File "D:\Users\DFun\Downloads\Plex-Meta-Manager-master\Plex-Meta-Manager-master\modules\plex.py", line 298, in update_metadata |
| add_edit("tagline", item.tagline, self.metadata[m], value=tagline) |
| File "C:\Users\DFun\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\plexapi\base.py", line 389, in getattribute |
| value = super(PlexPartialObject, self).getattribute(attr) |
| AttributeError: 'Show' object has no attribute 'tagline' |
| |
| 'Show' object has no attribute 'tagline'

@meisnate12
Copy link
Member

did you install requirements again after you upgraded to 1.5.0?

@djf73267
Copy link
Author

You are right however after updating the requirements again I get this when running

| |
| Updating Show: Re:Zero kara Hajimeru Isekai Seikatsu Season 2 Part 2... |
| Show: Re:Zero kara Hajimeru Isekai Seikatsu Season 2 Part 2 Details Update Not Needed |
| |
| Traceback (most recent call last): |
| File "plex_meta_manager.py", line 84, in start |
| config.update_libraries(test, collections) |
| File "D:\Users\Darren\Downloads\Plex-Meta-Manager-master\Plex-Meta-Manager-master\modules\config.py", line 401, in update_libraries |
| try: library.update_metadata(self.TMDb, test) |
| File "D:\Users\Darren\Downloads\Plex-Meta-Manager-master\Plex-Meta-Manager-master\modules\plex.py", line 400, in update_metadata |
| output = match.group(0)[1:].split("E" if "E" in m.group(0) else "e") |
| AttributeError: 'str' object has no attribute 'group' |
| |
| 'str' object has no attribute 'group' |
|

@meisnate12
Copy link
Member

can you post your metadata setup for Re:Zero kara Hajimeru Isekai Seikatsu Season 2 Part 2 and the metadata entry that immediately follows it

@djf73267
Copy link
Author

The metadata entries following Re:Zero kara Hajimeru Isekai Seikatsu Season 2 Part 2 do not get fulfilled

"Re:Zero kara Hajimeru Isekai Seikatsu Season 2 Part 2":
episodes:
S01E01:
rating: "7.5"
"Sword Art Online: Alicization - War of Underworld (2020)":
rating: "7.4"
"Tate no Yuusha no Nariagari":
rating: "8.0"
"Tensei Shitara Slime Datta Ken Season 2":
rating: "8.0"

meisnate12 added a commit that referenced this issue Mar 17, 2021
@meisnate12
Copy link
Member

ok can you test in develop i think I fixed it

@djf73267
Copy link
Author

Yep just tested it and all the entries processed normally. Thank you!

@meisnate12
Copy link
Member

no problem glad i could fix it

@meisnate12 meisnate12 self-assigned this Mar 18, 2021
@meisnate12 meisnate12 added the bug Bug is with Plex Meta Manager label Mar 18, 2021
@meisnate12 meisnate12 mentioned this issue Mar 18, 2021
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