File index html gz is missing please upload it

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

Uploading WebUI index.html.gz ‘File write failed’ #881

Uploading WebUI index.html.gz ‘File write failed’ #881

Comments

I’ve complied and uploaded the latest build using both Platform.io and Arduino IDE and can get to the Web UI where it prompts «File index.html.gz is missing please upload it».
The Wiki points out that the file to be uploaded is located in Grbl_Esp32/src/data/index.html.gz but in the latest master the file ‘data/index.html.gz’ does not exist but there is a WebUi folder unfortunately the file is not in there either.
I’ve downloaded the latest file from https://github.com/luc-github/ESP3D-WEBUI/blob/2.1/index.html.gz but when I hit the upload button after selecting the file, the Web UI pops up an error box with «Update failed(3): File write failed». The downloaded file is 157Kb in size and the Web UI is showing Total space: 169.38KB/0B used.
The serial monitor is also showing ‘[MSG:Upload error]’ when it fails.

Читайте также:  Android java developer tools

I’ve reformatted the SPIFFS via the serial port with [ESP710]FORMAT and also tried http://10.1.1.55/?forcefallback=yes, neither of which make a difference.

Am I missing the correct location of the file to upload?

The text was updated successfully, but these errors were encountered:

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

File index.html.gz is missing, please upload it #109

File index.html.gz is missing, please upload it #109

Comments

I tried to flash the latest FluidNC on a ESP32 dev board. When I try to connect to it (AP) it says you need to log in and it opens a page that says «File index.html.gz is missing, please upload it».. Any advice?

The text was updated successfully, but these errors were encountered:

I downloaded the latest release and flashed it with the install script.. That id it

Please try reinstalling with the script, then copy and paste the messages from the installer like this:

..\win64\esptool.exe --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 ..\common\bootloader_dio_80m.bin 0xe000 ..\common\boot_app0.bin 0x10000 firmware.bin 0x8000 partitions.bin 0x3d0000 ..\common\spiffs.bin esptool.py v3.1 Found 1 serial ports Serial port COM9 COM9 failed to connect: could not open port 'COM9': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2) Serial port COM8 COM8 failed to connect: could not open port 'COM8': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2) Serial port COM16 Connecting. Chip is ESP32-D0WD-V3 (revision 3) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None Crystal is 40MHz MAC: 24:0a:c4:e8:2c:6c Uploading stub. Running stub. Stub running. Changing baud rate to 921600 Changed. Configuring flash size. Auto-detected Flash size: 4MB Flash will be erased from 0x00001000 to 0x00005fff. Flash will be erased from 0x0000e000 to 0x0000ffff. Flash will be erased from 0x00010000 to 0x0015afff. Flash will be erased from 0x00008000 to 0x00008fff. Flash will be erased from 0x003d0000 to 0x003fffff. Compressed 17120 bytes to 11164. Wrote 17120 bytes (11164 compressed) at 0x00001000 in 0.4 seconds (effective 317.6 kbit/s). Hash of data verified. Compressed 8192 bytes to 47. Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 568.4 kbit/s). Hash of data verified. Compressed 1354560 bytes to 788659. Wrote 1354560 bytes (788659 compressed) at 0x00010000 in 11.7 seconds (effective 924.5 kbit/s). Hash of data verified. Compressed 3072 bytes to 129. Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.1 seconds (effective 379.1 kbit/s). Hash of data verified. Compressed 196608 bytes to 129302. Wrote 196608 bytes (129302 compressed) at 0x003d0000 in 1.8 seconds (effective 897.7 kbit/s). Hash of data verified. Leaving. Hard resetting via RTS pin. Press any key to continue . . . 

I have problems on my windows machine. The esp tool is not connection. The previous comment that i made was when I was working on a Ubuntu machine. but I don’t have access to it

When you have access to the Ubuntu machine please give us the information.

You might be able to fix the Windows connection problems by installing or reinstalling the driver for the USB serial chip that is on the ESP32 module. Some modules have a new version of the CP2102 chip that old drivers do not support. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/establish-serial-connection.html

