[tahoe-lafs-trac-stream] [tahoe-lafs] #1806: automatically url-decode capabilities in cli
tahoe-lafs
trac at tahoe-lafs.org
Fri Sep 14 17:28:32 UTC 2012
#1806: automatically url-decode capabilities in cli
-----------------------------------+-----------------------
Reporter: ChosenOne | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: undecided
Component: code-frontend-cli | Version: 1.9.0
Resolution: | Keywords:
Launchpad Bug: |
-----------------------------------+-----------------------
Comment (by ChosenOne):
Sorry, this is 1.9.0. Maybe it's already included in 1.9.2?
Here's the output
{{{
$ tahoe add-alias delme
URI%3ADIR2%3Amchangethisay4wy7i%3Aocblablablawrongcapstringblablaq
Traceback (most recent call last):
File "/home/freddy/opt/tahoe-lafs/src/allmydata/scripts/runner.py", line
117, in run
rc = runner(sys.argv[1:], install_node_control=install_node_control)
File "/home/freddy/opt/tahoe-lafs/src/allmydata/scripts/runner.py", line
102, in runner
rc = cli.dispatch[command](so)
File "/home/freddy/opt/tahoe-lafs/src/allmydata/scripts/cli.py", line
507, in add_alias
rc = tahoe_add_alias.add_alias(options)
File "/home/freddy/opt/tahoe-
lafs/src/allmydata/scripts/tahoe_add_alias.py", line 48, in add_alias
cap = uri.from_string_dirnode(cap).to_string()
File "/home/freddy/opt/tahoe-lafs/src/allmydata/uri.py", line 949, in
from_string_dirnode
assert IDirnodeURI.providedBy(u)
AssertionError
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1806#comment:3>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list