Server offline, package and tests don't work anymore
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-etelemetry (Debian) |
Fix Released
|
Unknown
|
|||
python-etelemetry (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The server used by python-etelemetry seems to be offline for quite some time now[1]. Even following the README instructions on how to use the package fails now:
$ python3
Python 3.10.6 (main, Aug 10 2022, 11:19:32) [GCC 12.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import etelemetry
>>> etelemetry.
Traceback (most recent call last):
File "/usr/lib/
conn = connection.
File "/usr/lib/
raise err
File "/usr/lib/
sock.
TimeoutError: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/
httplib_
File "/usr/lib/
self.
File "/usr/lib/
conn.connect()
File "/usr/lib/
self.sock = conn = self._new_conn()
File "/usr/lib/
raise ConnectTimeoutE
urllib3.
(...)
Tests are also failing in debian[2] and ubuntu[3].
We could skip these tests, as they rely on network, but I don't know what this package can do without that central server being up, i.e., how useful it remains being without that server.
There is a PR[4] to allow custom endpoints, maybe it can help.
1. https:/
2. https:/
3. https:/
4. https:/
Changed in python-etelemetry (Debian): | |
status: | Unknown → New |
Changed in python-etelemetry (Debian): | |
status: | New → Fix Released |