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
I have the web AID tool running as part of a docker container with the aurora_mqtt_bridge. The mqtt bridge is working and bringing the values into Home Assistant. The web AID Tool server starts up without any issues reported in the log. However, when I try to access some of the pages on the web AID tool I get an "Internal Server Error" reported in the Chrome Javascript console and an ArgumentError traceback in the server logs.
I have the web AID tool running as part of a docker container with the aurora_mqtt_bridge. The mqtt bridge is working and bringing the values into Home Assistant. The web AID Tool server starts up without any issues reported in the log. However, when I try to access some of the pages on the web AID tool I get an "Internal Server Error" reported in the Chrome Javascript console and an ArgumentError traceback in the server logs.
docker-compose.yaml:
NOTE: See Issue #71 for why I'm building with my own Dockerfile.
The following AID Tool pages all have the same error, included is the GET Path requested:
AID Tool > ABC Overview:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=0,2;4;6;25;30,4;340,3;347;406;409;411;414;710,8;
AID Tool > System Faults:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=0;25;30,2;326;406;409;411;414;710,8;
AID Tool > Diagnostics > DIPSwitch Settings:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=4;33;
AID Tool > Diagnostics > Sensor Inputs:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=19,3;25;31;83;409;411;710,8;
AID Tool > Diagnostics > System Outputs:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=30;50,5;340,3;347;
AID Tool > Diagnostics > Timers:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=1;6;9,3;15;17;30,2;33;84,4;110;
AID Tool > Setup > ECM Speed Setup:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=340,3;347;
AID Tool > Config Aurora System:
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=2;8;800,30
AID Tool > About Unit
Request Path:
/request.cgi?cmd=getregs&id=1&set=1&addr=2®s=2,2;8;36;88,22;
Error trace-back:
The text was updated successfully, but these errors were encountered: