Sabnzb won't download with the icon

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
bane196
Newbie
Newbie
Posts: 1
Joined: April 12th, 2010, 9:16 pm

Sabnzb won't download with the icon

Post by bane196 »

I was able to use the SAB icon to download automaticly, but now it does not work. I can manually add an report ID and it downloads with no problem. How do I get the Icon to work?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzb won't download with the icon

Post by shypike »

Assuming you are using Windows:
Open a command prompt anf type:

Code: Select all

assoc .nzb
It will list something like

Code: Select all

.nzb=NzbFile
Then type:

Code: Select all

ftype | find "NzbFile"
It should now list something like

Code: Select all

NzbFile="c:\program files\SAbnzbd\SABnzbd.exe" $*
If not, re-install SABnzbd with its installer.
Post Reply