Changes between Version 52 and Version 53 of XMLRPC
- Timestamp:
- Nov 4, 2012, 8:46:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v52 v53 19 19 * if you want search uploads by useragent, use this link: http://www.opensubtitles.org/search/sublanguageid-all/useragent-$UserAgent 20 20 * for testing XML-RPC without programming, follow these [wiki:XML-RPC-debugger instructions] 21 22 = Common errors = 23 After 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) 21 26 22 27 = XMLRPC methods =