- Notifications
You must be signed in to change notification settings - Fork148
Open
Description
Today I managed to go upgrade some of my projects to the latest version and I still have this issue:
In VS Code, in the PlatformIO tab, clickingUpload Filesystem Image orUpload Filesystem Image OTA results in the following failure:
Uploading .pio\build\esp32\littlefs.binServerconfiguration: authentication needed.Authentication successfulUpload Progress: 0%| | 0.00/1.38M [00:00<?, ?B/s]Upload Progress: 9%|▉ | 128k/1.38M [00:00<00:01, 976kB/s]Upload Progress: 16%|█▌ | 224k/1.38M [00:00<00:03, 404kB/s]Upload Progress: 20%|██ | 288k/1.38M [00:00<00:03, 343kB/s]Upload Progress: 24%|██▍ | 336k/1.38M [00:00<00:03, 321kB/s]Upload Progress: 27%|██▋ | 384k/1.38M [00:01<00:03, 316kB/s]Upload Progress: 31%|███ | 432k/1.38M [00:01<00:03, 309kB/s]Upload Progress: 33%|███▎ | 464k/1.38M [00:01<00:03, 303kB/s]Upload Progress: 35%|███▌ | 496k/1.38M [00:01<00:03, 299kB/s]Upload Progress: 37%|███▋ | 528k/1.38M [00:01<00:03, 297kB/s]Upload Progress: 40%|███▉ | 560k/1.38M [00:01<00:02, 302kB/s]Upload Progress: 42%|████▏ | 592k/1.38M [00:01<00:02, 299kB/s]Upload Progress: 44%|████▍ | 624k/1.38M [00:01<00:02, 298kB/s]Upload Progress: 47%|████▋ | 656k/1.38M [00:02<00:02, 285kB/s]Upload Progress: 49%|████▉ | 688k/1.38M [00:02<00:02, 288kB/s]Upload Progress: 51%|█████ | 720k/1.38M [00:02<00:02, 283kB/s]Upload Progress: 53%|█████▎ | 752k/1.38M [00:02<00:02, 287kB/s]Upload Progress: 56%|█████▌ | 784k/1.38M [00:02<00:02, 287kB/s]Upload Progress: 58%|█████▊ | 816k/1.38M [00:02<00:02, 290kB/s]Upload Progress: 60%|██████ | 848k/1.38M [00:02<00:01, 288kB/s]Upload Progress: 64%|██████▎ | 896k/1.38M [00:02<00:01, 298kB/s]Upload Progress: 66%|██████▌ | 928k/1.38M [00:03<00:01, 279kB/s]Upload Progress: 68%|██████▊ | 960k/1.38M [00:03<00:01, 284kB/s]Upload Progress: 70%|███████ | 992k/1.38M [00:03<00:01, 295kB/s]Upload Progress: 73%|███████▎ | 1.00M/1.38M [00:03<00:01, 294kB/s]Upload Progress: 75%|███████▍ | 1.03M/1.38M [00:03<00:01, 299kB/s]Upload Progress: 77%|███████▋ | 1.06M/1.38M [00:03<00:01, 280kB/s]Upload Progress: 80%|███████▉ | 1.09M/1.38M [00:03<00:01, 288kB/s]Upload Progress: 82%|████████▏ | 1.12M/1.38M [00:03<00:00, 281kB/s]Upload Progress: 84%|████████▍ | 1.16M/1.38M [00:03<00:00, 273kB/s]Upload Progress: 86%|████████▋ | 1.19M/1.38M [00:04<00:00, 285kB/s]Upload Progress: 89%|████████▊ | 1.22M/1.38M [00:04<00:00, 288kB/s]Upload Progress: 91%|█████████ | 1.25M/1.38M [00:04<00:00, 291kB/s]Upload Progress: 93%|█████████▎| 1.28M/1.38M [00:04<00:00, 290kB/s]Upload Progress: 95%|█████████▌| 1.31M/1.38M [00:04<00:00, 288kB/s]Upload Progress: 98%|█████████▊| 1.34M/1.38M [00:04<00:00, 296kB/s]Upload Progress: 100%|█████████▉| 1.38M/1.38M [00:04<00:00, 291kB/s]Upload Progress: 100%|██████████| 1.38M/1.38M [00:05<00:00, 282kB/s]Upload failed.Server response:At the same time I get the following output on the serial port:
OTA update started!OTA: 0% Transfered 1172 of 1442096 bytes Speed: 1.145kB/sOTA: 1442096 bytes uploaded in 5.2 seconds. Speed: 272.556kB/sOTA failed: There was an error during OTA update.platformio.ini:
lib_deps = esp32async/AsyncTCP @ 3.4.9 esp32async/ESPAsyncWebServer @ 3.8.1 ayushsharma82/ElegantOTA @ 3.1.7All other aspects of ElegantOTA (that I tried) work as expected. I.e:
- I can upload my code using Ctrl+Alt+U
- I can upload my code using the bult-in
updatepage - I can upload the filesystem image using the built-in update` page
Any idea what might cause this?
Metadata
Metadata
Assignees
Labels
No labels
