badgeteam / mch2022-firmware-esp32

ESP32 launcher firmware for the MCH2022 badge
https://docs.badge.team
MIT License
13 stars 9 forks source link

Install / Update succced even if network download is interrupted #133

Closed smunaut closed 2 years ago

smunaut commented 2 years ago

Seen a lot of time :

Writing to RAM @ 0x3f93dea1 (512 bytes): 1077541 of 1706352 bytes.
Writing to RAM @ 0x3f93e0a1 (512 bytes): 1078053 of 1706352 bytes.
Writing to RAM @ 0x3f93e2a1 (512 bytes): 1078565 of 1706352 bytes.
Writing to RAM @ 0x3f93e4a1 (512 bytes): 1079077 of 1706352 bytes.
E (127754) TRANSPORT_BASE: esp_tls_conn_read error, errno=No more processes
Buffer: 0x3ffbc168 -> 0x3f836f7c
I (150114) appfs wrapper: Application is now stored in AppFS
Downloading file: /internal/apps/esp32/python/icon.png
SIZE KNOWN: 485 bytes
Writing to FILE @ 0x3ffaf300 (312 bytes): 312 of 485 bytes.
Writing to FILE @ 0x3ffaf300 (173 bytes): 485 of 485 bytes.
I (157494) App management: App installed!

So the download fails, but it says "install succeed" and obviously things won't work ...