[trunk] Revision 1948 doesn't start anymore

Report & discuss bugs found in 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
jordz
Newbie
Newbie
Posts: 19
Joined: December 21st, 2008, 10:49 am

[trunk] Revision 1948 doesn't start anymore

Post by jordz »

The last couple of weeks there where loads of commits,
But after r1948 it doesn't start anymore.

Code: Select all

Traceback (most recent call last):
  File "/opt/sabnzbd/SABnzbd.py", line 859, in <module>
    main()
  File "/opt/sabnzbd/SABnzbd.py", line 569, in main
    init_ok = sabnzbd.initialize(pause, clean_up, evalSched=True)
  File "/opt/sabnzbd/sabnzbd/decorators.py", line 31, in newFunction
    return f(*args, **kw)
  File "/opt/sabnzbd/sabnzbd/__init__.py", line 190, in initialize
    downloader.init(pause_downloader)
  File "/opt/sabnzbd/sabnzbd/downloader.py", line 51, in init
    __DOWNLOADER = Downloader(paused or __DOWNLOADER.paused)
Thanks for the hard work :)


Edit:
It's already fixed in 1949, thx!
Last edited by jordz on December 31st, 2008, 11:45 am, edited 1 time in total.
Arch Linux sabnbzd-svn package: http://aur.archlinux.org/packages.php?ID=21941
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [trunk] Revision 1948 doesn't start anymore

Post by shypike »

Use the trunk versions at your own risk  ;D
Post Reply