-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Plex Availability Cacher wont run #1162
Comments
Hi! |
Hi, can you put the trace log on and run the cacher manualy and post the error over here? |
This is what I get: System.NullReferenceException: Object reference not set to an instance of an object at Ombi.Services.Jobs.PlexAvailabilityChecker+<>c__DisplayClass44_0.b__0 (Ombi.Store.Models.Plex.PlexContent x) <0x405bef40 + 0x00044> in :0 at System.Linq.Enumerable.Any[TSource] (IEnumerable |
To be sure, can you force to get a new api key from your plex server? |
Done and got this error from the log: System.NullReferenceException: Object reference not set to an instance of an object at Ombi.Services.Jobs.PlexAvailabilityChecker+<>c__DisplayClass44_0.b__0 (Ombi.Store.Models.Plex.PlexContent x) <0x405bef40 + 0x00044> in :0 at System.Linq.Enumerable.Any[TSource] (IEnumerable |
I think the api is changed by plex. Jamie need to look at this one. |
Sweet, Ill keep you updated if anything happens. |
Workaround is to downgrade you plex server back to 1.3.3 but i don't you like that do that :P |
Would be impractical, I dont mind waiting for a update to fix this. I can still do it manually till its fixes. Love this project. Does everything I need and want. Keep up the good work folks. |
We will give you a update if there is a progress for a fix :) Thanks for you report anyway. |
It's crashing when looking for an album... I'm thinking about removing headphones support. |
@tidusjar I can maybe look at Headphones stuff at some point. I've been meaning to add it to my setup, so I have an interest. 😃 |
@danilitland Can you verify that this is still an issue for you in EAP? There have been a good handful of changes around the HP integration that should make things much better. Thanks! |
I'll give it a try after work. |
Still getting issues. Been trying with HP on and off System.NullReferenceException: Object reference not set to an instance of an object at Ombi.Services.Jobs.PlexAvailabilityChecker+<>c__DisplayClass44_0.b__0 (Ombi.Store.Models.Plex.PlexContent x) <0x40bebd00 + 0x00044> in :0 at System.Linq.Enumerable.Any[TSource] (IEnumerable This is the error message that is showing. Version nr is 2.1.1482. |
This is interesting, might wanna read this, Ive removed all the request I had on the Album Section. Its runs fine now. Ill keep testing around in coming days to see where the breaking point is. |
Any luck? |
Yes and no, seems to partially work from time to time, havent had much time lately do deal with cause of work. |
Ok no problem. Would be interesting to find out why it's not working sometimes with some logs when you get the chance. |
Seems the problem has disappeard, I completely removed it and reinstalled it. But got new issues that is already on the forum. |
cool 👍 i will close this one |
Ombi Version:
V 2.1.1430
Update Branch:
Tried Stable and Early Access Preview
Media Sever:
Plex
Media Server Version:
Version 1.4.1.3362
Operating System:
Unraid 6.3.1 Using Docker Container
Applicable Logs (from
/logs/
directory or the Admin page):Problem Description:
Hi
Seems that Plex Availability Cacher doesnt quite work. Tried looking on the other post on githuh to see if someone has similar issue, and cant seems to find anything that can fix the issue.
Have tried on all log levels and still doesnt run properly.
And it wont update Movie requested that has been downloaded and appeared in the Plex library.
Reproduction Steps:
The text was updated successfully, but these errors were encountered: