Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Checking NAT Status...
  2. {'nat_type': 'Full Cone', 'external_ip': 'xxx.xxx.xxx.xxx', 'external_port': xxxxx}
  3. [openbazaar] bootstrapping database ob.db
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  6. "__main__", fname, loader, pkg_name)
  7. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  8. exec code in run_globals
  9. File "/var/lib/openbazaar/node/openbazaar.py", line 472, in <module>
  10. main()
  11. File "/var/lib/openbazaar/node/openbazaar.py", line 464, in main
  12. start(arguments)
  13. File "/var/lib/openbazaar/node/openbazaar.py", line 401, in start
  14. ensure_database_setup(ob_ctx, defaults)
  15. File "/var/lib/openbazaar/node/openbazaar.py", line 363, in ensure_database_setup
  16. setup_db.setup_db(db_path, ob_ctx.disable_sqlite_crypt)
  17. File "node/setup_db.py", line 230, in setup_db
  18. with dbapi2.connect(db_path) as con:
  19. sqlite3.OperationalError: unable to open database file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement