hi, i have a simple powershell script that goes through my folder of movies and checks if each movie has a Greek subtitle on the site, then it sends me an email. I do not download the subtitle from the API i just make a query /subtitles API.
This was working up to Friday now i get a (403) Forbidden error. Do i need to get any other package ? did i hit a limit or something ?
Just to update this with the solution from the dev-team
The issue was that user-agent was empty.
So in the header you have to put a user-agent as is request something like “namesomething v1.0”