Changes between Version 55 and Version 56 of XMLRPC


Ignore:
Timestamp:
Dec 11, 2012, 5:43:24 PM (11 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v55 v56  
    2525 * 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!
    2626 * moviehash in 99,999% can not be '0000000000000000' (we are ignoring them now, but it is error)
     27 * always pass all Method Parameters as string, because some unwanted conversion can occur. For example moviebytesize pass as string "4249049694" and NOT as int 4249049694.
    2728
    2829= XMLRPC methods =