Device ID mismatch
# help
b
I am seeing this occasionally on my esp32-3c. Any ideas? I have reset
.cache/jaguar
once and re-flashed.
Copy code
sh
[jaguar] INFO: denied request, header: 'X-Jaguar-Device-ID' was '402d9458-9cf0-42c7-9cee-09714a97d6bf' not '0226b5d0-ab1a-4d7b-9c5f-cddda7dddf12'
After a while, it will end up working for a few runs and then goes back to this too
k
Typically rescanning is enough to fix this (
jag scan
), but we try to do that automatically. The ID is random and put into the firmware to make sure Jaguar knows which device it is talking to. A failed firmware update could get you in a state where Jaguar believes that the device has been updated to a new ID, but the device has rolled back or rejected the update.
If you see this again and find a way to reproduce, I'd love to take a look at what's going wrong 👍
5 Views