[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2013-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package checkbox - 0.13.9 --- checkbox (0.13.9) precise-proposed; urgency=low * Updated fix for bug #1026614 which was missing some code. * Removed bad fix for bug 990133. checkbox (0.13.8) precise-proposed; urgency=low * New upstream release (LP: #10

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2013-01-22 Thread Daniel Manrique
Testing checkbox 013.9, here's what I did: 1- With checkbox 0.13.7 installed, ran: http_proxy='http://whatever.com: text' /usr/share/checkbox/scripts/network_check Result: Error trace as seen in the original report. 2- With checkbox 0.13.7 installed, ran: http_proxy='http://gamerunblock.com' /

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2013-01-18 Thread Steve Langasek
Hello fidji-florian, or anyone else affected, Accepted checkbox into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/checkbox/0.13.9 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-11-15 Thread Daniel Manrique
Hi, I took a system with checkbox 0.13.7, and ran the command given in the test section, I get this: Traceback (most recent call last): File "/usr/share/checkbox/scripts/network_check", line 64, in sys.exit(main()) File "/usr/share/checkbox/scripts/network_check", line 40, in main re

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-11-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/checkbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751701 Title: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-11-07 Thread Clint Byrum
Hello fidji-florian, or anyone else affected, Accepted checkbox into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/checkbox/0.13.8 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-10-01 Thread Daniel Manrique
Note that for SRUing this fix to 0.13.x, the exception handling syntax needs to be adapted to Python2, as it was done Python3-style. ** Description changed: Binary package hint: checkbox - i'm on the system testing + [Impact] + network_check crashes when an invalid http_proxy variable is set

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-07-31 Thread Daniel Manrique
** Changed in: checkbox (Ubuntu) Status: In Progress => Fix Committed ** Changed in: checkbox (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-07-25 Thread Launchpad Bug Tracker
** Branch linked: lp:checkbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751701 Title: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text' To manage notification

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-07-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~roadmr/checkbox/fix-http-proxy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751701 Title: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

[Bug 751701] Re: network_check crashed with InvalidURL in _set_hostport(): nonnumeric port: ' text'

2012-07-25 Thread Daniel Manrique
I managed to reproduce the failure reported in the stack trace by setting an invalid http_proxy environment variable: http_proxy='http://whatever.com: text' /usr/share/checkbox/scripts/network_check This would indicate that people observing this problem have set an invalid http_proxy variable. I'