frickelzeugs / FingerprintDoorbell

An MQTT enabled combined fingerprint reader and doorbell based on the ESP32 MCU and the R503 fingerprint sensor called "FingerprintDoorbell".
https://frickelzeugs.github.io/FingerprintDoorbell/
295 stars 48 forks source link

Kein Zugriff auf Webinterface #90

Closed RolloD85 closed 1 month ago

RolloD85 commented 2 months ago

Hallo Zusammen,

seit einem Update habe ich keinen Zugriff mehr auf das Webiterface. Die Doorbell an sich funktioniert aber und sendet auch Daten an MQTT. Woran kann das liegen? Habe ich etwas falsch gemacht? Vielen Dank für eine Antwort.

nevries commented 1 month ago

Had the same problem when building the firmware myself (with platformio). Turns out I need to build and flash the SPIFF image as well. Maybe when you updated that wasn't done / failed? You can check by trying to open the web ui and check the browser development tab under network for the return code. If it's 404 instead of something in the 2xx, then most likely the SPIFF is not loaded correctly (means, the webserver on the device won't find the html files to return).

RolloD85 commented 1 month ago

Ich habe jetzt einfach alles neu aufgespielt und alles funktioniert wieder. Aber trotzdem danke für den Tipp.