so you should always use api.opensubtitles.com, it is only working for now with www for testing purposes, but we will disable it in time.Hello, I am a bit confused about what endpoint should be used: all the examples I've seen seemed to use `www.opensubtitles.com`, but all the spotlight web playground in the documentation is using `api.opensubtitles.com`.
The api seems currently down (per https://92500a62-df9e-42ed-82a4-e6b3eeb ... ptime.com/ ), at least for me as I can't get a login token, but the behaviour of these 2 endpoint is different: I get a `503 Backend fetch failed` with `api.opensubtitles.com` whereas I get a timeout with the `www` subdomain.
Are these two supposed to be identical? if not, which is the right one and how do they differ?
Thx in advance
Code: Select all
Batman.The.Dark.Knight.2008.1080p.BluRay.x264.YIFY.mp4
Code: Select all
batman the dark knight 2008
Please provide the precise query you are sending, I'm sorry I don't understand what you are trying to do and what endpoint you are trying to use.Hello,
The new search api just seems to stop returning results for most files unless its name are properly formatted.
The documents states that for a better search results, one must provide the filename as query along with moviehash.
But for a filename such aswith correct moviehash,Code: Select all
Batman.The.Dark.Knight.2008.1080p.BluRay.x264.YIFY.mp4
it will just return zero results.
But manually setting the query term toreturns a list of its subtitles.Code: Select all
batman the dark knight 2008
But most users are not willing to type in the query terms but opt in to go for a one click quick search by just grabbing the file name directly from the video files which is done by the software.
What must one do more to sort this out? Looking forward to a response.
Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=batman.the.dark.knight.2008.1080p.bluray.x264.yify.mp4&languages=en
Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=batman%20the%20dark%20knight&languages=en
Hello, after running a thorough test, we think we may have identified a bug in your new API.The query been used here is the direct file name of the video and this fails to return any results.The query used here is text search manually entered, and this returns the results.Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=batman.the.dark.knight.2008.1080p.bluray.x264.yify.mp4&languages=en
Why is the first search fails to return any results?Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=batman%20the%20dark%20knight&languages=en
Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=Batman.The.Dark.Knight.2008.1080p.BluRay.x264.YIFY.mp4&languages=en
Hmm, I'm sorry I don't know what to tell you, uppercase/lowercase has no effect on the search, and all the examples you mention are returning results...Hello, after running a thorough test, we think we may have identified a bug in your new API.The query been used here is the direct file name of the video and this fails to return any results.The query used here is text search manually entered, and this returns the results.Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=batman.the.dark.knight.2008.1080p.bluray.x264.yify.mp4&languages=en
Why is the first search fails to return any results?Code: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=batman%20the%20dark%20knight&languages=en
As you can see, every words in the query in the first example is lowercased. When this is the case, the API treat the whole query parameters as a single word, and fails to match with any results thus always returning a zero results.
But the exact same query(below), when the query is not lowercased , returns the expected results as it should.Looking forward to a response. Thank youCode: Select all
/api/v1/subtitles?moviehash=8b37bd9eb48dd8e9&query=Batman.The.Dark.Knight.2008.1080p.BluRay.x264.YIFY.mp4&languages=en
Nothing has been fixed on the API, nothing has changed, got down, or even rebooted in over a month.Now it seems to be fixed again and returning results as it should, but from time to time, it won't return any results for the same queried filename/text search.
Why is it so? Thank you
Code: Select all
{"total_pages":0,"total_count":0,"page":1,"data":[]}
Allright, so I took time to just sit and keep on reloading the same query for 5 minutes... and eventually got the same result...Hello,
For the same queried keywords, sometimes it returns the results successfully and sometimes no results or the response below-As you are so very sure that this is not possible, then I'm not sure why this empty results above. Can you please take a look at it?Code: Select all
{"total_pages":0,"total_count":0,"page":1,"data":[]}
Users browsing this forum: No registered users and 1 guest