Advertisement
Guest User

update error

a guest
Aug 28th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. 2016/08/02 19:56:07: hydrus client started
  2. 2016/08/02 19:56:07: booting controller...
  3. 2016/08/02 19:56:07: booting db...
  4. 2016/08/02 19:56:09: updating db to v201
  5. 2016/08/02 19:56:09: deleting service mapping orphans
  6. 2016/08/02 19:56:09: exporting hashes to external db
  7. 2016/08/02 19:56:09: A serious error occured while trying to start the program. Its traceback will be shown next. It should have also been written to client.log.
  8. 2016/08/02 19:56:09: Traceback (most recent call last):
  9. 2016/08/02 19:56:09: File "include\ClientController.py", line 1053, in THREADBootEverything
  10. 2016/08/02 19:56:09: self.InitModel()
  11. 2016/08/02 19:56:09: File "include\ClientController.py", line 501, in InitModel
  12. 2016/08/02 19:56:09: HydrusController.HydrusController.InitModel( self )
  13. 2016/08/02 19:56:09: File "include\HydrusController.py", line 201, in InitModel
  14. 2016/08/02 19:56:09: self._db = self._InitDB()
  15. 2016/08/02 19:56:09: File "include\ClientController.py", line 60, in _InitDB
  16. 2016/08/02 19:56:09: return ClientDB.DB( self, HC.DB_DIR, 'client', no_wal = self._no_wal )
  17. 2016/08/02 19:56:09: File "include\HydrusDB.py", line 240, in __init__
  18. 2016/08/02 19:56:09: raise e
  19. 2016/08/02 19:56:09: Exception: Updating the client db to version 201 caused this error:
  20.  
  21. Traceback (most recent call last):
  22. File "include\HydrusDB.py", line 221, in __init__
  23. self._UpdateDB( version )
  24. File "include\ClientDB.py", line 7189, in _UpdateDB
  25. self._c.execute( 'INSERT INTO external_master.hashes SELECT * FROM main.hashes;' )
  26. IntegrityError: UNIQUE constraint failed: hashes.hash_id
  27.  
  28. 2016/08/02 19:56:11: shutting down controller...
  29. 2016/08/02 19:56:11: hydrus client shut down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement