peddamat
peddamat
I have this same issue.
Hello, any update on this?
Thank you for posting this. I followed the instructions, exactly, and got the error below. I did have to add a `themesdir = "themes/"` line to `config.toml`, as I couldn't...
Ok, I was able to get the demo site up and running by simply: ``` git clone https://github.com/bep/docuapi.git cd docuapi/exampleSite hugo serve ```
@xobs Appreciate both of your efforts, just wanted to make sure you’d seen this: https://github.com/flipperdevices/blackmagic-esp32-s2
If I may gently suggest this updated configuration: ``` github_access_token: '' system_packages: [] init_commands: - pip install hass_pyscript_kernel - jupyter pyscript install - echo "[homeassistant]" > /usr/local/share/jupyter/kernels/pyscript/pyscript.conf # change this...
I was able to step through the code (beautifully written) and find where the issue is primarily occurring. In `mqtt-packet.go`'s `ForwardMQTTPacket()` function, the go routine blocks on the `wspipe
Final update... Setting 'retain' to off in MQTT Explorer fixed the remaining issue. Probably something related to the default policy AWS IoT creates for a Thing. I'll try to see...
Unfortunately I'm in the same boat. Tried on an ESP-WROOM-32.
Oh, brilliant. Don’t know how I missed that. I can try to take a look this weekend.