Bookmarks not automatically fetched from Newzbin

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
Juice
Newbie
Newbie
Posts: 6
Joined: January 30th, 2009, 5:09 am

Bookmarks not automatically fetched from Newzbin

Post by Juice »

Hi,

I've installed SABnzbd-0.4.6 on my NAS (CH3SNAS), with Python 2.5.2 and all required modules. Everything works like a charm, except for the 'Auto fetch bookmarks' feature. Bookmarks are never fetched. When using the 'get bookmarks now' link or when manually entering a msg id to fetch, SABnzbd works as expected. Just the auto-fetching that doesn't seem to work. Any ideas?

from sabnzbd.ini:
bookmarks = 1
unbookmark = 1
bookmark_rate = 15
from sabnzbd.log:
2009-01-30 11:28:07,165::INFO::--------------------------------
2009-01-30 11:28:07,169::INFO::SABnzbd.py-0.4.6 (rev=1888)
2009-01-30 11:28:07,174::INFO::Platform = posix
2009-01-30 11:28:07,178::INFO::Python-version = 2.5.2 (r252:60911, Apr 21 2008, 23:47:47)
[GCC 4.1.3 20080414 (prerelease)]
2009-01-30 11:28:07,229::INFO::[sabnzbd] Loading data for bookmarks.sab from /cache/bookmarks.sab
2009-01-30 11:28:07,235::INFO::[sabnzbd] /cache/bookmarks.sab removed
2009-01-30 11:28:07,240::INFO::[sabnzbd] Loading data for bytes7.sab from /cache/bytes7.sab
2009-01-30 11:28:07,246::INFO::[sabnzbd] Loading data for queue7.sab from /cache/queue7.sab
2009-01-30 11:28:07,275::INFO::[sabnzbd] Loading data for watched_data.sab from /cache/watched_data.sab
2009-01-30 11:28:07,287::INFO::All processes started
2009-01-30 11:28:07,306::INFO::_yenc module... found!
2009-01-30 11:28:07,310::INFO::celementtree module... found!
2009-01-30 11:28:07,314::INFO::par2 binary... found (/ffp/bin/par2)
2009-01-30 11:28:07,319::INFO::unrar binary... found (/ffp/bin/unrar)
2009-01-30 11:28:07,323::INFO::unzip binary... found (/ffp/bin/unzip)
2009-01-30 11:28:07,328::INFO::nice binary... found (/ffp/bin/nice)
2009-01-30 11:28:07,332::INFO::ionice binary... NOT found!
2009-01-30 11:28:07,336::INFO::pyOpenSSL... found (True)
2009-01-30 11:28:07,347::INFO::Web dir is /ffp/SABnzbd-0.4.6/interfaces/Plush
2009-01-30 11:28:07,475::INFO::Starting SABnzbd.py-0.4.6
2009-01-30 11:28:07,679::INFO::[nzbqueue] Saving queue
2009-01-30 11:28:07,684::INFO::[sabnzbd] Saving data for queue7.sab in /cache/queue7.sab
2009-01-30 11:28:07,893::INFO::[sabnzbd] Saving data for bytes7.sab in /cache/bytes7.sab
2009-01-30 11:28:07,900::INFO::[sabnzbd] Saving data for bookmarks.sab in /cache/bookmarks.sab
2009-01-30 11:28:07,907::INFO::[sabnzbd] Saving data for watched_data.sab in /cache/watched_data.sab
2009-01-30 11:28:07,915::INFO::[sabnzbd.misc] Dirscanner starting up
2009-01-30 11:28:07,927::INFO::[sabnzbd.misc] URLGrabber starting up
2009-01-30 11:28:07,941::INFO::Starting web-interface on 192.168.1.3:8080
SABnzbd.error.log is empty.

Thanks!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Bookmarks not automatically fetched from Newzbin

Post by shypike »

If you set logging level to Debug, you should see several "Scheduling Bookmark task" lines
when you start SABnzbd.
Actual execution can be traced by checking for "Fetching Newzbin bookmarks" messages.

Make sure that your bookmark settings are in the [newzbin] section.
Juice
Newbie
Newbie
Posts: 6
Joined: January 30th, 2009, 5:09 am

Re: Bookmarks not automatically fetched from Newzbin

Post by Juice »

Apologies, seems I'd forgotten to install the feedparser module. It seems to be working now! Great!

Could this have been the cause?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Bookmarks not automatically fetched from Newzbin

Post by shypike »

Not that I'm aware off.
But who knows, I'll check later.
Post Reply