Hey,
awesome tool, really enjoying it.
I did encounter an error that came up three times when fetching files from Sankaku (out of probably around 10k+ files imported so far, I've only just started using hydrus last week):
local variable 'photoshop' referenced before assignment… (Copy note to see full error)
Traceback (most recent call last):
File "include\ClientImportFileSeeds.py", line 1178, in WorkOnURL
self.DownloadAndImportRawFile( file_url, file_import_options, network_job_factory, network_job_presentation_context_factory, status_hook, override_bandwidth = True )
File "include\ClientImportFileSeeds.py", line 571, in DownloadAndImportRawFile
self.Import( temp_path, file_import_options )
File "include\ClientImportFileSeeds.py", line 790, in Import
( status, hash, note ) = HG.client_controller.client_files_manager.ImportFile( file_import_job )
File "include\ClientCaches.py", line 1144, in ImportFile
file_import_job.GenerateInfo()
File "include\ClientImportFileSeeds.py", line 283, in GenerateInfo
self._file_info = HydrusFileHandling.GetFileInfo( self._temp_path, mime )
File "include\HydrusFileHandling.py", line 233, in GetFileInfo
( ( width, height ), duration, num_frames ) = HydrusImageHandling.GetImageProperties( path, mime )
File "include\HydrusImageHandling.py", line 241, in GetImageProperties
( ( width, height ), num_frames ) = GetResolutionAndNumFrames( path, mime )
File "include\HydrusImageHandling.py", line 274, in GetResolutionAndNumFrames
pil_image = GeneratePILImage( path )
File "include\HydrusImageHandling.py", line 92, in GeneratePILImage
pil_image = PILImage.open( fp )
File "site-packages\PIL\Image.py", line 2690Post too long. Click here to view the full text.