Jason Sievert
Jason Sievert
Take a look at #7571, setting DB_PORT=3306 fixed the issue for me.
Seeing the same thing on 114, here is the full trace from the console. Weird thing is that it shows up just for a flash. battery-entity.js:68 Uncaught TypeError: Cannot read...
Related to #2766
I was able to get around this one by creating a new scc and adding the service account to it. You will need to change the line user line to...
Looks like I am getting the same issues with win_xml as well when I have an attribute of value in an xml document ``` The full traceback is: You cannot...
Just hit this one on a fresh install of Python 3.12 on Windows ``` PS C:\Users\user> circup list Traceback (most recent call last): File "", line 198, in _run_module_as_main File...
I am also interested using this. I have been decorating all of my yaml files for my k8s repo with the schema that I want to validate the files against.
I am getting the same type of error but on Windows 11 ``` PS C:\Users\user> meshtastic --version 2.5.11 PS C:\Users\user> meshtastic.exe --port COM5 --info Traceback (most recent call last): File...
This just happened to me as well. Fresh mac mini install determinate nix was one of the first apps that I installed. Nothing that a sudo chown -r could not...
I ran into this as well, the secret is the client profile but you have to include it in cluster and consumer ``` [client-profile.my_profile] client-id="my_cluster" kafka-version="2.0.0" [cluster.my_cluster] class-name="kafka" client-profile="my_profile" servers=["broker1:9092","broker2:9092","broker3:9092"]...