Custom Query (41 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 41)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#29 invalid JACKASS guest
Description

[]http://www.youtube.com/view_all_playlists

#30 fixed CheckMovieHash now fails guest
Description

Hi guys, I've been using the redstone xml-rpc client to communicate with your webservice using CheckMovieHash?. which worked beautifully for several months. But it's now been one week that this call completely fails.

I'm getting this error:

Caused by: redstone.xmlrpc.XmlRpcException?: A problem occured during parsing

at redstone.xmlrpc.XmlRpcParser?.parse(XmlRpcParser?.java:151) at redstone.xmlrpc.XmlRpcClient?.handleResponse(XmlRpcClient?.java:429) ... 8 more

Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.

at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1231) at redstone.xmlrpc.XmlRpcParser?.parse(XmlRpcParser?.java:147)

Any idea what is now going wrong ? is this service still running ok ?

Thanks !

#33 wontfix sublanguageid parsing bug guest
Description

I'm doing

 $res = $client->SearchSubtitles($token, array(array('sublanguageid' => 'dan,eng',
                                                               'moviehash' => OpenSubtitlesHash($object),
                                                               'moviebytesize' => filesize($object),
                                                ))
                                        );

I get different results depending on if I specify "dan,eng" or "eng,dan" as sublanguageid in the above call. I don't get english results if I do "dan,eng", but doing "dan,eng,all" works. Seems to be a parsing problem in the sublanguageid variable?

Thanks

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.