Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. Exception in thread Thread-1246:
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  4. self.run()
  5. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  6. self.create_unrar_instance()
  7. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  8. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  9. AttributeError: 'bool' object has no attribute 'filename'
  10.  
  11. Exception in thread Thread-1258:
  12. Traceback (most recent call last):
  13. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  14. self.run()
  15. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  16. self.create_unrar_instance()
  17. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  18. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  19. AttributeError: 'bool' object has no attribute 'filename'
  20.  
  21. Exception in thread Thread-1398:
  22. Traceback (most recent call last):
  23. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  24. self.run()
  25. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  26. self.create_unrar_instance()
  27. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  28. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  29. AttributeError: 'bool' object has no attribute 'filename'
  30.  
  31. Exception in thread Thread-1490:
  32. Traceback (most recent call last):
  33. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  34. self.run()
  35. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  36. self.create_unrar_instance()
  37. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  38. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  39. AttributeError: 'bool' object has no attribute 'filename'
  40.  
  41. Exception in thread Thread-1498:
  42. Traceback (most recent call last):
  43. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  44. self.run()
  45. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  46. self.create_unrar_instance()
  47. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  48. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  49. AttributeError: 'bool' object has no attribute 'filename'
  50.  
  51. Exception in thread Thread-2225:
  52. Traceback (most recent call last):
  53. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  54. self.run()
  55. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  56. self.create_unrar_instance()
  57. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  58. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  59. AttributeError: 'bool' object has no attribute 'filename'
  60.  
  61. Exception in thread Thread-2535:
  62. Traceback (most recent call last):
  63. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  64. self.run()
  65. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 235, in run
  66. self.create_unrar_instance()
  67. File "/usr/local/lib/python2.7/site-packages/sabnzbd/directunpacker.py", line 341, in create_unrar_instance
  68. rarfile_path = os.path.join(self.nzo.downpath, self.rarfile_nzf.filename)
  69. AttributeError: 'bool' object has no attribute 'filename'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement