[Bug 217358] news:sabnzbdplus - fails to run on freebsd 10.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 25 19:37:19 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217358
Bug ID: 217358
Summary: news:sabnzbdplus - fails to run on freebsd 10.3
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: sm at xnc.com
sabnzbd+ version 1.2.0 fails to run on 10.3-STABLE (r307003) due to a
difference in protocol codes for ipV6. FreeBSD appears to use a value of 28
while sabnzbd+ expects a value of 10. Build completes normally, on start of the
service the error message is:
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
Since this is probably not terribly clear, here is a link to a sabnzbd forum
discussion I had with one of their release testers, this included the error
assessment and various tests performed, but no resolution:
https://forums.sabnzbd.org/viewtopic.php?f=23&t=22392
Version 1.1.0_1 works fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list