September 25, 201213 yr Hi All, I am having issues gaining access to newly created folders since I have upgraded from 4.7, this occurs both in windows smb shares and any program trying to access files in unraid. I can solve this issue by using the new permissions button within the console; however, my main issue is when running my sabtosickbeard.py script. The script will create a new season folder then attempt to move the downloaded file into that folder but the following occurs each time: Loading config from /boot/scripts/autoProcessTV.cfg Opening URL: http://192.168.1.3:8083/home/postprocess/processEpisode?nzbName=Test <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>500 Internal Server Error</title> <style type="text/css"> #powered_by { margin-top: 20px; border-top: 2px solid black; font-style: italic; } #traceback { color: red; } </style> </head> <body> <h2>500 Internal Server Error</h2> <p>The server encountered an unexpected condition which prevented it from fulfilling the request.</p> <pre id="traceback">Traceback (most recent call last): File "/usr/local/sickbeard/cherrypy/_cprequest.py", line 660, in respond response.body = self.handler() File "/usr/local/sickbeard/cherrypy/lib/encoding.py", line 193, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/sickbeard/cherrypy/_cpdispatch.py", line 25, in __call__ return self.callable(*self.args, **self.kwargs) File "/usr/local/sickbeard/sickbeard/webserve.py", line 1481, in processEpisode result = processTV.processDir(dir, nzbName) File "/usr/local/sickbeard/sickbeard/processTV.py", line 104, in processDir process_result = processor.process() File "/usr/local/sickbeard/sickbeard/postProcessor.py", line 834, in process self._move(self.file_path, dest_path, new_base_name, sickbeard.MOVE_ASSOCIATED_FILES) File "/usr/local/sickbeard/sickbeard/postProcessor.py", line 275, in _move self._combined_file_operation(file_path, new_path, new_base_name, associated_files, action=_int_move) File "/usr/local/sickbeard/sickbeard/postProcessor.py", line 255, in _combined_file_operation action(cur_file_path, new_file_path) File "/usr/local/sickbeard/sickbeard/postProcessor.py", line 273, in _int_move raise e IOError: [Errno 13] Permission denied: '/mnt/user/TV Shows/Test/Season 1/S01E08 - Test.avi' </pre> <div id="powered_by"> <span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.2.0rc1</a></span> </div> </body> </html>
Archived
This topic is now archived and is closed to further replies.