Changes between Version 52 and Version 53 of XMLRPC


Ignore:
Timestamp:
Nov 4, 2012, 8:46:16 AM (11 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v52 v53  
    1919 * if you want search uploads by useragent, use this link: http://www.opensubtitles.org/search/sublanguageid-all/useragent-$UserAgent
    2020 * for testing XML-RPC without programming, follow these [wiki:XML-RPC-debugger instructions]
     21
     22= Common errors =
     23After reviewing database with movie-hashes, we found developers often make these errors
     24 * moviebytesize set to low integer, so overflow happens. Don't forget files can be more than 8GB big (8.589.934.592 bytes), so make sure you allocate right variable for moviebytesize!
     25 * moviehash in 99,999% can not be '0000000000000000' (we are ignoring them now, but it is error)
    2126
    2227= XMLRPC methods =