Search found 13 matches

Go to advanced search

by MBR-0001
Tue Jun 07, 2022 11:14 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

Hello again! Some users of the jellyfin opensubtitles plugin are reporting being unable to log in, this is the latest issue (link) (there's a username in the posted screenshot which might be useful for debugging). The issue does not happen with my account so I can't really debug it so I was hoping y...
by MBR-0001
Mon Apr 11, 2022 7:14 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

I noticed the ratelimit headers are back and working, that's nice to see :D

Also, could you check what's going on with subtitle with file_id 6972559? The download url returned by /api/v1/download returns an empty response
by MBR-0001
Thu Apr 07, 2022 9:57 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

I can send a download post no problem using curl or python but when I attempt via golang I'm getting a strange 406 response with no message and this as the body. Seeing the references to cloudflare make me worry I'm being caught in a fliter. Here is my simplified code that illustrates the issue. Th...
by MBR-0001
Sun Apr 03, 2022 9:59 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

thats right, for some reason we had to disable it, because it was not counted properly and clients get 429 errors in cases, where they shouldn't :(
Will the headers be the same as they were when they are added back? If not, could you put it in the api changelog?
by MBR-0001
Tue Mar 29, 2022 5:33 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

Hi, it looks like the ratelimit headers are not present in responses anymore, I tested the search and download endpoints and none of them returned them
by MBR-0001
Thu Dec 16, 2021 2:11 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

2 more bugs I found: Pagination in search subtitles is a bit incorrect, total_pages number is higher than the actual number of pages Example: https://api.opensubtitles.com/api/v1/subtitles?imdb_id=4154796 total_pages: 8, total_count: 462, if there are 100 subs per page it should be 5 pages, not 8 Ca...
by MBR-0001
Thu Dec 09, 2021 5:25 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

I checked it out, the requests with escaped characters are not failing anymore and the client has no issue following the %20 -> + redirect
by MBR-0001
Thu Dec 02, 2021 3:29 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

Another issue has appeared :( I found out that the HttpClient in .NET forces uppercase letters for percent encoding special characters - this causes redirect loops example: https://dotnetfiddle.net/OB7Z0K in that example the query is mythbusters%20-%20die%20wissensj% c 3% a 4ger (which is valid) but...
by MBR-0001
Sat Nov 20, 2021 12:56 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 165970

Re: [OS] Brand new REST API for testing

What's the status of the API? The status page says its been down for almost a month now but it works fine from what I've seen :/

If the status page is broken is there gonna be a status page for the status page? :lol:
by MBR-0001
Sat Nov 06, 2021 12:48 pm
Forum: General talk
Topic: Zero file size of srt file
Replies: 9
Views: 5744

Re: Zero file size of srt file

Yeah just checked, it works here too
by MBR-0001
Tue Nov 02, 2021 7:46 pm
Forum: General talk
Topic: Zero file size of srt file
Replies: 9
Views: 5744

Re: Zero file size of srt file

I've noticed this too, not on the website but using the REST API
example: subtitle_id 6109582, file_id 7054999
Image
Image
Image
by MBR-0001
Thu Oct 14, 2021 1:44 am
Forum: Developing
Topic: Endpoint /api/v1/subtitles fails with 400
Replies: 3
Views: 5530

Re: Endpoint /api/v1/subtitles fails with 400

This continues from https://github.com/jellyfin/jellyfin-plugin-opensubtitles/issues/69 A few weeks ago the search subtitles endpoint stopped working because of moviehash, it was then fixed but required a query with the hash - since then the plugin has been updated to include the query. Before the ...
by MBR-0001
Wed Oct 06, 2021 4:19 pm
Forum: Developing
Topic: Endpoint /api/v1/subtitles fails with 400
Replies: 3
Views: 5530

Endpoint /api/v1/subtitles fails with 400

The GET /api/v1/subtitles endpoint returns a 400 if moviehash_match is set to only and "X-Reason" header says Request parameters does not make sense Full request URL: https://api.opensubtitles.com/api/v1/subtitles?imdb_id=0119396&languages=en&moviehash=db70805db63d34b6&moviehas...

Go to advanced search