-
Notifications
You must be signed in to change notification settings - Fork 9
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
Status parameter error - Invalida Data #12
Comments
And thanks for your effort to keep this script working. It helped my a lot. |
hmmm I don't know what that error could be - it says it's an error with the write-progress but it's just accessing the "title" field of some show... You can either comment out line 142 to ignore it haha or figure out what that show is and why it seemingly doesn't have a title? |
Seems some show appear as NULL or empty. Is not only one error, I have plenty: ""Failed to get Episodes for" but the title is empty. |
|
I just saw the first error (which was not visible being blind by all the others) is :
|
And then some "Collecting Season Data". I don't know but seems there are some show that are not visible by the script or maybe it recovers a NULL title ( UTF-8/ISO encoding problem maybe?). |
I'm gonna guess it's a language issue like you are suggesting 🤷♂️ - I'm also gonna be honest, I haven't touched this script in over a year and the last fix was just some formatting stuff. I probably will not maintain it... |
Curiously there are some title, even with accents and local characters, that work: Anyway, thanks a lot for your efforts. |
Plex is deprecating the TVDB in favor of Plex TV Series agent. It uses a different format for the GUID. This script will still work on the shows in your library that were connected to the TVDB but not for anything new you added. In order to use that the script would need to be updated to accept either agent. https://support.plex.tv/articles/advanced-setting-plex-tv-series-agent/ |
@MysticRyuujin told he isn't gonna maintain the script... we need to look for others methods or fork this one and keep it update. |
I'm sure there may be a more elegant way of fixing it but I got this to work. Basically, there are two problems. First, Plex is using a new agent but fortunately they keep the TVDB in an XML attribute. Second, this doesn't work for tv series that were recorded so it will still bomb. (must have been an oversight). Get all Show Data$PlexShows = @{ }
} |
Some kind of error with 'Status' parameter.
The text was updated successfully, but these errors were encountered: