Changes between Initial Version and Version 2 of Ticket #2045


Ignore:
Timestamp:
03/01/2012 03:53:58 AM (13 years ago)
Author:
Calum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2045

    • Property Owner set to Calum
    • Property Status newassigned
    • Property Version other (please specify)1.3.3
    • Property Component otherconsole
  • Ticket #2045 – Description

    initial v2  
    1 >>> info "Torrent Name"
     1{{{
     2info "Torrent Name"
    23'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
    34Traceback (most recent call last):
     
    910    if tid.startswith(string) or name.startswith(string):
    1011UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
     12
     13}}}