esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.36k stars 423 forks source link

Please wait while fetching data... #58

Closed Beardy241 closed 6 years ago

Beardy241 commented 6 years ago

I've got this joining my wifi and initialising the MFRC522 — so far so good.

I'm stalled now on the web UI with it saying "Please wait while fetching data..." — which it never does.

I've tried re-uploading the SPIFFS a few times. No joy.

Thoughts?

(Ace project by the way! Hoping to use it on our new Makerspace and Men's Shed)

omersiar commented 6 years ago

Did you use arduino code? https://github.com/omersiar/esp-rfid/releases

Beardy241 commented 6 years ago

Yes.

On 23 Jan 2018, at 06:28, Ömer Şiar Baysal notifications@github.com wrote:

Did you use arduino code? https://github.com/omersiar/esp-rfid/releases

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

omersiar commented 6 years ago

There is a problem with the log page. It will be fixed in next version. There is a workaround if you may want to continue to use Arduino version https://github.com/omersiar/esp-rfid/issues/39#issuecomment-355813168

Beardy241 commented 6 years ago

Thanks. I have finally had time to look at it.

I can access the editor and have 'checked the config.json file' — but to be honest I don't know what I'm checking for. It has my wifi credentials etc so it seems it has been set up successfully.

I don't see a "latestlog.json" file which goermezer talks about.