I have a problem that the intergration of enigma isnt working anymore.
I found the next in my log file:
`2021-01-10 19:18:39 ERROR (MainThread) [homeassistant.components.media_player] enigma2: Error on device update!
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/urllib3/response.py”, line 401, in _decode
data = self._decoder.decompress(data)
File “/usr/local/lib/python3.8/site-packages/urllib3/response.py”, line 88, in decompress
ret += self._obj.decompress(data)
zlib.error: Error -3 while decompressing data: incorrect header check
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/requests/models.py”, line 753, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File “/usr/local/lib/python3.8/site-packages/urllib3/response.py”, line 576, in stream
data = self.read(amt=amt, decode_content=decode_content)
File “/usr/local/lib/python3.8/site-packages/urllib3/response.py”, line 548, in read
data = self._decode(data, decode_content, flush_decoder)
File “/usr/local/lib/python3.8/site-packages/urllib3/response.py”, line 404, in _decode
raise DecodeError(
urllib3.exceptions.DecodeError: (‘Received response with content-encoding: gzip, but failed to decode it.’, error(‘Error -3 while decompressing data: incorrect header check’))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 359, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 466, in async_device_update
await task
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/enigma2/media_player.py”, line 251, in update
self.e2_box.update()
File “/usr/local/lib/python3.8/site-packages/openwebif/api.py”, line 340, in update
self.sources = self.get_bouquet_sources(
File “/usr/local/lib/python3.8/site-packages/openwebif/api.py”, line 596, in get_bouquet_sources
result = self._call_api(url)
File “/usr/local/lib/python3.8/site-packages/openwebif/api.py”, line 632, in _call_api
response = self.session.get(url)
File “/usr/local/lib/python3.8/site-packages/requests/sessions.py”, line 555, in get
return self.request(‘GET’, url, **kwargs)
File “/usr/local/lib/python3.8/site-packages/requests/sessions.py”, line 542, in request
resp = self.send(prep, **send_kwargs)
File “/usr/local/lib/python3.8/site-packages/requests/sessions.py”, line 697, in send
r.content
File “/usr/local/lib/python3.8/site-packages/requests/models.py”, line 831, in content
self._content = b’’.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b’’
File “/usr/local/lib/python3.8/site-packages/requests/models.py”, line 758, in generate
raise ContentDecodingError(e)
requests.exceptions.ContentDecodingError: (‘Received response with content-encoding: gzip, but failed to decode it.’, error(‘Error -3 while decompressing data: incorrect header check’))`
How can i solve this?