Page 1 of 1

Bookmarks not automatically fetched from Newzbin

Posted: January 30th, 2009, 5:31 am
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!

Re: Bookmarks not automatically fetched from Newzbin

Posted: January 30th, 2009, 6:16 am
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.

Re: Bookmarks not automatically fetched from Newzbin

Posted: January 30th, 2009, 6:26 am
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?

Re: Bookmarks not automatically fetched from Newzbin

Posted: January 30th, 2009, 6:31 am
by shypike
Not that I'm aware off.
But who knows, I'll check later.