simon_rb Wrote:I'm no expert however when I was trying to set mine up to stream from my windows server I had this same issue. I now use the HTPC to do all the work.
Try adding your incomplete folder as a location under the xbmc settings. Then you should be able to use NZBS to browse to it.
Hope this helps
Cheers
I changed the incomplete folder to /var/mobile/Applications/ and used file manager to locate it as a source and the found it in the plugin settings but still does not work.
I then tried changing the permission settings of the incomplete folder and changed them to;
drwxrwxrwx 3 root mobile 102 Dec 3 09:47 incomplete/
which gives read/write/execute permission for any user....but now i get a script error!
The error seems to be a permission error for some reason as shown by the log extract below.
Any ideas why this is happening when the folder has permission for everything?
10:56:09 T:111431680 INFO: -->Python script returned the following error<--
10:56:09 T:111431680 ERROR: Error Type: <type 'exceptions.OSError'>
10:56:09 T:111431680 ERROR: Error Contents: (13, 'Permission denied', '/var/mobile/Applications/incomplete/Jimmy.Fallon.2011.11.17.Bill.Maher.HDTV.XviD-2HD')
10:56:09 T:111431680 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.nzbs/default.py", line 831, in <module>
get_nzb(params)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.nzbs/default.py", line 264, in get_nzb
get_rar(nzbname)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.nzbs/default.py", line 306, in get_rar
file, iscanceled = wait_for_rar(progressDialog, folder, sab_nzo_id, sab_nzo_id_history, 'Request to SABnzbd succeeded', last_rar)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.nzbs/default.py", line 412, in wait_for_rar
dirList = sorted_rar_file_list(os.listdir(folder))
OSError: (13, 'Permission denied', '/var/mobile/Applications/incomplete/Jimmy.Fallon.2011.11.17.Bill.Maher.HDTV.XviD-2HD')
10:56:09 T:111431680 INFO: -->End of Python script error report<--