ERROR : Loading and Saving SABnzbd_article failed

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
akudo
Newbie
Newbie
Posts: 3
Joined: April 27th, 2014, 11:54 am

ERROR : Loading and Saving SABnzbd_article failed

Post by akudo »

Hello, I'm getting the following error everytime I download something in Sabnzbdplus on Ubuntu 14.04
Loading /media/akudo/v1/media/Downloads/incomplete/nzbfilename.cp(tt0167261)/__ADMIN__/ failed

I'm getting the same error with Saving aswell

Here's what I have tried so far:
Thought it might be a too long filename, but the longest file path I have ever gotten is arround 180 char... (i have the max filename set to 254)
Checked permissions:
sudo chmod -R 777 /media/akudo/v1
sudo chown -R akudo:akudo /media/akudo/v1
akudo
Newbie
Newbie
Posts: 3
Joined: April 27th, 2014, 11:54 am

Re: ERROR : Loading and Saving SABnzbd_article failed

Post by akudo »

Seems like permissions wasn't set properly, I tried this now:

cd /media/akudo/v1
sudo chmod -R -v 777 *

cd /media/akudo/v1
sudo chown -R -v akudo:akudo *

Now permissions shouldn't be a problem.. I might need to restart the program though when I get home, since I still can see errors in Sabnbzd with the current download
akudo
Newbie
Newbie
Posts: 3
Joined: April 27th, 2014, 11:54 am

Re: ERROR : Loading and Saving SABnzbd_article failed

Post by akudo »

Still getting errors, so it's not a permission issue..

Just fyi, sabnzbdplus is installed on my ssd and started using:
service sabnzbdplus start -f /media/akudo/v1/sabnzbd.ini

where v1 is a NTFS 2TB HDD.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1032
Joined: February 7th, 2008, 12:45 pm

Re: ERROR : Loading and Saving SABnzbd_article failed

Post by jcfp »

akudo wrote:service sabnzbdplus start -f /media/akudo/v1/sabnzbd.ini
On a side note: the sabnzbdplus service doesn't accept extra arguments to sab in this manner. Instead, use the options provided in the init script configuration file /etc/default/sabnzbdplus
akudo wrote:where v1 is a NTFS 2TB HDD.
Permissions and ownership of filesystems that don't support posix-style permissions on their own (such as ntfs) often depend on parameters given at mount time. Make sure the user running sab has sufficient access to that filesystem, before any of the chown/chmod stuff.
Post Reply