Changes between Version 55 and Version 56 of XMLRPC
- Timestamp:
- Dec 11, 2012, 5:43:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v55 v56 25 25 * 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! 26 26 * 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. 27 28 28 29 = XMLRPC methods =