-
Notifications
You must be signed in to change notification settings - Fork 278
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
Series not found in show ids (Medusa does not download subtiltes) #10344
Comments
I keep getting the same kind of errors: |
What subtitle provider? |
In latest release we fixed addic7ed. But you need to configure a user id + password |
Opensubtitles and addic7ed, I just saw that I had to fill in a user ID number for addic7ed, so I changed my username into the user ID. I usually get these errors every 10 hours or so, so I will wait and see if this solved the issue. |
I changed it, but unfortunately the same errors occur: |
Are you getting subtitles found now? |
No, still the same errors: |
Can you give me a specific show + language? So that I can try to reproduce. To reproduce, I navigate to the show. And for the specific ep click on the CC icon. |
I double checked my password, and it is correct. I did that, and I filled in the number I found from the URL as "Addic7ed User ID". I use multiple subtilte plugins: For this test I disabled them all but Addic7ed, when I search for subtitles on that same ep, this is the result: So for some reason it was still using the other subtitle providers. I restarted Medusa and searched again for subtitles, now this is the result: |
Ow okay. Looks like it's having issues when trying to get the result from cache. I'll try reproducing that |
Doesn't any following manual search result in found subtitles. Cause addic7ed is know to often give timeouts |
Nope. I tried like 10-15 times after each other, not a single result with addic7ed. I went ahead and created a new account on addic7ed and tried with that account, same issue. I'm now considering just disabling addic7ed and stop using that as a subtitle provider. |
That should be new enough. |
It logs a lot in debug mode, but this is what I could find: |
Try deleting the *.dbm files in cache folder and try again. |
Thanks! This fixed the issue! |
I still get this error every day for Big Sky and this morning for NCIS. APIv2-Thread-2 :: [4908f30] Series Big Sky not found in show ids I did delete the *.dbm files in the cache multiple times. Navigate and login on addic7ed.com Anything else i can do? |
Yeah so for username you use the user id. And password is your password. Not much more you can do. |
I also still have the same issue, but only for one of my shows. For the other shows the actions did solve the issue, but I still have this message: |
I checked my password, it is fine. The problem seems not persistent, last week it did not happen again. |
Yeah so I think it's caused by connection errors / timeouts.. so nothing we can do about it |
I would suggest the WARNING in question instead be logged as INFO so it does not pollute the warnings badge on the tools popdown menu present on most pages. The place to do this is in .../Medusa/medusa/subtitle_providers/addic7ed.py on line 222. simply change logger.warning() to logger.info. I configured addic7ed with a confirmed proper user id (the numeric one) and password. Medusa is able to log in, but whenever it encounters a series that addic7ed [apparently] does not know about, Medusa posts the warning. The only other resort is to entirely disable Medusa's use of the addic7ed subtitle provider, which would be a shame overall since they usually have stuff that is of high quality (and not filled with adverts like opensubtitles) Can We Re-Open this issue? |
An example series that consistently shows the present WARNING problem is "Richard Hammond's Crazy Contraptions". If you click on an episode's "Search Subtitles" icon and respond "Auto", this erroneous warning always appears. Again, I confirmed that my login credentials are correct. Other shows work properly. Also, I tried all of the cache *.db cleanup (restarting Medusa each time), which had zero effect. Please Re-Open. |
Also increased the timeout for searching. Was 10s. And I suspect that at times requests can take longer then that. |
Ah. The timeout change is a good idea. addic7ed.com is historically quite slow in responding. This is shown in clients using the API, as well as simply searching for anything using their web interface in a browser. |
Added some more improvements/fixes #10771 |
Medusa gives this warning for a few of my shows, for example How I Met Your Father:
2022-02-13 23:36:54 WARNING Thread_0 :: [918cfe7] Series How I Met Your Father not found in show ids
It doesn't download subtitles for this show. I couldn't find anything related to this issue. Hope you can help.
The text was updated successfully, but these errors were encountered: