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

Console showing 193391][E][vfs_api.cpp:105] open(): /littlefs/index.html does not exist, no permits for creation #78

Closed
tuliosilvajunior opened this issue Feb 18, 2025 · 3 comments

Comments

@tuliosilvajunior
Copy link

It's happening some random reboots, and in the console every page refresh the message below appears.

193391][E][vfs_api.cpp:105] open(): /littlefs/index.html does not exist, no permits for creation
[STATUS] - Motor turning clockwise
[STATUS] - Motor turning clockwise
[195080][E][vfs_api.cpp:105] open(): /littlefs/assets/i18n/en-US.json.gz does not exist, no permits for creation
[195190][E][vfs_api.cpp:105] open(): /littlefs/assets/i18n/pt-BR.json.gz does not exist, no permits for creation
[ERROR] - Failed to get time from Worldtime API

@mwood77
Copy link
Owner

mwood77 commented Feb 19, 2025

These messages are mostly OK - I'll breakdown what's happening though:

193391][E][vfs_api.cpp:105] open(): /littlefs/index.html does not exist, no permits for creation
     - this message is fine and can be ignored
[195080][E][vfs_api.cpp:105] open(): /littlefs/assets/i18n/en-US.json.gz does not exist, no permits for creation
[195190][E][vfs_api.cpp:105] open(): /littlefs/assets/i18n/pt-BR.json.gz does not exist, no permits for creation
     - this message states that it cannot find certain translations
[ERROR] - Failed to get time from Worldtime API
     - this is likely the problem. When this message shows up, it means the remote NTP server, "worldtime" has rate limited your winder; it isn't returning the time.

I'm in the process of adding some more customizations that allows you to manually set the winder's internal clock. You can see that here: #71

I hope to get this merged soon, and that should solve your timing issue...I hope.

@tuliosilvajunior
Copy link
Author

Is is possible to set a locally ntp server? Ex my home ntp server?
Any other clue for the LED? I'm trying to setup mine but is not working. When I plug the ground wire from the ESP32 to the OLED the ESP32 just freeze and reboot and stay freezed until I disconet the ground wire. If I use and external ground wire from an external power supply, it's not working too.

@mwood77
Copy link
Owner

mwood77 commented Feb 24, 2025

Is is possible to set a locally ntp server? Ex my home ntp server?

That's an interesting idea actually 🤔 , unfortunately at this moment there isn't.

Any other clue for the LED? I'm trying to setup mine but is not working. When I plug the ground wire from the ESP32 to the OLED the ESP32 just freeze and reboot and stay freezed until I disconet the ground wire. If I use and external ground wire from an external power supply, it's not working too.

Hmm, are you sure all of the pinouts are set correctly in the code?

Did you follow this wiring diagram?

Do you know if these parameters are correct for your OLED screen?

Specifically in the last point 0x3C is an address. Are you sure that's compatible with yours too?

@mwood77 mwood77 closed this as completed Feb 24, 2025
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