Package: weboob
Version: 1.0-3
While starting up a (root) shell while on public wifi (wlan0 up but not logged
into the
captive portal), I get the following when starting up a root shell. Looks
somewhat like
if much too much things were being attempted in the context of initializing
shell completion
(which is already deadly slow)
2015-12-21
11:00:42,816:INFO:requests.packages.urllib3.connectionpool:1.0:connectionpool.py:207:_new_conn
Starting new HTTP connection (1): updates.weboob.org
2015-12-21
11:00:43,107:INFO:requests.packages.urllib3.connectionpool:1.0:connectionpool.py:758:_new_conn
Starting new HTTPS connection (1): controller.access.network
Traceback (most recent call last):
File "/usr/bin/weboob-config", line 27, in <module>
WeboobCfg.run()
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/console.py",
line 212, in run
super(ConsoleApplication, klass).run(args)
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/base.py",
line 458, in run
app = cls()
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/repl.py",
line 115, in __init__
ConsoleApplication.__init__(self, ReplOptionParser(self.SYNOPSIS,
version=self._get_optparse_version()))
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/console.py",
line 91, in __init__
Application.__init__(self, option_parser)
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/base.py",
line 147, in __init__
self.weboob = self.create_weboob()
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/base.py",
line 112, in create_weboob
return Weboob()
File "/usr/lib/python2.7/dist-packages/weboob/core/ouiboube.py", line 350, in
__init__
self.repositories = Repositories(workdir, datadir, self.VERSION)
File "/usr/lib/python2.7/dist-packages/weboob/core/repositories.py", line
456, in __init__
self.update()
File "/usr/lib/python2.7/dist-packages/weboob/core/repositories.py", line
621, in update
self.update_repositories(progress)
File "/usr/lib/python2.7/dist-packages/weboob/core/repositories.py", line
588, in update_repositories
repository.retrieve_index(self.browser, repo_path)
File "/usr/lib/python2.7/dist-packages/weboob/core/repositories.py", line
175, in retrieve_index
self.parse_index(fp)
File "/usr/lib/python2.7/dist-packages/weboob/core/repositories.py", line
220, in parse_index
config.readfp(fp)
File "/usr/lib/python2.7/ConfigParser.py", line 324, in readfp
self._read(fp, filename)
File "/usr/lib/python2.7/ConfigParser.py", line 512, in _read
raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: <???>, line: 1
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">\n'