[Solved] sabnzbd 1.2.0 not working
Posted: February 4th, 2017, 4:16 pm
I just tried to update to sabnzbd+ 1.2.0 via the ports. While building worked without any error messages or warnings, the sabnzbd service will not start thereafter. I found the following in the sabnzbd error log:
System is FreeBSD 10.3-STABLE amd64 (R307003). I cannot claim to understand the error message, but I found the IPv6 reference odd, as I am not using it and it is in fact disabled on the server.
Any help would be appreciated!
Code: Select all
Traceback (most recent call last):
File "/usr/local/bin/SABnzbd.py", line 1791, in <module>
main()
File "/usr/local/bin/SABnzbd.py", line 1338, in main
hosts = all_localhosts()
File "/usr/local/bin/SABnzbd.py", line 499, in all_localhosts
if item not in ips and ('::1' not in item or sabnzbd.cfg.ipv6_hosting()):
TypeError: argument of type 'int' is not iterable
Any help would be appreciated!