Changes between Initial Version and Version 1 of Ticket #3738, comment 1


Ignore:
Timestamp:
2021-06-15T17:10:10Z (3 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3738, comment 1

    initial v1  
    11The errors are somewhat interleaved, unfortunately, but looks like there were errors in both the web code _and_ tahoe cp:
    22
    3 ~~~
     3
     4{{{
    45/home/itamarst/Devel/tahoe-lafs/src/allmydata/scripts/runner.py:207: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal  if '--coverage' not in sys.argv:
    562021-06-15T13:01:23-0400 [allmydata.webish.TahoeLAFSRequest#critical]
     
    5859    % quote_output(destination_spec), resp)
    5960exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 16: ordinal not in range(128)
    60 ~~~
     61}}}