-
Notifications
You must be signed in to change notification settings - Fork 115
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
always got the 404 error #45
Comments
Hi have the exact same issue. |
Hello, root folder is "/flash/www" by default. |
Hi, Thanks for the reply. So I will need the 'www' folder under flash root even it's empty? -Kaiyuan |
Oh no sorry, your problem isn't the root folder. |
Ah! I got you! I should use httpResponse.WriteResponseOk() instead of print(), correct? Thanks for pointing this out. -Kaiyuan |
1 similar comment
Ah! I got you! I should use httpResponse.WriteResponseOk() instead of print(), correct? Thanks for pointing this out. -Kaiyuan |
Yes ! |
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
… Ah! I got you! I should use httpResponse.WriteResponseOk() instead of
print(), correct?
Thanks for pointing this out.
-Kaiyuan
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAegLINztGouZOvXFZ50m4wOAKMF1tLXks5ujxNugaJpZM4XF-6I>
.
--
*Sincèrement,*
|
Hi,
I always got the "404 Not Found Nothing matches the given URI" error, although I could connect to the server.
The similar issue was reported here too: https://www.cnx-software.com/2017/10/16/esp32-micropython-tutorials/
I used the loboris fork of the Micropython firmware for ESP32: https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/. The MicroWebSrv module was frozen in the firmware.
Here is my code:
Thanks in advance for your help.
-Kaiyuan
The text was updated successfully, but these errors were encountered: