#2089 closed defect (duplicate)

error due to lack of a node directory / node.url is poorly reported

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 (5)

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)

comment:3 Changed at 2013-10-01T04:04:47Z by zooko

  • Summary changed from problem with tahoe midir tester to problem with tahoe mkdir tester

comment:4 Changed at 2014-01-21T20:47:30Z by daira

  • Component changed from unknown to code-frontend-cli
  • Keywords error usability new-user added
  • Summary changed from problem with tahoe mkdir tester to error due to lack of a node directory / node.url is poorly reported

comment:5 Changed at 2014-01-21T20:49:45Z by daira

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #1376.

Note: See TracTickets for help on using tickets.