Search found 4 matches

Go to advanced search

by gooz
Fri Oct 20, 2023 6:44 pm
Forum: Developing
Topic: API user_id Search not working
Replies: 6
Views: 51033

Re: API user_id Search not working

yeah there will stil be issues with subtitles synchronisation for a while, so I added the field "legacy_uploader_id" in both responses from the api, and possible requests for the subtitles search. please try it out, will add it to the documentation shortly. Oh, that's perfect. Works like ...
by gooz
Tue Oct 17, 2023 4:48 pm
Forum: Developing
Topic: API user_id Search not working
Replies: 6
Views: 51033

Re: API user_id Search not working

no, just the user_id... the key is to find it, so when I say the user_id, I don't mean "os_dev" or "gooz", I mean the user_id you get at /infos/user Oh, I see... Yes, I was using the integer user ID, but from the opensubtitles.org domain not the opensubtitles.com. I just noticed...
by gooz
Mon Oct 16, 2023 5:48 pm
Forum: Developing
Topic: API user_id Search not working
Replies: 6
Views: 51033

Re: API user_id Search not working

oh, thanks for pointing out, just a typo, it should be "uploader_id" Oh, that's it. Thanks for the fix. It seems to be working now, however the response gives empty results: { 'total_pages': 0, 'total_count': 0, 'per_page': 60, 'page': 1, 'data': [] } Should I add another parameter?
by gooz
Sun Oct 15, 2023 9:08 pm
Forum: Developing
Topic: API user_id Search not working
Replies: 6
Views: 51033

API user_id Search not working

I'm trying to request the Opensubtitles uploads of a given user_id but it's returning: {'errors': ['Not enough parameters'], 'status': 400} The request body is: headers = { 'Api-Key': <API_KEY>, 'Content-Type': 'application/json', 'User-Agent': 'MyApp v1.2.3', } params = { 'user_id': '8411358', } r ...

Go to advanced search