-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Movie Lookup Not Working #282
Comments
Interesting... Is this for everything you are searching for or just a certain movie? |
Everything I am searching |
Same issue on freeNAS |
Same error @Tedrock ? Does 1.6 work fine? Because nothing has changed in the searching... |
I can see something that potentially could cause the issue. I'll do some digging and when I me it, do you guys mind trying a Dev build to confirm the fix? |
Sure, I wouldn't mind. For the record, I've been at 1.7.4 for a few days now. This was just something I woke up to; so I don't think it's your fault per se. |
I think it's something to do with something in your CP.
|
Actaully the area where I think it has broken has already been improved in the dev build. Can you please try this: https://ci.appveyor.com/project/tidusjar/requestplex/build/1.7.435/artifacts |
Sure, I'll give it a try. But I believe I already fixed it; I restarted PlexRequests and now it works fine? Interesting nonetheless, but I was having http-to-https problems anyway since the domain I'm running this on has HSTS and strict https requirements and the posters weren't loading. Thanks for the help thus far, weird bug. |
The latest dev build has HTTPS posters. |
Okay, so I think I've nailed it down to CouchPotato. If I disable CouchPotato integration and restart PlexRequests, the search works fine. But if I enabled CP integration and restart again, the 500 error occurs. There were no recent updates to CP, so this is interesting nonetheless. I'll look into this further. |
I think it's been fixed in the dev build. I think we was checking CP and we was expecting something that we didn't get. |
I'm getting a |
Unblocked the zip? |
You're a fast replier; I just realized that as I hit submit. |
Yep, the Dev build appears to have fixed the issue. CP enabled and still getting results. Thanks. |
Ok good! |
While the dev build fixed that issue, movie approval no longer works: PlexRequests Logs:
Network response:
|
Can you go on gitter? |
There was a bug within Dapper.Contrib where it was not returning us the id after inserting via an Async method. Updated Dapper.Contrib and it now works. |
This has been fixed in the Dev build. |
Plex Requests.Net Version:
1.7.4
Operating System:
WS2012
Mono Version:
Applicable Logs (from
/logs/
directory or the Admin page):From /logs/
Reproduction Steps:
Searching for any movie results in the spinning loader and no results. This is what's found in the network response from /search/movie/*
Movie searching.used to work just fine, this was sudden and there were no changes on my end. Perhaps the API changed? TV Show searching works just fine.
The text was updated successfully, but these errors were encountered: