Open Rainmaker52 opened 1 year ago
Same here, 401 error on searching.
I guess the APIs are no longer working.
Same here, 401 error on searching. I guess the APIs are no longer working.
Register for an account on open subtitles, and enter the credentials in VLSub to "fix" that.
The API, as far as I can tell, is still available. But that wasn't the point of this issue.
Look at this fork - https://github.com/mureni/vlc-opensubtitles
Look at this fork - https://github.com/mureni/vlc-opensubtitles
Doesn't seem to work for me. I removed the old .lua file and installed the new one in \VLC\lua\extensions, but it doesn't show up in VLC under the old View dropdown.
As mentioned at https://trac.opensubtitles.org/projects/opensubtitles/wiki/DevReadFirst OpenSubtitles.org will stop offering their API in the near future:
The REST API is documented here: https://opensubtitles.stoplight.io/docs/opensubtitles-api/e3750fd63a100-getting-started
As you might expect, it looks to be HTTPS only. I'm not sure whether http_req() in the script could be rewritten for HTTPS. I don't believe this is easy - vlc.net.* does not seem to have anything available for encryption.
Most important other changes seem to be:
(I am already getting 401 errors. Not sure whether this is related or not, but while troubleshooting that, I came across this information. Thought it could help)