Erich Ohlde

Results 6 comments of Erich Ohlde

Same issue here. is_connected() always returns False, but MQTT data is being published. I have also overridden the on_connect and on_disconnect callbacks and they are never triggered.

I'm having this issue, my current work-around is to replace: ``` hcl values = [ file("${path.module}/machine-agent.yaml") ] ``` with ``` hcl values = [

@phgeraldeli, sorry, I updated my comment above, don't do the template file in the EOT, just copy the contents of your values.yaml file into the EOT space.

> To get around this I had to clone the gasket driver git repository, rebuild the driver deb, and install. See [this link](https://www.reddit.com/r/Proxmox/comments/1cc2ab3/gasket_dkms_kernel_module_build_fails_on_kernel/) and the reply from user asansi (should...

We tried to follow the guidance [here](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md) regarding batch services. It does appear that this part of the API is not complete. -> I don't see a way to add...

Also facing this issue after rotating the password for a Service Principal. usage: ```powershell az login --service-principal -u $env:AZ_NAME -p $env:AZ_PWD --tenant $env:AZ_TENANT ``` Here is the error: `Decryption failed:...