Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin mode error (blank page) #49

Open
claude-boulard opened this issue Oct 13, 2022 · 2 comments
Open

Admin mode error (blank page) #49

claude-boulard opened this issue Oct 13, 2022 · 2 comments

Comments

@claude-boulard
Copy link

Hi all,

I've followed the given instructions, but after reboot in admin mode, connection to the ESP access point and then connection to the webserver (http://192.168.4.1/), I get a blank page with just '404: Not Found'.
In the mean time on the serial monitor, a message is displayed : File not found: did you upload the data directory?

My HW is:

  • NodeMCUJ v3,
  • CC1101 tranceiver.

From this forum (https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/) the appropriate file update tool is the 'LittleFS Filesystem Uploader', this is the one I've installed and used to update the ESP file system.
So far this was apparently ok : during update it displays the list of detected files (the ones in the 'data' folder), and at the end I got a message 'LittleFS Image Uploaded'.

So right now I can't go further (configuring via admin mode). Any help/suggestion will be greatly appreciated.

Thanks.
Claude

@madmartin
Copy link
Owner

Hello Claude,

I did not work for a long time on this project.
At time of programming this, the filesystem on flash was named SPIFFS which is different from what you created (LittleFS).
I know that SPIFFS is declared as deprecated (https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#spiffs-deprecation-warning) but this project currently uses it.
So please re-create the filesystem as SPIFFS and put the files into it. This should make the webserver work.

@madmartin
Copy link
Owner

@claude-boulard Did you fix your issue? Short feedback is always appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants