Magic Folder tests: ascii decode error with Twisted 15.0.0 #2518

Closed
opened 2015-10-06 14:39:39 +00:00 by zooko · 2 comments
Magic Folder 'client-0' uploader: stop
'magic_folder.uploader.dirs_monitored' += -1
Traceback (most recent call last):
> File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/test/test_magic_folder.py", line 55, in _wait_until_started
    return self.magicfolder.ready()
> File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 80, in ready
    d = self.uploader.start_scanning()
> File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 226, in start_scanning
    d = self._scan(u"")
> File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 238, in _scan
    fp = self._get_filepath(reldir_u)
> File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 123, in _get_filepath
    return extend_filepath(self._local_filepath, relpath_u.split(u"/"))
> File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/util/encodingutil.py", line 265, in extend_filepath
    fp = fp.child(segment)
> File "/usr/local/lib/python2.7/dist-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/python/filepath.py", line 696, in child
    newpath = abspath(joinpath(self.path, norm))
> File "/usr/lib/python2.7/posixpath.py", line 80, in join
    path += '/' + b
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 127: ordinal not in range(128)
<daira> zooko: force Twisted to be >= 15.2.0
<daira> that'll work around the problem
``` Magic Folder 'client-0' uploader: stop 'magic_folder.uploader.dirs_monitored' += -1 Traceback (most recent call last): > File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/test/test_magic_folder.py", line 55, in _wait_until_started return self.magicfolder.ready() > File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 80, in ready d = self.uploader.start_scanning() > File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 226, in start_scanning d = self._scan(u"") > File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 238, in _scan fp = self._get_filepath(reldir_u) > File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/frontends/magic_folder.py", line 123, in _get_filepath return extend_filepath(self._local_filepath, relpath_u.split(u"/")) > File "/home/zooko/playground/tahoe/tahoe-lafs/src/allmydata/util/encodingutil.py", line 265, in extend_filepath fp = fp.child(segment) > File "/usr/local/lib/python2.7/dist-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/python/filepath.py", line 696, in child newpath = abspath(joinpath(self.path, norm)) > File "/usr/lib/python2.7/posixpath.py", line 80, in join path += '/' + b exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 127: ordinal not in range(128) ``` ``` <daira> zooko: force Twisted to be >= 15.2.0 <daira> that'll work around the problem ```
zooko added the
unknown
normal
defect
1.10.1
labels 2015-10-06 14:39:39 +00:00
zooko added this to the undecided milestone 2015-10-06 14:39:39 +00:00
tahoe-lafs added
code-frontend-magic-folder
and removed
unknown
labels 2015-10-06 14:42:38 +00:00
tahoe-lafs changed title from ascii decode error with Twisted 15.0.0 to Magic Folder tests: ascii decode error with Twisted 15.0.0 2015-10-06 14:42:38 +00:00
Author

Upgrading to Twisted trunk (which identifies itself as "Twisted 15.4.0") fixed it.

Upgrading to Twisted trunk (which identifies itself as "Twisted 15.4.0") fixed it.
daira commented 2015-10-28 23:35:03 +00:00
Owner

This is fixed on the 2438.magic-folder-stable.5 branch, by declaring a dependency on Twisted >= 15.2.0.

This is fixed on the 2438.magic-folder-stable.5 branch, by declaring a dependency on Twisted >= 15.2.0.
tahoe-lafs added the
fixed
label 2015-10-28 23:35:03 +00:00
daira closed this issue 2015-10-28 23:35:03 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#2518
No description provided.