welp had a power out, and my nvme didn't like it.
its been about 6 days, there were no massive issues till now so thought shit was done.
so when grabbing all the files off desu archive because the person in charge came back, 1 file was given hydrus a hard time, so I restarted the client thinking it was a glitch that would solve itself with a reboot…
got errors that caused half the tabs I had open to not work. so I run the chkdks, and there are some issues
restart with /f and reboot…
now the client while not tossing
database image is malformed
anymore, is not tossing 122+ errors like thi
~~~~~~~~
DBException
OperationalError: no such table: external_caches.specific_current_mappings_cache_1_3
Traceback (most recent call last):
File "include\HydrusThreading.py", line 230, in run
callable( *args, **kwargs )
File "include\ClientGUIPages.py", line 698, in THREADLoadInitialMediaResults
more_media_results = self._controller.Read( 'media_results', group_of_initial_hashes )
File "include\HydrusController.py", line 363, in Read
return self._Read( action, *args, **kwargs )
File "include\HydrusController.py", line 120, in _Read
result = self.db.Read( action, HC.HIGH_PRIORITY, *args, **kwargs )
File "include\HydrusDB.py", line 845, in Read
return job.GetResult()
File "include\HydrusData.py", line 1768, in GetResult
raise e
DBException: OperationalError: no such table: external_caches.specific_current_mappings_cache_1_3
Database Traceback (most recent call last):
File "include\HydrusDB.py", line 522, in _ProcessJob
result = self._Read( action, *args, **kwargs )
File "include\ClientDB.py", line 7902, in _Read
elif action == 'media_results': result = self._GetMediaResultsFromHashes( *args, **kwargs )
File "include\ClientDB.py", line 5164, in _GetMediaResultsFromHashes
return self._GetMediaResults( query_hash_ids )
File "include\ClientDB.py", line 5073, in _GetMediaResults
tag_data.extend( ( hash_id, ( tag_service_id, HC.CONTENT_STATUS_CURRENT, tag_id ) ) for ( hash_id, tag_id ) in self._SelectFromList( 'SELECT hash_id, tag_id FROM ' + cache_current_mappings_table_name + ' WHERE hash_id IN %s;', hash_ids ) )
File "include\ClientDB.py", line 5073, in <genexpr>
tag_data.extend( ( hash_id, ( tag_service_id, HC.CONTENT_STATUS_CURRENT, tag_id ) ) for ( hash_id, tag_id ) in self._SelectFromList( 'SELECT hash_id, tag_id FROM ' + cache_current_mappings_table_name + ' WHERE hash_id IN %s;', hash_ids ) )
File "include\HydrusDB.py", line 639, in _SelectFromList
for row in self._c.execute( chunk_statement, chunk ):
OperationalError: no such table: external_caches.specific_current_mappings_cache_1_3
Database Traceback (most recent call last):
File "include\HydrusDB.py", line 522, in _ProcessJob
result = self._Read( action, *args, **kwargs )
File "include\ClientDB.py", line 7902, in _Read
elif action == 'media_results': result = self._GetMediaResultsFromHashes( *args, **kwargs )
File "include\ClientDB.py", line 5164, in _GetMediaResultsFromHashes
return self._GetMediaResults( query_hash_ids )
File "include\ClientDB.py", line 5073, in _GetMediaResults
tag_data.extend( ( hash_id, ( tag_service_id, HC.CONTENT_STATUS_CURRENT, tag_id ) ) for ( hash_id, tag_id ) in self._SelectFromList( 'SELECT hash_id, tag_id FROM ' + cache_current_mappings_table_name + ' WHERE hash_id IN %s;', hash_ids ) )
File "include\ClientDB.py", line 5073, in <genexpr>
tag_data.extend( ( hash_id, ( tag_service_id, HC.CONTENT_STATUS_CURRENT, tag_id ) ) for ( hash_id, tag_id ) in self._SelectFromList( 'SELECT hash_id, tag_id FROM ' + cache_current_mappings_table_name + ' WHERE hash_id IN %s;', hash_ids ) )
File "include\HydrusDB.py", line 639, in _SelectFromList
for row in self._c.execute( chunk_statement, chunk ):
OperationalError: no such table: external_caches.specific_current_mappings_cache_1_3
~~~~~~~~