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] Error when creating a collection from TV show seasons #826

Closed
patheticaesthetic94 opened this issue Feb 2, 2024 · 10 comments · Fixed by #848
Closed

[Bug] Error when creating a collection from TV show seasons #826

patheticaesthetic94 opened this issue Feb 2, 2024 · 10 comments · Fixed by #848
Labels
bug Something isn't working released

Comments

@patheticaesthetic94
Copy link

Describe the bug
When creating a rule to delete TV show seasons, viewing the collection that is created returns the following error message. There are no attributed logs, only information in the browser console.

Application error: a client-side exception has occurred (see the browser console for more information).

To Reproduce
Steps to reproduce the behavior:

  1. Create a rule which will return TV show seasons which will be unmonitored and deleted
  2. Run the rules so that the collection is filled. Mine has 30 results.
  3. Upon opening, note that a faint text box is shown in black font with the error noted above
  4. Open the browser console and observe the error as shown in my screenshot

Expected behavior
The results of the rules should be shown as per all other collections. The posters should appear rather than an error.

Screenshots
Screenshot 2024-02-02 at 15 31 41

Device (please complete the following information):

  • OS: Ubuntu
  • ARM
@jorenn92
Copy link
Owner

jorenn92 commented Feb 2, 2024

Is this on version 2.0.0 released today?

@patheticaesthetic94
Copy link
Author

Yes, and versions before this. I found an alternative in the form of just deleting the entire show - but thought it may have been fixed in 2.0.0. Unfortunately not 😢

@jorenn92
Copy link
Owner

jorenn92 commented Feb 2, 2024

I don't think i've received a similar report, so nothing was changed in this regard with 2.0.0.

Can you determine which media item is causing this issue? One method is to inspect network requests and examine the 'parentData' entry for each item. Look for any entries missing this data or lacking a GUID, as this could be the culprit.

Is it conceivable that the show was added or removed after Maintainerr initially collected it? If the ID changed within Plex, this might explain the problem.

@jorenn92 jorenn92 added the bug Something isn't working label Feb 2, 2024
@jorenn92 jorenn92 changed the title Error when creating a collection from TV show seasons [Bug] Error when creating a collection from TV show seasons Feb 2, 2024
@patheticaesthetic94
Copy link
Author

I've just gone through the 24 entries that show up in the Network tab and all of them have their parentData entry. Nothing looks out of the ordinary. I'll be happy to work my way through the shows that appear and manually delete them to see if I can work out what one might be possibly causing this.

@jorenn92
Copy link
Owner

jorenn92 commented Feb 2, 2024

I've just gone through the 24 entries that show up in the Network tab and all of them have their parentData entry. Nothing looks out of the ordinary. I'll be happy to work my way through the shows that appear and manually delete them to see if I can work out what one might be possibly causing this.

And do they all have the Guid property inside parentData?

i know how to fix it, but it would be great if we could figure out why it’s lacking 🤔

@patheticaesthetic94
Copy link
Author

I can confirm that every single entry has a Guid property within parentData. Very strange!

Although, I think i've worked out what the issue is. Some of my content is from 'ye olden days' before Plex properly moved away from the TVDB to their own metadata system.

Anything that is a guid that doesn't start with 'plex://' seems to fail. After updating the metadata for one of the shows still using this old system, the problem fixed itself.

@jorenn92
Copy link
Owner

jorenn92 commented Feb 2, 2024

Hmm, i see. Thanks for figuring this out! I’ll have to dig deeper into it. Even if that happens, the UI should not fail.

@jorenn92
Copy link
Owner

jorenn92 commented Feb 7, 2024

Could you try to replicate the issue with the develop image once #848 is merged? That PR includes a possible solution.

jorenn92 added a commit that referenced this issue Feb 7, 2024
@patheticaesthetic94
Copy link
Author

Ah, see the issue is that I have updated all my metadata now to use the new Plex format so I'm not entirely sure how I would be able to. I definitely would if I could though!

@jorenn92
Copy link
Owner

jorenn92 commented Feb 8, 2024

Ah, see the issue is that I have updated all my metadata now to use the new Plex format so I'm not entirely sure how I would be able to. I definitely would if I could though!

No problem, thank you for reporting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants