Search found 11 matches

by eyerule
September 30th, 2010, 6:56 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Yep. There it is: print socket.has_ipv6 >>> False So, your Python does not do IPv6. As said, SABnzbd cannot solve that for you. You should contact the Synology/Synology-Python-package developers/forum for that. Hi, I understand. Thanks for your support. I will try to get the package with a new vers...
by eyerule
September 30th, 2010, 6:25 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Conclusion: your python does not support IPv6 resolution. That's not a SABnzbd thing, but a Synology / python thing, so you should ask in a Synology forum. Remark: the "import socket" should be used as the first line; I said it wrong in my earlier post. import socket print socket.has_ipv6...
by eyerule
September 30th, 2010, 4:26 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Good that you found & could start python. However, I think you don't yet type the correct commands. So, after starting up python, type (or even better: copy & paste) these commands within python: print socket.has_ipv6 import socket print socket.getaddrinfo("www.python.org", 80, 0,...
by eyerule
September 29th, 2010, 10:42 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Does the python on the Synology support IPv6? Test like this: sander@quirinius:~$ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> print ...
by eyerule
September 29th, 2010, 10:40 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Go to the directory ("cd ...") that contains the python executable, and type "./python". Does that start python? Yep. That did the trick ;) EyerulesNAS> ./python Python 2.5.4 (r254:67916, Jan 31 2010, 16:34:06) [GCC 4.2.3] on linux2 Type "help", "copyright", ...
by eyerule
September 29th, 2010, 8:06 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

sander wrote: Can you successfully 'telnet' and/or 'ssh' (with putty) to teh Synology?
Sure. From there I see that the Python directory is in the sabnzbd directory.
I'm not very experience with Unix, but I'm a network professional, so I have some knowledge about Unix etc..
by eyerule
September 29th, 2010, 4:45 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

So, you mean you can't start python at all on the Synology? If so ... too bad. I can't help you any further then. I don't think so.. It is part of the package. But I must admit that I'm not a Unix pro, so I don't know how to start python on the Synology.. I tried your commands in the directory of P...
by eyerule
September 29th, 2010, 2:48 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Does the python on the Synology support IPv6? Test like this: sander@quirinius:~$ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> print ...
by eyerule
September 28th, 2010, 2:34 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Anyone any idea?
by eyerule
September 24th, 2010, 8:10 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

Re: 0.5.4 Synology IPv6 servers add error

Hi yeah I also tried adding the IPv6 address in sab.ini and also via webgui..
by eyerule
September 24th, 2010, 8:04 am
Forum: Bug Reports
Topic: 0.5.4 Synology IPv6 servers add error
Replies: 19
Views: 13190

0.5.4 Synology IPv6 servers add error

Hi, I'm using a Synology DS209 with DSM3.0 with SabNZBD 0.5.4. When I try to setup a IPv6 newsserver and fill in the server name etc and then click Test server, I'm getting the following error message: 'NoneType' object is unsubscriptable When I click on Add then I'm getting a blank page. The Synolo...