Page 1 of 1
Unable to login to Opensubtitles
Posted: 09 Dec 2021, 05:14
by Blackend
Hi,
I was trying to login to Opensubtitles but I keep getting an error, "401 Unauthorized". Am I doing something wrong?
Thanks
Re: Unable to login to Opensubtitles
Posted: 09 Dec 2021, 09:23
by rednoah
The OpenSubtitles API is down sometimes. Please try again a day later. Since it says
401 Unauthorized I'd also make sure to check your OpenSubtitles login details. That error messages could be wrong and misleading though.
It does seem to work for me at this point in time though:
Code: Select all
$ filebot -script fn:configure --def osdbUser=<USER> --def osdbPwd=<PASSWORD>
Testing OpenSubtitles... OK
Re: Unable to login to Opensubtitles
Posted: 09 Dec 2021, 10:51
by Blackend
rednoah wrote: ↑09 Dec 2021, 09:23
The OpenSubtitles API is down sometimes. Please try again a day later. Since it says
401 Unauthorized I'd also make sure to check your OpenSubtitles login details. That error messages could be wrong and misleading though.
It does seem to work for me at this point in time though:
Code: Select all
$ filebot -script fn:configure --def osdbUser=<USER> --def osdbPwd=<PASSWORD>
Testing OpenSubtitles... OK
Hmm that could be. I also have a dumb question, which website does the login work on, the .com one or the .org one? (I have tried both but wanted to know)
Re: Unable to login to Opensubtitles
Posted: 09 Dec 2021, 11:45
by rednoah
FileBot uses the XML-RPC API and not the website, though presumably they all work with the same authentication backend:
https://trac.opensubtitles.org/projects ... iki/XMLRPC
Re: Unable to login to Opensubtitles
Posted: 26 Jun 2024, 14:22
by rednoah