Skip to content

Instantly share code, notes, and snippets.

@XxUnkn0wnxX
Last active October 1, 2015 23:07
Show Gist options
  • Save XxUnkn0wnxX/96b7ab6abee24f90b5ec to your computer and use it in GitHub Desktop.
Save XxUnkn0wnxX/96b7ab6abee24f90b5ec to your computer and use it in GitHub Desktop.
2015-10-02 08:56:58 ERROR Thread-31 :: Rar Not Supported: No suitable RAR unpacker installed
Traceback (most recent call last):
File "/Users/ADMIN/Apps/SickRage/sickbeard/webserve.py", line 4098, in isRarSupported
testing = RarFile(rar_path).read_files('*test.txt')
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/__init__.py", line 100, in __init__
RarFileImplementation.init(self, password)
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/unix.py", line 66, in init
proc = self.call('v', [])
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/unix.py", line 124, in call
return call_unrar([cmd]+soptions+['--',self.archiveName]+files)
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/unix.py", line 50, in call_unrar
raise UnpackerNotInstalled("No suitable RAR unpacker installed")
UnpackerNotInstalled: No suitable RAR unpacker installed
2015-10-02 08:57:00 ERROR Thread-34 :: Rar Not Supported: No suitable RAR unpacker installed
Traceback (most recent call last):
File "/Users/ADMIN/Apps/SickRage/sickbeard/webserve.py", line 4098, in isRarSupported
testing = RarFile(rar_path).read_files('*test.txt')
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/__init__.py", line 100, in __init__
RarFileImplementation.init(self, password)
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/unix.py", line 66, in init
proc = self.call('v', [])
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/unix.py", line 124, in call
return call_unrar([cmd]+soptions+['--',self.archiveName]+files)
File "/Users/ADMIN/Apps/SickRage/lib/unrar2/unix.py", line 50, in call_unrar
raise UnpackerNotInstalled("No suitable RAR unpacker installed")
UnpackerNotInstalled: No suitable RAR unpacker installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment