0.7.20 for mac hangs after adding an nzb
Forum rules
Help us help you:
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.
-
cometobutthead
- Newbie

- Posts: 6
- Joined: September 1st, 2014, 7:03 pm
0.7.20 for mac hangs after adding an nzb
i'm running the sabnzbd 0.7.20 on mac osx yosemite 10.10.2. this has been a problem since osx mavericks and with 0.7.19. it hangs when accessing via http or https, but the process is still running. i had to replace it w/ the last working version (0.7.18).
-
cometobutthead
- Newbie

- Posts: 6
- Joined: September 1st, 2014, 7:03 pm
Re: 0.7.20 for mac hangs after adding an nzb
Please explain "it hangs".
-
cometobutthead
- Newbie

- Posts: 6
- Joined: September 1st, 2014, 7:03 pm
Re: 0.7.20 for mac hangs after adding an nzb
the https and http web server stops responding although when i do a ps -ef | grep -i sabnzbd in the terminal the process is still running.shypike wrote:Please explain "it hangs".
Re: 0.7.20 for mac hangs after adding an nzb
I have no idea in this case.
The differences between 0.7.18 and 0.7.20 are small and have no connection with the web server.
Could you install 0.7.20 again and set the host to 127.0.0.1 ?
Do you need external access?
If not, there's no advantage to using https.
The differences between 0.7.18 and 0.7.20 are small and have no connection with the web server.
Could you install 0.7.20 again and set the host to 127.0.0.1 ?
Do you need external access?
If not, there's no advantage to using https.
-
cometobutthead
- Newbie

- Posts: 6
- Joined: September 1st, 2014, 7:03 pm
Re: 0.7.20 for mac hangs after adding an nzb
i need external access. i'll try again tonight and capture the logs -- though last time the logs reported no errors.shypike wrote:I have no idea in this case.
The differences between 0.7.18 and 0.7.20 are small and have no connection with the web server.
Could you install 0.7.20 again and set the host to 127.0.0.1 ?
Do you need external access?
If not, there's no advantage to using https.
-
cometobutthead
- Newbie

- Posts: 6
- Joined: September 1st, 2014, 7:03 pm
Re: 0.7.20 for mac hangs after adding an nzb
here's the last few lines after the it hangs:
2015-02-15 14:22:46,267::INFO::[__init__:513] Fetching http://nzbs.org/getnzb/&del=1
2015-02-15 14:22:46,321::INFO::[nzbqueue:218] Saving queue
2015-02-15 14:22:46,322::INFO::[__init__:919] Saving data for queue9.sab in /Users/cometobutthead/Library/Application Support/SABnzbd/admin/queue9.sab
nothing after that. i've noticed that it ONLY hangs when sabnzbd is launched via launchd (via a plist in /Library/LaunchDaemons). here's the plist file:
when it's launched as a login item in the users/groups preferences panel, everything works fine and it doesn't hang. this wasn't a problem until 0.7.2.0. i added it as a launchdaemon because i want it to restart in case it crashes, etc.
2015-02-15 14:22:46,267::INFO::[__init__:513] Fetching http://nzbs.org/getnzb/&del=1
2015-02-15 14:22:46,321::INFO::[nzbqueue:218] Saving queue
2015-02-15 14:22:46,322::INFO::[__init__:919] Saving data for queue9.sab in /Users/cometobutthead/Library/Application Support/SABnzbd/admin/queue9.sab
nothing after that. i've noticed that it ONLY hangs when sabnzbd is launched via launchd (via a plist in /Library/LaunchDaemons). here's the plist file:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.sabnzbd</string>
<key>KeepAlive</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/Applications/SABnzbd.app/Contents/MacOS/SABnzbd</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>cometobutthead</string>
<key>WorkingDirectory</key>
<string>/Applications</string>
<key>ServiceDescription</key>
<string>sabnzbd</string>
</dict>
</plist>
Last edited by cometobutthead on February 16th, 2015, 10:45 am, edited 1 time in total.
Re: 0.7.20 for mac hangs after adding an nzb
I've never looked at launching it with launchDaemons, outside of my expertise.
I'll look at it again when preparing 0.8.0.
It's not likely to be solved for the 0.7.x series.
BTW: you should change you API key on nzbs.org, consider your account compromised by publishing it.
I'll look at it again when preparing 0.8.0.
It's not likely to be solved for the 0.7.x series.
BTW: you should change you API key on nzbs.org, consider your account compromised by publishing it.
