Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Unrecoverable error in the server.
  2. Traceback (most recent call last):
  3. File "/usr/share/sabnzbdplus/cherrypy/_cpwsgi.py", line 78, in setapp
  4. self.request = self.get_request()
  5. File "/usr/share/sabnzbdplus/cherrypy/_cpwsgi.py", line 233, in get_request
  6. request, resp = self.cpapp.get_serving(local, remote, scheme, sproto)
  7. File "/usr/share/sabnzbdplus/cherrypy/_cptree.py", line 112, in get_serving
  8. cherrypy.engine.publish('acquire_thread')
  9. File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
  10. output.append(listener(*args, **kwargs))
  11. File "/usr/share/sabnzbdplus/cherrypy/process/plugins.py", line 514, in acquire_thread
  12. self.bus.publish('start_thread', i)
  13. File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
  14. output.append(listener(*args, **kwargs))
  15. File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 178, in connect_db
  16. cherrypy.thread_data.history_db = sabnzbd.database.get_history_handle()
  17. File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 50, in get_history_handle
  18. return HistoryDB(_HISTORY_DB)
  19. File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 66, in __init__
  20. self.con = sqlite3.connect(db_path)
  21. OperationalError: unable to open database file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement