Closed DavidFW1960 closed 2 years ago
imap documentation imap source (message by IssueLinks)
This requires https://github.com/bamthomas/aioimaplib/pull/76 to be compatible with Python 3.10. It was opened 2 months ago and has not received any traction.
This requires bamthomas/aioimaplib#76 to be compatible with Python 3.10. It was opened 2 months ago and has not received any traction.
Looks like a fix for this was merged earlier today
We need it to be released too https://pypi.org/project/aioimaplib/#history
1.0.0 Released: https://pypi.org/project/aioimaplib/1.0.0/
Still errors
2022-07-06 11:27:01 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1089, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1119, in _create_connection_transport
await waiter
File "/usr/local/lib/python3.10/asyncio/sslproto.py", line 637, in _on_handshake_complete
raise handshake_exc
File "/usr/local/lib/python3.10/asyncio/sslproto.py", line 682, in _process_write_backlog
ssldata = self._sslpipe.do_handshake(
File "/usr/local/lib/python3.10/asyncio/sslproto.py", line 116, in do_handshake
self._sslobj = self._context.wrap_bio(
File "/usr/local/lib/python3.10/ssl.py", line 527, in wrap_bio
return self.sslobject_class._create(
File "/usr/local/lib/python3.10/ssl.py", line 866, in _create
sslobj = context._wrap_bio(
ssl.SSLError: Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:801)
No error when I disable imap sensor in config and restart
@DavidFW1960 that is something else. Please open a new issue.
The problem
Sensor not loading
What version of Home Assistant Core has the issue?
2022.7.0b0
What was the last working version of Home Assistant Core?
2022.6.x
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
IMAP
Link to integration documentation on our website
https://www.home-assistant.io/integrations/imap/
Diagnostics information
No response
Example YAML snippet