Did I install it wrong? On the linux machine i used install-linux.sh inside the wifi directory.

install-linux.sh is correct for Linux. I do not know why it failed, and I cannot guess until I can see the logs.

This is the output on the windows machine

D:\ELEKTRO\fluidnc-v3.2.4\wifi>install-win.bat ..\win64\esptool.exe --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 ..\common\bootloader_dio_80m.bin 0xe000 ..\common\boot_app0.bin 0x10000 firmware.bin 0x8000 partitions.bin 0x3d0000 ..\common\spiffs.bin esptool.py v3.1 Found 1 serial ports Serial port COM7 Connecting. _____. _____. _____. _____. _____. _____. _____ COM7 failed to connect: Failed to connect to ESP32: Timed out waiting for packet header A fatal error occurred: Could not connect to an Espressif device on any of the 1 available serial ports. Press any key to continue . . . 

If I open arduino IDE the seria port works and if I reset the board this is the output

[MSG:INFO: FluidNC v3.2.4] [MSG:INFO: Compiled with ESP32 SDK:v3.3.5-1-g85c43024c] [MSG:ERR: Missing config file /config.yaml] [MSG:INFO: Using default configuration] [MSG:INFO: Axes: using defaults] [MSG:INFO: Kinematics: using defaults] [MSG:INFO: Defaulting to Cartesian kinematics] [MSG:INFO: Machine Default (Test Drive)] [MSG:INFO: Board None] [MSG:INFO: SPI not defined] [MSG:INFO: Stepping:RMT Pulse:4us Dsbl Delay:0us Dir Delay:0us Idle Delay:255ms] [MSG:INFO: Axis count 3] [MSG:INFO: Axis X (-1000.000,0.000)] [MSG:INFO: Axis Y (-1000.000,0.000)] [MSG:INFO: Axis Z (-1000.000,0.000)] [MSG:INFO: Kinematic system: Cartesian] [MSG:INFO: Using spindle NoSpindle] [MSG:INFO: STA SSID is not set] [MSG:INFO: AP SSID FluidNC IP 192.168.0.1 mask 255.255.255.0 channel 1] [MSG:INFO: AP started] [MSG:INFO: WiFi on] [MSG:INFO: Captive Portal Started] [MSG:INFO: HTTP started on port 80] [MSG:INFO: Telnet started on port 23] Grbl 3.2 [FluidNC v3.2.4 (wifi) '$' for help] `` 

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

File index.html.gz is missing, please upload it #1312

File index.html.gz is missing, please upload it #1312

Comments

HI I’ve got an Atomstack X7 and it looks like they use this firmware, the web interface config is missing on startup as expected, I have uploaded the file from here and this got me the working interface that can get me into config and move the laser head about etc.

but as this seems aimed at cnc machines is there a version of this index config file for laser machines? I have seen in their instructions that they have a version with laser power and speed controls, i have emailed «tech support» and they have never heard of this file.

image

The text was updated successfully, but these errors were encountered:

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

[BUG]missing index.html.gz #749

[BUG]missing index.html.gz #749

Comments

Describe the bug
index.html.gz is nowhere in 2.1.x anymore

To Reproduce
File is missing in repo

Expected behavior
A beginner should be able to understand what to upload in less than 1h. I’m lost 🙁 just needed to vent
Mention #737

Screenshots
none

ESP3D Firmware:

  • ESP core version: [2.5.2]
  • Version:[e.g 2.1b4]
  • Web UI Version:
  • Wifi mode: AP (not finished)
  • Flash method: Arduino Ide
  • Any change done in FW
  • NONE

tips: to get ESP3D informations type [ESP420]plain
to get WebUI version check your menu header

Please, what is ESP core version VW version ? Do you want a version + a sha ?
could your bug template and answers from [ESP420]plain be in same format to help you get good filling ?

Target Firmware:

tip: to get firmware info type M115 in console

Board used (please complete the following information):

Additional context
Add any other context about the problem here.
Wiring, decoded stack, etc.

The text was updated successfully, but these errors were encountered:

Источник

Оцените статью