Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Database Error!
  2. buffer object expected
  3. Stack Trace (most recent call last):
  4.  
  5. File "threading.py", line 774, in __bootstrap
  6.  
  7. File "threading.py", line 801, in __bootstrap_inner
  8.  
  9. File "include\HydrusThreading.py", line 274, in run
  10. callable( *args, **kwargs )
  11.  
  12. File "include\ClientGUI.py", line 1939, in _THREADSyncToTagArchive
  13. chunk_of_hydrus_hashes = self._controller.Read( 'file_hashes', chunk_of_hta_hashes, given_hash_type, 'sha256' )
  14.  
  15. File "include\HydrusController.py", line 229, in Read
  16. def Read( self, action, *args, **kwargs ): return self._Read( action, *args, **kwargs )
  17.  
  18. File "include\HydrusController.py", line 91, in _Read
  19. result = self._db.Read( action, HC.HIGH_PRIORITY, *args, **kwargs )
  20.  
  21. File "include\HydrusDB.py", line 556, in Read
  22. return job.GetResult()
  23.  
  24. File "include\HydrusData.py", line 1804, in GetResult
  25. trace_list = traceback.format_stack()
  26.  
  27. Traceback (most recent call last):
  28.  
  29. File "include\HydrusDB.py", line 401, in _ProcessJob
  30. if job_type in ( 'read', 'read_write' ): result = self._Read( action, *args, **kwargs )
  31.  
  32. File "include\ClientDB.py", line 5570, in _Read
  33. elif action == 'file_hashes': result = self._GetFileHashes( *args, **kwargs )
  34.  
  35. File "include\ClientDB.py", line 2608, in _GetFileHashes
  36. result = self._c.execute( 'SELECT hash_id FROM local_hashes WHERE ' + given_hash_type + ' = ?;', ( sqlite3.Binary( given_hash ), ) ).fetchone()
  37.  
  38. TypeError: buffer object expected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement