| 1 Jan 2025 |
Matej Urbas | Hi all! I recently upgraded to NixOS 24.11 and ever since I'm not able to import Home Assistant blueprints from github. The import fails with a ClientConnectorDNSError: [Could not contact DNS servers] error (only visible in journalctl logs).
Just checking if anyone experienced the same problem and if perhaps anyone knows of a solution?
| 21:06:16 |
@hexa:lossy.network | can you link an example blueprint for me to test? | 21:06:45 |
Matej Urbas | It seems to happen with any github-hosted blueprint. Here's an example I checked causes the same error: https://github.com/panhans/HomeAssistant/blob/main/blueprints/automation/panhans/advanced_heating_control.yaml | 21:10:13 |
@hexa:lossy.network |  Download image.png | 21:11:02 |
@hexa:lossy.network | works for me | 21:11:02 |
@hexa:lossy.network | your error looks like a failure in dns resolution | 21:11:43 |
@hexa:lossy.network | can your home-assistant host resolve github.com? | 21:11:59 |
Matej Urbas | Hmm, yes, it can:
% host github.com
github.com has address 20.26.156.215
| 21:12:48 |
Matej Urbas | I'll restart HA and see if that helps. | 21:13:22 |
Matej Urbas | Hah, that worked. I should have tried that first before spamming y'all. Sorry for the spam! 🙇 | 21:14:52 |
Matej Urbas | And thanks hexa for the help! | 21:15:08 |
@hexa:lossy.network | np | 21:15:24 |
@hexa:lossy.network | 2025-01-01 22:23:38.645 ERROR (MainThread) [homeassistant.setup] Error during setup of component conversation
Traceback (most recent call last):
File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/setup.py", line 416, in _async_setup_component
result = await task
^^^^^^^^^^
File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/conversation/__init__.py", line 246, in async_setup
from homeassistant.components.assist_pipeline import ( # pylint: disable=import-outside-toplevel
File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/__init__.py", line 27, in <module>
from .pipeline import (
File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/pipeline.py", line 54, in <module>
from .audio_enhancer import AudioEnhancer, EnhancedAudioChunk, MicroVadSpeexEnhancer
File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/audio_enhancer.py", line 7, in <module>
from pymicro_vad import MicroVad
File "/nix/store/m9is6wi7d3xgdfhxk6qir7iipl8pi2zz-python3.12-pymicro-vad-1.0.1/lib/python3.12/site-packages/pymicro_vad/__init__.py", line 3, in <module>
from micro_vad_cpp import MicroVad
ImportError: /nix/store/ybjcla5bhj8g1y84998pn4a2drfxybkv-gcc-13.3.0-lib/lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /nix/store/m9is6wi7d3xgdfhxk6qir7iipl8pi2zz-python3.12-pymicro-vad-1.0.1/lib/python3.12/site-packages/micro_vad_cpp.cpython-312-x86_64-linux-gnu.so)
| 22:28:27 |
@hexa:lossy.network | ma27, just the person I want to see 😄 | 22:28:41 |
@hexa:lossy.network | feels like we can't run home-assistant from master on 24.11 due to the gcc bump | 22:29:11 |
ma27 | In reply to @hexa:lossy.network ma27, just the person I want to see 😄 what? | 22:30:15 |
@hexa:lossy.network | hm, I thought of glibc, but said gcc and this is gcc 🤦♂️ | 22:31:08 |
@hexa:lossy.network | argh | 22:35:46 |
@hexa:lossy.network | ld preloaded an incompatible libjemalloc | 22:35:57 |
@hexa:lossy.network | should bring this upstream | 22:36:10 |
| 2 Jan 2025 |
@hexa:lossy.network | ┃ ├─ ⚠ python3.13-google-auth-2.36.0 on [3] failed with exit code 1 after ⏱ 1m9s
┃ ⏸ home-assistant-chip-wheels-2024.9.0
| 15:42:45 |
@hexa:lossy.network | if you're wondering how google libs fail in 2025 | 15:42:55 |
@hexa:lossy.network |
FAILED tests/test__oauth2client.py::test__convert_appengine_app_assertion_credentials - ModuleNotFoundError: No module named 'cgi'
| 15:43:01 |
@hexa:lossy.network | they're using dead and removed batteries | 15:43:09 |
@hexa:lossy.network | this happens because google-auth depends on oauth2client | 15:47:20 |
@hexa:lossy.network | https://github.com/googleapis/oauth2client | 15:47:23 |
@hexa:lossy.network |
This repository has been archived by the owner on Nov 5, 2019. It is now read-only. You can check out its forks.
| 15:47:27 |
@hexa:lossy.network | seems like the author is happy to move forward. https://github.com/NixOS/nixpkgs/pull/369945#pullrequestreview-2527918621 put your thoughts on the PR if you have strong feelings | 17:16:18 |
@hexa:lossy.network | In reply to @mattleon:matrix.org
I've been using the old version of localtuya 3.5.0 because it was the last version to support yaml config.
Works fine for local control of all the switches I have, but missing some newer device types. Would recommend over any of the other cloud or local UI driven integrations if it has all the needed device types. * | 17:23:16 |
| Matej Urbas changed their display name from urbas to Matej Urbas. | 17:38:22 |