Changes between Initial Version and Version 1 of Ticket #3738, comment 1
- Timestamp:
- 2021-06-15T17:10:10Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3738, comment 1
initial v1 1 1 The errors are somewhat interleaved, unfortunately, but looks like there were errors in both the web code _and_ tahoe cp: 2 2 3 ~~~ 3 4 {{{ 4 5 /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: 5 6 2021-06-15T13:01:23-0400 [allmydata.webish.TahoeLAFSRequest#critical] … … 58 59 % quote_output(destination_spec), resp) 59 60 exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 16: ordinal not in range(128) 60 ~~~ 61 }}}