David Sundstrom
David Sundstrom
I am having what sounds like a similar issue. I and using an interrupt pin to measure an external ADC on an ESP32 and micropython. I am also using websockets....
Sometimes just telling someone about your problem helps you solve it :) On the ESP32, interrupt service routines (ISR) are scheduled onto the main python task (this is not well...
I think I tracked this down. The locks are not reentrant. What happens is a lock is held in a method like _socketListRemove(). At that time the interrupt fires and...
Still needed. I am using it to interface with Envoy, which uses Any. Modified above code to work with python 3.10: def to_dict( self, casing: betterproto.Casing = betterproto.Casing.SNAKE, include_default_values: bool...
If the hardcoded default profile is removed, the SharedCredentialsProvider will honor the standard AWS_PROFILE environment variable, or it will choose "default" if not set. AWS_PROFILE can be set in /etc/ecs/ecs.config...
Thanks for this. Your approach is the better one.
It is worth noting that direct access to /run/systemd/private happens only if the dbus daemon cannot be contacted: // NewWithContext establishes a connection to any available bus and authenticates. //...
The problem was apparmor on this system blocking the call to DBUS. `apparmor_status apparmor module is loaded. 38 profiles are loaded. 37 profiles are in enforce mode. ... docker-default `...
Thanks for the additional detail. I recommend you either run the agent with --security-opt apparmor:unconfined or load a new apparmor profile for Docker that allows the dbus call. Running the...
When can the doc be updated? It is still wrong in Feb 2025 and caused us some lost time.