Search found 4 matches

Go to advanced search

by VinceGreen
Mon Oct 31, 2016 4:52 am
Forum: Developing
Topic: [ADMIN] Changes in API response, APPs error
Replies: 15
Views: 21901

Re: [ADMIN] Changes in API response, APPs error

Indeed it is. Thanks for the fix.
by VinceGreen
Sun Oct 30, 2016 10:54 pm
Forum: Developing
Topic: [ADMIN] Changes in API response, APPs error
Replies: 15
Views: 21901

Re: [ADMIN] Changes in API response, APPs error

I've capture the requests and responses for the LogIn, SearchSubtitle and LogOut respectively. I run linux and used wireshark.
I put it in a pastebin as it is quite a lot of text: http://pastebin.com/M6nkk48Z
by VinceGreen
Sun Oct 30, 2016 2:23 pm
Forum: Developing
Topic: [ADMIN] Changes in API response, APPs error
Replies: 15
Views: 21901

Re: [ADMIN] Changes in API response, APPs error

Sorry for my late response. I'm not passing any parameters. Using the library I simply execute the following commands which used to work (and now seemingly still do, except for the data part). from xmlrpclib import Server server = Server('http://api.opensubtitles.org/xml-rpc') server.LogIn('', '', '...
by VinceGreen
Sat Oct 29, 2016 4:34 pm
Forum: Developing
Topic: [ADMIN] Changes in API response, APPs error
Replies: 15
Views: 21901

Re: [ADMIN] Changes in API response, APPs error

Hi, for the past few days I haven't been able to download any subtitles using the OpenSubtitles API. I use Server from the xmlrpclib package in python. Everything seems to work like it should (login, logout), with the exception that whatever query I use to SearchSubtitles, I receive a response that ...

Go to advanced search