You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
W (1388) SPIFFS: Failed to update mtime (-10001)
W (1388) SPIFFS: Failed to update mtime (-10001) (IDFGH-13721)
Sep 17, 2024
Hi @allacmc,
if I decode your report well, you are getting error -10001 on fopen/fstat call, and the file modification time is not updated in case of fopen. The error says your file system is full and SPIFFS cannot process any further operations (SPIFFS_ERR_FULL). You can enable SPIFFS debugging output using SPIFFS_DBG Kconfig option to see more details. I assume that cleaning your file-system or extending your SPIFFS partition size should be enough, but it's just a guess.
If this doesn't help, please provide more information about your application context (configuration, code excerpt with the failing sequence) and ideally also verbose logs.
Answers checklist.
General issue report
Guys,
Why is this error occurring?
Would it be when the flash memory is full?
The text was updated successfully, but these errors were encountered: