Changes between Version 1 and Version 2 of Ticket #473, comment 24
- Timestamp:
- 09/17/14 04:25:53 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #473, comment 24
v1 v2 5 5 {{{ 6 6 ValueError: invalid literal for long() with base 10: '563.991455078125' 7 2014-09-17 10:20:33,210 failed to parse bencode packet: 6c31363a63 6f6e6669677572652d77696e646f77693165693536332e39393134353530373831323565693438372e39393134353530373831323565693439396569333136656432313a656e636f64696e67732e7267625f666f726d6174736c343a52474258343a524742416565657 2014-09-17 10:20:33,210 failed to parse bencode packet: 6c31363a63... 8 8 }}} 9 9 Which decodes to: 10 10 {{{ 11 $ python -c 'import binascii;print(binascii.unhexlify("6c3 ..."))'11 $ python -c 'import binascii;print(binascii.unhexlify("6c31363a63..."))' 12 12 l16:configure-windowi1ei563.991455078125ei487.991455078125ei499ei316ed21:encodings.rgb_formatsl4:RGBX4:RGBAeee 13 13 }}}