Search found 8 matches

by Tensai
October 6th, 2020, 7:29 am
Forum: Bug Reports
Topic: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?
Replies: 9
Views: 4885

Re: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?

This is how all the usenet programs work, so I don't see the need to deviate from that :) Yeah I know, unfortunately. NZBGet exhibits the exact same stupid behavior. But for NZBGet I could at least write a pre-/post-processing script to add a dedicated unpack folder and the script is completely com...
by Tensai
October 6th, 2020, 4:29 am
Forum: Bug Reports
Topic: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?
Replies: 9
Views: 4885

Re: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?

Usually tools like Sickbeard and Sonar ignore the _UNPACK_ folders.. Would be good to report at their forums this problem so they can fix it. Yeah, there is obviously a bug in sickchill which results in sickchill still processing subfolders in the _UNPACK folders if the subfolder themselves do not ...
by Tensai
October 6th, 2020, 1:50 am
Forum: Bug Reports
Topic: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?
Replies: 9
Views: 4885

Re: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?

Hi Sander and Safihre I have found the culprit. It was Sickchill already processing the _UNPACK_ folder and obviously preventing shutil from renaming it with os.rename so shutil fall back to copy/remove. I went through the SABnzbd and Sickchill logs and found out that this obviously happens a lot. B...
by Tensai
October 5th, 2020, 8:44 am
Forum: Bug Reports
Topic: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?
Replies: 9
Views: 4885

Re: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?

Hi Sander My setup is the following: SABnzbd is installed in a docker container on my dedicated docker server (Ubuntu 14 LTS). /tmp is a local volume on a SSD on my docker server and is the temporary download folder for SABnzbd /downloads is a mounted network share on my Synology NAS and the final d...
by Tensai
October 5th, 2020, 8:04 am
Forum: Bug Reports
Topic: "Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?
Replies: 9
Views: 4885

"Rename" of _UNPACK_ folder to final folder name does actually copy instead of rename!?!?

Hi I don't know if this is a new bug in v3.x or if this was also already present in v2.x (and I just never noticed it because my downloads usually go completely unattended) but today I have found out that after SABnzbd has finished unpacking the download into the "_UNPACK_xyz" folder, it d...
by Tensai
August 12th, 2020, 4:51 am
Forum: General Help
Topic: API function to just test the connection and see if NZB key is correct?
Replies: 4
Views: 1643

Re: API function to just test the connection and see if NZB key is correct?

Ok, I'll work with what I get and implement an error check ;) However, such a "access test" API endpoint would only be needed for external API access and simply needs to return status=true (or false) after key check is done. Should be a pretty simple thing to implement. And the need is def...
by Tensai
August 12th, 2020, 4:19 am
Forum: General Help
Topic: API function to just test the connection and see if NZB key is correct?
Replies: 4
Views: 1643

Re: API function to just test the connection and see if NZB key is correct?

Ok. Thanks for this info. However, can I then count on it that the error message will always remain "expects one parameter" upon this API call with an empty name argument? Because I will have to check for this error message explicitly to distinguish it from other errors. In any case, a ded...
by Tensai
August 12th, 2020, 4:06 am
Forum: General Help
Topic: API function to just test the connection and see if NZB key is correct?
Replies: 4
Views: 1643

API function to just test the connection and see if NZB key is correct?

Hi I am the programmer of NZBDonkey which interacts with Sabnzbd via its API. As far as I know, there is no dedicated API function to just check the connection and see if the NZB key (or API key) is correct. Until version 2.3.9 I somehow misused the addurl function by sending an empty name which nev...