Search found 54 matches

Go to advanced search

by sarathkcm
Fri Nov 03, 2017 8:32 pm
Forum: Developing
Topic: C# What's wrong with my OSDB hash algorithm?
Replies: 1
Views: 4460

Re: C# What's wrong with my OSDB hash algorithm?

You are supposed to get all bytes from the beginning and end, convert these bytes into Int64s and sum up along with the file size. Instead, you are adding only the first Int64 from beginning and end of the file.
Also, you are reading first 64k+1 bytes instead of 64k bytes
by sarathkcm
Sat Feb 18, 2017 10:27 am
Forum: Developing
Topic: GetIMDBMovieDetails failing
Replies: 8
Views: 7262

Re: GetIMDBMovieDetails failing

Thank you.. It's working now...
by sarathkcm
Fri Feb 17, 2017 1:43 pm
Forum: Developing
Topic: GetIMDBMovieDetails failing
Replies: 8
Views: 7262

Re: GetIMDBMovieDetails failing

Hi, I am using the API. I think the problem is for new movies. I tried with some old movies and it returned details properly (probably because it's being served from cache). Could it be because of any layout changes in imdb.com? Attaching request and response XMLs to the API at http://api.opensubtit...
by sarathkcm
Fri Feb 17, 2017 9:10 am
Forum: Developing
Topic: GetIMDBMovieDetails failing
Replies: 8
Views: 7262

Re: GetIMDBMovieDetails failing

Hello,

Thanks for the reply..
I was able to get proper results for other movies at the same time this was happening . Only for this movie I was getting this error. At times I got a time out error, and at times the error stated above.

I will check again once I get home...

Cheers,

Sarath
by sarathkcm
Thu Feb 16, 2017 7:24 pm
Forum: Developing
Topic: GetIMDBMovieDetails failing
Replies: 8
Views: 7262

GetIMDBMovieDetails failing

Hi, GetIMDBMovieDetails is failing that too only for the movie Dr. Strange [2016] - tt1211837.Its failing with error <!DOCTYPE html><html> <head> <title>503 Backend fetch failed</title> </head> <body> <h1>Error 503 Backend fetch failed</h1> <p>Backend fetch failed</p> <h3>Guru Meditation:</h3> <p>XI...
by sarathkcm
Fri Jan 27, 2017 6:44 pm
Forum: Developing
Topic: Hash examples correctness
Replies: 2
Views: 3333

Re: Hash examples correctness

I think you need to extract dummy.rar and calculate the hash for its content.
by sarathkcm
Thu May 19, 2016 6:28 pm
Forum: Developing
Topic: [NEW] XML-RPC GetUSerInfo()
Replies: 5
Views: 4430

Re: [NEW] XML-RPC GetUSerInfo()

Yep. Pretty bad code. I am not proud of it. I am not even sure why it would it break, wrote it long back. :D

Thank you for making the changes OSS. It is working for me now..
by sarathkcm
Thu May 19, 2016 3:40 pm
Forum: Developing
Topic: [NEW] XML-RPC GetUSerInfo()
Replies: 5
Views: 4430

Re: [NEW] XML-RPC GetUSerInfo()

Apparently this is breaking an old code I had written, which I have no means of updating, and people are using the program .. :( Is there any possibility to not send this field if there are no username and password is passed? It doesn't make much sense to have such info if user is not logged in; rig...
by sarathkcm
Fri May 06, 2016 11:09 pm
Forum: Programs using OS
Topic: What program to use to download subs
Replies: 22
Views: 28356

Re: What program to use to download subs

For my personal use I had created a small tool to download subtitles. It is a straight forward tool, with very simple options to choose from. It doesn't have any features beyond basic functionality, and I did not develop it further because I didn't need anything more than downloading a subtitle with...
by sarathkcm
Sun Apr 17, 2016 11:19 am
Forum: Developing
Topic: GetIMDBMovieDetails
Replies: 10
Views: 6890

Re: GetIMDBMovieDetails

Thank you OSS.. It is working now. :)
by sarathkcm
Wed Apr 13, 2016 6:00 pm
Forum: Developing
Topic: GetIMDBMovieDetails
Replies: 10
Views: 6890

Re: GetIMDBMovieDetails

Thank you OSS... :)
by sarathkcm
Wed Apr 13, 2016 5:53 pm
Forum: Developing
Topic: XML RPC System Methods
Replies: 4
Views: 3761

Re: XML RPC System Methods

json/rest is the way...in next gen of opensubtitles coming
Great news...! waiting... :)
by sarathkcm
Thu Mar 31, 2016 9:34 pm
Forum: Developing
Topic: XML RPC System Methods
Replies: 4
Views: 3761

XML RPC System Methods

Hi, I just learned that there are system methods like system.listMethods, system.methodSignature etc which are standard in XML RPC apis. But are these working in OS API? I tried system.listMethods which worked, but none of the other methods like system.methodHelp, system.methodSignature, system.desc...
by sarathkcm
Thu Mar 31, 2016 9:22 pm
Forum: Developing
Topic: GetIMDBMovieDetails
Replies: 10
Views: 6890

Re: GetIMDBMovieDetails

and for the award thing, idk, I've never even seen that in a response Sample request and response below: request: <methodCall><methodName>GetIMDBMovieDetails</methodName><params><param><value><string>TOKEN</string></value></param><param><value><string>0120737</string></value></param></params></meth...
by sarathkcm
Thu Mar 31, 2016 9:18 pm
Forum: Developing
Topic: GetIMDBMovieDetails
Replies: 10
Views: 6890

Re: GetIMDBMovieDetails

Try using Trakt
Ya, I had tried that too, still more comfortable with OS API. :)

Go to advanced search