I was able to reproduce it. Any time I was pointed to an unavailable proxy gwibber would stop working.
I am running gwibber 3.3.2, ubuntu 11.10 -- You received this bug notification because you are a member of Gwibber Bug Heros, which is subscribed to Gwibber. https://bugs.launchpad.net/bugs/936576 Title: Unable to add account for twitter or identi.ca InvalidURL: nonnumeric port Status in Gwibber: Incomplete Bug description: When adding an account after selecting either twitter or identi.ca I get an invalidURL:nonnumeic port error when clicking the Authorize buttons. Here is console output for twitter. Traceback (most recent call last): File "/usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py", line 71, in on_twitter_auth_clicked tokendata = urllib2.urlopen(request.http_url, request.to_postdata()).read() File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 394, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 412, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1209, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1140, in do_open h = http_class(host, timeout=req.timeout) # will parse host:port File "/usr/lib/python2.7/httplib.py", line 1146, in __init__ source_address) File "/usr/lib/python2.7/httplib.py", line 693, in __init__ self._set_hostport(host, port) File "/usr/lib/python2.7/httplib.py", line 718, in _set_hostport raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) httplib.InvalidURL: nonnumeric port: '' To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/936576/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~gwibber-bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~gwibber-bugs More help : https://help.launchpad.net/ListHelp

