-
Notifications
You must be signed in to change notification settings - Fork 7.6k
FSBrowser /edit returns FileNotFound #2424
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
Comments
There is a version included in the core distribution. Give that a try. |
There wasn't much to modify. But it broke everything. It can't read from the Flash Memory. It's like I have nothing in memory. But I have 8 files. I've uploaded them twice. I'm using ESP32 Sketch Data Upload. And it always worked. The only thing that works is http://192.168.1.103/_ac from the AutoConnect API. /edit returns FileNotFound With the code from the first post I was able to enter the edit menu (finally!) but it didn't work. I couldn't download, or delete, or create, or upload. It only looked the part, but it didn't work.
|
In the version you posted just above, its setting #define FORMAT_FILESYSTEM true so its formatting your filesystem every time it runs. |
Why is |
Set it to false, reflash sketch, re-run sketch data upload. |
EDIT: I've uploaded the data again, uploaded the sketch again and this is what I get. When you say 'reflash sketch" you mean to upload the sketch using the Upload (CTRL + U) in the Arduino IDE, right ? Because if it's another reflashing that you have in mind I have no idea how to do that and I couldn't find anything useful online. I don't have a board or wires. I only have a DOIT Esp32 DevKit v1 connected to the PC via a USB cable. |
It still doesn't work ! I don't know why you tried closing this issue ! |
Dude, no one is closing any issues. @lbernstone simply put up a pull request that fixes the issue with it formatting the filesystem. |
That got me too on this example |
Hello there ! I've been tinkering with the Arduino IDE + ESP32 for the past week.
I tried the FSBrowser + AutoConnect from here but with no luck.
This is my sketch:
My http://192.168.1.103/edit returns FileNotFound.
/list doesn't work like that. It works like this: http://192.168.1.103/list?dir=/ and it returns:
Here is a Serial Monitor output:
As you can see I've uploaded 4 files into the ESP32's FlashMemory. I would like to "edit" them. Maybe delete one of them, or create a new file. I can't do that since /edit does nothing.
Do you have any idea ?
Thank you !
The text was updated successfully, but these errors were encountered: