Logger: slixmpp.stringprep
Source: /usr/local/lib/python3.9/site-packages/slixmpp/stringprep.py:120
First occurred: 2:57:43 PM (1 occurrences)
Last logged: 2:57:43 PM
Using slower stringprep, consider compiling the faster cython/libidn one.
Maybe this is related.
Thanks but I am not using Nefit Easy. How would I determine which of my integrations (presumably HACS) would be using it? Search the repositories one by one but for what??
Which one of these do you think I should focus on?
2022-02-07 00:31:50 WARNING (SyncWorker_16) [homeassistant.loader] We found a custom integration astroweather which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-02-07 00:31:50 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-02-07 00:31:50 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration media_player_template which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-02-07 00:31:50 WARNING (SyncWorker_15) [homeassistant.loader] We found a custom integration battery_consumption which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-02-07 00:31:57 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [281472559124192] Received invalid command: browser_mod/connect
2022-02-07 00:32:04 WARNING (MainThread) [slixmpp.stringprep] Using slower stringprep, consider compiling the faster cython/libidn one.
2022-02-07 00:32:12 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform mqtt is taking over 10 seconds.
2022-02-07 00:32:12 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2022-02-07 00:32:12 WARNING (MainThread) [homeassistant.setup] Setup of coronavirus is taking over 10 seconds.
2022-02-07 00:32:12 WARNING (MainThread) [homeassistant.setup] Setup of input_timetable is taking over 10 seconds.
2022-02-07 00:32:12 ERROR (MainThread) [homeassistant.components.coronavirus] Timeout fetching coronavirus data
Did you resolve this? I have same issue, can’t figure out which custom component may be generating the warning.
I searched all of my add-ons and the only one with the path /usr/local/lib/python3.9/site-packages/slixmpp/stringprep.pyt was Supervisor. So for the hell of, I deleted my Harmony integration as I had found discussions about it triggering the warning. After removing it, the warning message stopped. Apparently the warning in built into the underlying python3.9 library which HA has no control over…
Right on. I deleted my Harmony integration long ago - maybe a ghost reference / leftover file somewhere in my environment. Will need to find time to hunt that snipe.