Thursday, September 4, 2025
1 change · 17.0
Enhancements to existing features
IoT boxes now receive a clear unauthorized error when trying to download drivers without a matching database record. This makes setup and troubleshooting easier by replacing a confusing empty response with an explicit reason for failure.
Original PR description
When an iot box tries to download drivers from the database, but the db doesn't have a record corresponding to the IoT Box, the IoT Box receives an empty string, making it hard to debug why it couldn't download handlers. We now raise an unauthorized error to make it clearer.