Open aburt2 opened 6 months ago
@edumeneses
Can you share the firmware (link) that is giving this error?
It seems either variables.at
or variables_fields.at
do not find a match in the vector or unordered_map. You can replace .at
for square brackets (for variables only and then for variables_fields only) to see if the error vanishes (it will not fix the problem but can tell us the failing point. It could be a problem with the field name that is not being parsed correctly.
This is the firmware link: https://github.com/aburt2/T-Stick/tree/5gw-main/firmware And this is the settings.json file: https://github.com/aburt2/T-Stick/blob/5gw-main/firmware/data/settings.json
I'll try what you are suggesting and see if it works
Thanks. I will try to try it on my end as soon as possible
when you have a large amount of variables in the settings.json (more than about 7-8), the ESP32S3 crashes when saving variables through the webpage. Error indicates its something to do with the
settings_posthandler
method, specifically line 809.https://github.com/Puara/puara-module/blob/84f39b252c164c8e658f0cc0e6870a17b60819eb/puara.cpp#L809-L812
Error below: