-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Shows data for TV Shows but not Movies #82
Comments
Hi @rpitera can you confirm that you have installed the correct plex integration repo to hacs? You should see the temporary warning message below in your main HACS screen: Also, in HACS, when you look at the integration you're using, make sure you're using the following version. Yours should look identical: If you dont see both of the images above in your HACS configuration, that means youre not using the correct repo and/or version. You will have to manually add the below repo to HACS before searching for and installing this integration. Let me know.. |
Hmmm... If you're not getting the archived message, it most likely means you originally installed UMC and Plex Integration many years ago. I think there might be something stuck/lingering in your configuration preventing it from working. This is especially true if you removed these components and added them back (as you mentioned above) and still don't see the archived warning messages. This is what I would do if it were my PC... 1) Make a full backup of Home Assistant Let me know what you get after following all these steps exactly. Good luck! |
Thanks for the procedural; I was kinda thinking it might be something like that, This will take a bit as I'll have to find time to set aside this weekend so I can do it all in one sitting and feel comfortable with it. As soon as I have a result, I'll get back to you with my findings. I appreciate the quick response and detailed troubleshooting steps. |
Well, that was a little nerve wracking to go through (even knowing I had a full VM backup that would be easy to revert)! But I followed the steps to the letter and it was worth it. Everything is working perfectly now and I'm getting proper data feeds to my cards. Thanks so much for your help! You can close this at your leisure; I wanted to leave it open unless you had any further comments. I think that your instincts were dead on and there was some old code cached in there somewhere that was causing this. |
@rpitera glad you got it all working! Enjoy! |
Describe the Bug
Get data for TV Shows but no data for Movies
The Error
No error on HA even with debug turned on. Actually shows as successful in retrieving data for every log entry.
2024-08-15 09:28:17.257 DEBUG (MainThread) [custom_components.plex_recently_added.coordinator] Finished fetching plex_recently_added data in 0.158 seconds (success: True)
Indicate if you followed all steps in the troubleshooting doc
Pointing URL at http://PLEXHOST:32400/library/recentlyAdded?X-Plex-Token=MYPLEXTOKEN, I can see both my TV Shows and Movies that have been recently added up to current. The library section types match those in my component config.
What data does the sensor display if any?
TV SHOWS:
MOVIES:
What displays when visiting the API URL from the troubleshooting guide?
I see all the relevant XML from both my recently added TV Shows AND my recently added movies. The data is rather large for this post so I didn't include it in the post but it is attached as a zip file.
Does the default Home Assistant Plex component work for you?
Yes
Home Assistant Version
HA - 2024.8.1
Component version - 0.48
Additional Context
I have checked my component configs and verified that I have chosen the proper sections (movie, show) and proper library types (Movies, TV Shows). I deleted and re-added them and then reloaded the component but no change.
The text was updated successfully, but these errors were encountered: