Search found 3 matches

Go to advanced search

by tim97
Sun Oct 29, 2023 6:10 pm
Forum: Developing
Topic: 403 errors
Replies: 5
Views: 5355

Re: 403 errors

Wow, now it does work, thanks!. Why would this all of a sudden make a difference? My headers have been the same since I started developing a couple of weeks ago.
by tim97
Sat Oct 28, 2023 4:48 pm
Forum: Developing
Topic: 403 errors
Replies: 5
Views: 5355

Re: 403 errors

Hi, My GET headers are as follows: headers = { 'User-Agent': "MyApp", 'Api-Key': f"apiKey" } With this being the url https://api.opensubtitles.com/api/v1/subtitles?imdb_id=tt4635276&languages=en&season_number=1&episode_number=8 And the response: <Response [403]> And t...
by tim97
Sat Oct 28, 2023 11:27 am
Forum: Developing
Topic: 403 errors
Replies: 5
Views: 5355

403 errors

Hi, For the past couple of days I have been getting 403 responses when using my Python script to perform GET requests. I made a new consumer for a new API key and performed login operations again to gain a new access token, but no success. I also tried the same operation via the stoplight docs, then...

Go to advanced search