2020/07/20 17:29:15: hydrus client started
2020/07/20 17:29:15: booting controller…
2020/07/20 17:29:19: booting db…
2020/07/20 17:29:11: hydrus client started
2020/07/20 17:29:14: booting controller…
2020/07/20 17:29:19: booting db…
2020/07/20 17:29:19: preparing disk cache
2020/07/20 17:29:24: preparing db caches
2020/07/20 17:29:24: initialising managers
2020/07/20 17:29:26: booting gui…
2020/07/20 17:29:19: preparing disk cache
2020/07/20 17:29:29: The db encountered a serious error! This is going to be written to the log as well, but here it is for a screenshot:
Traceback (most recent call last):
File "hydrus\core\HydrusDB.py", line 555, in _InitDBCursor
self._BeginImmediate()
File "hydrus\core\HydrusDB.py", line 297, in _BeginImmediate
self._c.execute( 'BEGIN IMMEDIATE;' )
sqlite3.OperationalError: database is locked
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hydrus\core\HydrusDB.py", line 838, in MainLoop
self._InitDiskCache()
File "hydrus\client\ClientDB.py", line 9059, in _InitDiskCache
self._LoadIntoDiskCache( stop_time = stop_time )
File "hydrus\client\ClientDB.py", line 9229, in _LoadIntoDiskCache
self._InitDBCursor()
File "hydrus\core\HydrusDB.py", line 559, in _InitDBCursor
raise HydrusExceptions.DBAccessException( str( e ) )
hydrus.core.HydrusExceptions.DBAccessException: database is locked
2020/07/20 17:29:29: hydrus db failed
2020/07/20 17:29:29: The db encountered a serious error! This is going to be written to the log as well, but here it is for a screenshot:
Traceback (most recent call last):
File "hydrus\core\HydrusDB.py", line 555, in _InitDBCursor
self._BeginImmediate()
File "hydrus\core\HydrusDB.py", line 297, in _BeginImmediate
self._c.execute( 'BEGIN IMMEDIATE;' )
sqlite3.OperationalError: database is locked
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hydrus\core\HydrusDB.py", line 838, in MainLoop
self._InitDiskCache()
File "hydrus\client\ClientDB.py", line 9059, in _InitDiskCache
self._LoadIntoDiskCache( stop_time = stop_time )
File "hydrus\client\ClientDB.py", line 9229, in _LoadIntoDiskCache
self._InitDBCursor()
File "hydrus\core\HydrusDB.py", line 559, in _InitDBCursor
raise HydrusExceptions.DBAccessException( str( e ) )
hydrus.core.HydrusExceptions.DBAccessException: database is locked
2020/07/20 17:29:27: starting services…
2020/07/20 17:29:27: services started
2020/07/20 17:29:48: If the db crashed, another error may be written just above ^.
2020/07/20 17:29:48: A serious error occurred while trying to start the program. The error will be shown next in a window. More information may have been written to client.log.
2020/07/20 17:29:48: Traceback (most recent call last):
File "hydrus\client\ClientController.py", line 1805, in THREADBootEverything
self.InitModel()
File "hydrus\client\ClientController.py", line 772, in InitModel
HydrusController.HydrusController.InitModel( self )
File "hydrus\core\HydrusController.py", line 515, in InitModel
self.db = self._InitDB()
File "hydrus\client\ClientController.py", line 189, in _InitDB
return ClientDB.DB( self, self.db_dir, 'client' )
File "hydrus\client\ClientDB.py", line 309, in __init__
HydrusDB.HydrusDB.__init__( self, controller, db_dir, db_name )
File "hydrus\core\HydrusDB.py", line 261, in __init__
raise Exception( 'Could not initialise the db! Error written to the log!' )
Exception: Could not initialise the db! Error written to the log!
2020/07/20 17:29:48: boot error
2020/07/20 17:29:48: A serious error occurred while trying to start the program. The error will be shown next in a window. More information may have been written to client.log.
2020/07/20 17:29:50: boot error
2020/07/20 17:29:50: Traceback (most recent call last):
File "hydrus\client\ClientController.py", line 1805, in THREADBootEverything
self.InitModel()
File "hydrus\client\ClientController.py", line 772, in InitModel
HydrusController.HydrusController.InitModel( self )
File "hydrus\core\HydrusController.py", line 515, in InitModel
self.db = self._InitDB()
File "hydrus\client\ClientController.py", line 189, in _InitDB
return ClientDB.DB( self, self.db_dir, 'client' )
File "hydrus\client\ClientDB.py", line 309, in __init__
HydrusDB.HydrusDB.__init__( self, controller, db_dir, db_name )
File "hydrus\core\HydrusDB.py", line 261, in __init__
raise Exception( 'Could not initialise the db! Error written to the log!' )
Exception: Could not initialise the db! Error written to the log!
Should I be worried? Version 402. Only happened this one time and I don't get any errors after I restarted Hydrus.