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.
I created a new directory and ran SABnzbd 0.5 Beta-6 instead of doing an upgrade. When trying to install I was receiving sqlite3 errors, so I ran "pkg_add -r py25-sqlite3.tbz" which fixed the issue. I started the SAB wizard and it failed at step 4. I get this error.
Traceback (most recent call last):
File "/mnt/Disk1/SABnzbd/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/mnt/Disk1/SABnzbd/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/mnt/Disk1/SABnzbd/sabnzbd/wizard.py", line 192, in five
info['access_url'], info['urls'] = self.get_access_info()
File "/mnt/Disk1/SABnzbd/sabnzbd/wizard.py", line 209, in get_access_info
addresses = socket.getaddrinfo(host, None)
gaierror: (8, 'hostname nor servname provided, or not known')
I believe this is error is do to freenas and hosts file. I am going to add the IP to the hosts file so it can be bound to the external nic; otherwise it binds to 127.0.0.1.
I tried adding my external IP and host name to the host file and it did not help, so I skipped the rest of the wizard setup. I have not found any errors so far other than the setup wizard.
shypoke - I could not find the "Test Server" button, so I assume this is part of the wizard.
Clay - I looked and my IP was in [Config - General - SABnzbd host:]. Are you saying if you do an upgrade and don't retype your ip/host name during the wizard it will be wiped out?