Volker Stolz
Volker Stolz
Updated. Now I'm really just using a fresh 6-digit number on each startup.
Hi, could you please double-check that you've activated the Python environment correctly, e.g.: ``` vs@eve core % source venv/bin/activate (venv) vs@eve core % which hass /Users/vs/git/core/venv/bin/hass ```
Is there a workaround for that particular problem? I'm getting this exact error when trying to build the Certbot snap. They specify among other things (https://github.com/certbot/certbot/blob/e050fe91a3c8f27ed883fc31aaa3bc7c89aafd6e/snap/snapcraft.yaml#L17): ``` confinement: classic base:...
Thank you @mr-cal and apologies for the noise -- I think I found the reason. It's not the same root-cause, after figuring out how to read the logs inside the...
Thanks for making me look into this with fresh eyes – of course you're right. I didn't notice that I had made TWO changes in my fix in the docker-compose...