Search found 2 matches

Go to advanced search

by akneen
Tue Sep 12, 2023 2:46 am
Forum: Developing
Topic: Can't authenticate with opensubtitles code code 403 and code 400
Replies: 7
Views: 29338

Re: Can't authenticate with opensubtitles code code 403 and code 400

yes we now require to have User-Agent present in requests, set it up to your application/script name with version, like "Kodi Plugin v0.1"
I've confirmed this (specifying a non-stock user-agent) works for me.

thanks!
by akneen
Fri Sep 08, 2023 3:30 am
Forum: Developing
Topic: Can't authenticate with opensubtitles code code 403 and code 400
Replies: 7
Views: 29338

Re: Can't authenticate with opensubtitles code code 403 and code 400

I've been seeing the same thing since about the same time: $ curl --request POST --url https://api.opensubtitles.com/api/v1/login --header "Accept: application/json" --header "Api-Key: ${OPENSUBTITLES_API_KEY}" --header "Content-Type: application/json" --data "{ 'u...

Go to advanced search