python version: 3.9.6
mode: tested both: running as service -and- running direct from command-line, service uninstalled
Notes:
[*]I've never had problems in any previous releases of SABnzbd
[*]None of my settings have changed
[*]Once I upgraded to 3.4.0RC1, these errors started
[*]I updated Python to 3.9.6 at the same time as upgrading SABnzbd. Could this be the issue?
[*]The service is setup under an explicit account that I've verified has access to the share (as it always has been).
Relevant Errors from the Log:
Code: Select all
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '\\\\?\\UNC\\'
2021-09-11 12:20:16,374::ERROR::[postproc:706] Cannot create final folder \\?\UNC\10.10.10.11\ShareName\FileName
Code: Select all
File "sabnzbd\filesystem.py", line 656, in create_all_dirs
File "os.py", line 215, in makedirs
You can see the issue is with this strange: \\\\?\\UNC\\ -- then later: \\?\UNC\ (rather than "\\")
I've noticed this error twice in the past, when searching the forums. In each case you mentioned Python issues and posted a hotfix. I'm not sure if that's related here, but I thought it couldn't hurt to mention.
Thank you in advance