Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lbrycrd directory needs to exist before making lbrycrd.conf #84

Closed
jobevers opened this issue Jul 18, 2016 · 0 comments
Closed

lbrycrd directory needs to exist before making lbrycrd.conf #84

jobevers opened this issue Jul 18, 2016 · 0 comments

Comments

@jobevers
Copy link
Contributor

jobevers commented Jul 18, 2016

User on slack reported:

$ lbrynet-daemon --log-to-console
INFO:lbrynet.lbrynet_daemon.LBRYDaemonControl:Starting lbrynet-daemon from command line
INFO:lbrynet.lbrynet_daemon.LBRYDaemon:Loaded lbrynet-daemon configuration
INFO:lbrynet.lbrynet_daemon.LBRYDaemon:Using the default wallet type lbrycrd
INFO:lbrynet.lbrynet_daemon.LBRYDaemon:No lbrycrd.conf found at /home/john/.lbrycrd/lbrycrd.conf. Generating now...
Traceback (most recent call last):
  File "/usr/local/bin/lbrynet-daemon", line 9, in <module>
    load_entry_point('lbrynet==0.3.7', 'console_scripts', 'lbrynet-daemon')()
  File "/usr/local/lib/python2.7/dist-packages/lbrynet-0.3.7-py2.7.egg/lbrynet/lbrynet_daemon/LBRYDaemonControl.py", line 108, in start
    branch_specified=True if args.branch else False)
  File "/usr/local/lib/python2.7/dist-packages/lbrynet-0.3.7-py2.7.egg/lbrynet/lbrynet_daemon/LBRYDaemonServer.py", line 192, in start
    d = self._setup_server(wallet)
  File "/usr/local/lib/python2.7/dist-packages/lbrynet-0.3.7-py2.7.egg/lbrynet/lbrynet_daemon/LBRYDaemonServer.py", line 186, in _setup_server
    self._api = LBRYDaemon(self.root, wallet_type=wallet)
  File "/usr/local/lib/python2.7/dist-packages/lbrynet-0.3.7-py2.7.egg/lbrynet/lbrynet_daemon/LBRYDaemon.py", line 374, in __init__
    with open(self.lbrycrd_conf, 'w') as f:
IOError: [Errno 2] No such file or directory: '/home/john/.lbrycrd/lbrycrd.conf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant