#2089 closed defect

problem with tahoe midir tester — at Version 2

Reported by: jbark55 Owned by: daira
Priority: normal Milestone: undecided
Component: code-frontend-cli Version: 1.10.0
Keywords: error usability new-user Cc:
Launchpad Bug:

Description (last modified by zooko)

Traceback (most recent call last):
  File "/usr/bin/tahoe", line 3, in <module>
    runner.run()
  File "/usr/lib/pymodules/python2.7/allmydata/scripts/runner.py", line 113, in run
    rc = runner(sys.argv[1:], install_node_control=install_node_control)
  File "/usr/lib/pymodules/python2.7/allmydata/scripts/runner.py", line 67, in runner
    config.parseOptions(argv)
  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line 266, in parseOptions
    self.subOptions.parseOptions(rest)
  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line 276, in parseOptions
    self.postOptions()
  File "/usr/lib/pymodules/python2.7/allmydata/scripts/cli.py", line 42, in postOptions
    self['node-url'] = open(node_url_file, "r").read().strip()
IOError: [Errno 2] No such file or directory: u'/home/USER/.tahoe/node.url'

Change History (2)

comment:1 Changed at 2013-10-01T02:39:20Z by jbark55

i meant mkdir and typed that correctly in terminal

comment:2 Changed at 2013-10-01T04:04:35Z by zooko

  • Description modified (diff)
Note: See TracTickets for help on using tickets.