Page 1 of 1

Errors Moving Files Post-Proc

Posted: August 22nd, 2012, 12:13 pm
by digitlman
My Temp working folder is C;\TEMP

Completed folder is C:\TV\TV\.

Both folders have Everyone with Full permissions, inherited.

Every once in a while (not *every* time), I get the error: Error renaming "C:\TV\TV\Family Guy\S10E23 - HDTV x264-LOL\_UNPACK_Family.Guy.S10E23.HDTV.x264-LOL" to "C:\TV\TV\Family Guy\S10E23 - HDTV x264-LOL\Family.Guy.S10E23.HDTV.x264-LOL"

SAB has a problem with renaming for some reason. I set my A/V to ignore these folders and still I get the error.

I don't recall having this issue (at or or at least this much) until I upgraded to .7.3.

Thoughts?

Re: Errors Moving Files Post-Proc

Posted: August 22nd, 2012, 12:15 pm
by digitlman
here is the debug log info:

2012-08-22 12:23:44,285::DEBUG::[__init__:820] Saving data for SABnzbd_nzo_f-c0wz in C:\TEMP\Family.Guy.S10E23.HDTV.x264-LOL\__ADMIN__
2012-08-22 12:23:44,299::INFO::[__init__:895] Saving data for totals9.sab in C:\Program Files (x86)\SABnzbd\admin\totals9.sab
2012-08-22 12:23:44,299::INFO::[assembler:87] Decoding C:\TEMP\Family.Guy.S10E23.HDTV.x264-LOL\family.guy.1023.hdtv-lol.r07 yenc
2012-08-22 12:23:44,611::INFO::[__init__:884] C:\TEMP\Family.Guy.S10E23.HDTV.x264-LOL\__ADMIN__\SABnzbd_nzo_f-c0wz removed
2012-08-22 12:23:44,611::INFO::[nzbqueue:176] Saving queue
2012-08-22 12:23:44,611::INFO::[__init__:895] Saving data for queue9.sab in C:\Program Files (x86)\SABnzbd\admin\queue9.sab
2012-08-22 12:23:44,611::INFO::[postproc:84] Saving postproc queue
2012-08-22 12:23:44,611::INFO::[__init__:895] Saving data for postproc1.sab in C:\Program Files (x86)\SABnzbd\admin\postproc1.sab
2012-08-22 12:23:44,674::INFO::[postproc:280] Starting PostProcessing on Family.Guy.S10E23.HDTV.x264-LOL => Repair:True, Unpack:True, Delete:True, Script:None, Cat:*
2012-08-22 12:23:44,674::INFO::[notifier:87] Sending registration to localhost:23053
2012-08-22 12:23:44,674::DEBUG::[notifier:156] To : localhost:23053 <register>
2012-08-22 12:23:45,188::INFO::[postproc:546] Par2 check starting on Family.Guy.S10E23.HDTV.x264-LOL
2012-08-22 12:23:45,188::INFO::[postproc:561] Running repair on set family.guy.1023.hdtv-lol


2012-08-22 12:23:46,280::INFO::[postproc:651] Removing unwanted file C:\TV\TV\Family Guy\S10E23 - HDTV x264-LOL\_UNPACK_Family.Guy.S10E23.HDTV.x264-LOL\family.guy.1023.hdtv-lol.sfv
2012-08-22 12:23:46,296::ERROR::[postproc:404] Error renaming "C:\TV\TV\Family Guy\S10E23 - HDTV x264-LOL\_UNPACK_Family.Guy.S10E23.HDTV.x264-LOL" to "C:\TV\TV\Family Guy\S10E23 - HDTV x264-LOL\Family.Guy.S10E23.HDTV.x264-LOL"
2012-08-22 12:23:46,296::INFO::[postproc:405] Traceback:
Traceback (most recent call last):
File "sabnzbd\postproc.pyo", line 402, in process_job
File "sabnzbd\postproc.pyo", line 747, in collapse_folder
File "sabnzbd\misc.pyo", line 1213, in renamer
WindowsError: [Error 5] Access is denied
2012-08-22 12:23:46,296::DEBUG::[tvsort:400] Renaming Series
2012-08-22 12:23:46,296::DEBUG::[tvsort:447] Nothing to rename, ['Family.Guy.S10E23.HDTV.x264-LOL.mp4', 'C:\\TV\\TV\\Family Guy\\S10E23 - HDTV x264-LOL\\_UNPACK_Family.Guy.S10E23.HDTV.x264-LOL\\family.guy.1023.hdtv-lol.sfv', 'C:\\TV\\TV\\Family Guy\\S10E23 - HDTV x264-LOL\\_UNPACK_Family.Guy.S10E23.HDTV.x264-LOL\\family.guy.1023.hdtv-lol.srr']
2012-08-22 12:23:46,296::ERROR::[postproc:484] Post Processing Failed for Family.Guy.S10E23.HDTV.x264-LOL ()
2012-08-22 12:23:46,296::INFO::[postproc:486] Traceback:
Traceback (most recent call last):
File "sabnzbd\postproc.pyo", line 416, in process_job
File "sabnzbd\tvsort.pyo", line 163, in move
File "sabnzbd\tvsort.pyo", line 79, in move_to_parent_folder
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\TV\\TV\\Family Guy\\S10E23 - HDTV x264-LOL\\Family.Guy.S10E23.HDTV.x264-LOL/*.*'

Re: Errors Moving Files Post-Proc

Posted: August 22nd, 2012, 2:28 pm
by shypike
Windows is kinda paranoid when it comes to renaming folders.
Disable the folder renaming in Config->Switches item "Enable folder rename".

Re: Errors Moving Files Post-Proc

Posted: August 23rd, 2012, 12:03 pm
by digitlman
Ok, I will try that.

I swear this wasn't an issue prior to 7.2 or 7.3....but I'm probably wrong ;-)

Re: Errors Moving Files Post-Proc

Posted: August 23rd, 2012, 1:04 pm
by shypike
It's always been a problem with Windows.
Windows Home Server is the worst offender.
But often the cause is a virus scanner or Windows' own indexing service.
If Windows does so much suspect that any other process is looking at a folder,
renaming is blocked.
We're already retrying a number of timer with a few seconds intervals,
but sometimes it's not enough.