Ipv6 not working => traceback (since 0.7.6)
Posted: February 8th, 2013, 11:37 am
With IPv6 not working, I get the error messages below on my STDOUT:
That seemed new, so I went back in version:
Up to 0.7.5, I just get a timeout
With 0.7.6 and higher, I get the above error message
Is this as designed / wanted?
Code: Select all
2013-02-08 17:31:40,013::INFO::[downloader:375] [email protected]:119: Initiating connection
2013-02-08 17:31:40,014::ERROR::[downloader:380] Failed to initialize [email protected]:119
2013-02-08 17:31:40,014::INFO::[downloader:381] Traceback:
Traceback (most recent call last):
File "/home/sander/oude-SABnzbds/SABnzbd-0.7.7/sabnzbd/downloader.py", line 376, in run
nw.init_connect(self.write_fds)
File "/home/sander/oude-SABnzbds/SABnzbd-0.7.7/sabnzbd/newswrapper.py", line 263, in init_connect
self.server.username, self.server.password, self.blocking, write_fds)
File "/home/sander/oude-SABnzbds/SABnzbd-0.7.7/sabnzbd/newswrapper.py", line 165, in __init__
raise socket.error(errno.EADDRNOTAVAIL, "Address not available - Check for internet or DNS problems")
error: [Errno 99] Address not available - Check for internet or DNS problems
2013-02-08 17:31:40,035::INFO::[downloader:640] Thread [email protected]:119: failed to initialize
2
Up to 0.7.5, I just get a timeout
With 0.7.6 and higher, I get the above error message
Is this as designed / wanted?