Skip to content

Instantly share code, notes, and snippets.

@tnt
Created July 27, 2014 14:58
Show Gist options
  • Save tnt/41ee2436156f1d9f7cf8 to your computer and use it in GitHub Desktop.
Save tnt/41ee2436156f1d9f7cf8 to your computer and use it in GitHub Desktop.
SABnzbd outpu
...
2014-07-27 16:54:20,277::INFO::[SABnzbd:1523] Starting web-interface on 0.0.0.0:8080
2014-07-27 16:54:20,279::INFO::[_cplogging:201] [27/Jul/2014:16:54:20] ENGINE Bus STARTING
2014-07-27 16:54:20,290::INFO::[_cplogging:201] [27/Jul/2014:16:54:20] ENGINE Started monitor thread '_TimeoutMonitor'.
2014-07-27 16:54:20,402::INFO::[_cplogging:201] [27/Jul/2014:16:54:20] ENGINE Serving on ::1:8080
2014-07-27 16:54:20,508::INFO::[_cplogging:201] [27/Jul/2014:16:54:20] ENGINE Serving on 0.0.0.0:8080
2014-07-27 16:54:20,510::INFO::[_cplogging:201] [27/Jul/2014:16:54:20] ENGINE Bus STARTED
Traceback (most recent call last):
File "SABnzbd.py", line 1895, in <module>
main()
File "SABnzbd.py", line 1549, in main
sabnzbd.zconfig.set_bonjour(cherryhost, cherryport)
File "/home/thelonius/git/sabnzbd/sabnzbd/zconfig.py", line 97, in set_bonjour
callBack = _zeroconf_callback)
File "/home/thelonius/git/sabnzbd/sabnzbd/utils/pybonjour.py", line 1131, in DNSServiceRegister
None)
File "/home/thelonius/git/sabnzbd/sabnzbd/utils/pybonjour.py", line 285, in _errcheck
raise cls(result)
sabnzbd.utils.pybonjour.BonjourError: (-65537, 'unknown')
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment