SHARE
TWEET

Untitled

a guest Oct 15th, 2015 3 Never
  1. The following exception occured at 2015/10/13 23:32:44:
  2. Database Error!
  3. 'module' object has no attribute 'CV_LOAD_IMAGE_UNCHANGED'
  4. Stack Trace (most recent call last):
  5.  
  6.   File "/usr/lib64/python2.7/threading.py", line 783, in __bootstrap
  7.     self.__bootstrap_inner()
  8.  
  9.   File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner
  10.     self.run()
  11.  
  12.   File "/opt/hydrus/include/HydrusThreading.py", line 175, in run
  13.     self._callable()
  14.  
  15.   File "/opt/hydrus/include/ClientDaemons.py", line 112, in DAEMONDownloadFiles
  16.     HydrusGlobals.client_controller.WriteSynchronous( 'import_file', temp_path, override_deleted = True )
  17.  
  18.   File "/opt/hydrus/include/HydrusController.py", line 239, in WriteSynchronous
  19.     return self._Write( action, HC.LOW_PRIORITY, True, *args, **kwargs )
  20.  
  21.   File "/opt/hydrus/include/HydrusController.py", line 74, in _Write
  22.     result = self._db.Write( action, priority, synchronous, *args, **kwargs )
  23.  
  24.   File "/opt/hydrus/include/HydrusDB.py", line 335, in Write
  25.     if synchronous: return job.GetResult()
  26.  
  27.   File "/opt/hydrus/include/HydrusData.py", line 1349, in GetResult
  28.     trace_list = traceback.format_stack()
  29.  
  30. Traceback (most recent call last):
  31.  
  32.   File "/opt/hydrus/include/HydrusDB.py", line 196, in _ProcessJob
  33.     elif job_type in ( 'write', 'write_special' ): result = self._Write( action, *args, **kwargs )
  34.  
  35.   File "/opt/hydrus/include/ClientDB.py", line 6570, in _Write
  36.     elif action == 'import_file': result = self._ImportFile( *args, **kwargs )
  37.  
  38.   File "/opt/hydrus/include/ClientDB.py", line 4039, in _ImportFile
  39.     self._AddThumbnails( [ ( hash, thumbnail ) ] )
  40.  
  41.   File "/opt/hydrus/include/ClientDB.py", line 1141, in _AddThumbnails
  42.     phash = HydrusImageHandling.GeneratePerceptualHash( thumbnail_path )
  43.  
  44.   File "/opt/hydrus/include/HydrusImageHandling.py", line 130, in GeneratePerceptualHash
  45.     numpy_image = cv2.imread( path, cv2.CV_LOAD_IMAGE_UNCHANGED )
  46.  
  47. AttributeError: 'module' object has no attribute 'CV_LOAD_IMAGE_UNCHANGED'
  48.  
  49. Error downloading file!
RAW Paste Data
Top