Closed bjx9 closed 9 months ago
Looks like the python script to minify the html has not ran. No other errors?
Full report below...
Verbose mode can be enabled via -v, --verbose
option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam.html
PLATFORM: Espressif 32 (6.4.0) > AI Thinker ESP32-CAM
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:
framework-arduinoespressif32 @ 3.20011.230801 (2.0.11)
tool-esptoolpy @ 1.40501.0 (4.5.1)
toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5 LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 38 compatible libraries Scanning dependencies... Dependency Graph |-- IotWebConf @ 3.2.1 |-- Micro-RTSP @ 0.1.6 |-- micro-moustache @ 1.0.1 |-- ArduinoOTA @ 2.0.0 |-- ESPmDNS @ 2.0.0 |-- RTSPServer @ 1.0.0 Building in release mode prepare_file([".pio\build\esp32cam\index.min.html.txt.o"], ["html\index.min.html"]) prepare_file([".pio\build\esp32cam\restart.min.html.txt.o"], ["html\restart.min.html"]) [.pio\build\esp32cam\index.min.html.txt.o] Bad file descriptor [.pio\build\esp32cam\restart.min.html.txt.o] Bad file descriptor ================================================================ [FAILED] Took 3.98 seconds ================================================================
The terminal process "C:\Users\xxx.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
Hi bjx9,
Strange, looks like your configuration is different. Used Windows 11, Platform IO. I do not have an answer for that but suggest reinstalling...
My output:
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:
Does it works now?
Hi,
I stopped with the project.
From: Rene @.> Sent: Friday, February 2, 2024 10:18 PM To: rzeldent/esp32cam-rtsp @.> Cc: bjx9 @.>; Author @.> Subject: Re: [rzeldent/esp32cam-rtsp] Build error: Platform IO/VS Code (Issue #96)
Does it works now?
— Reply to this email directly, view it on GitHub https://github.com/rzeldent/esp32cam-rtsp/issues/96#issuecomment-1924632636 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AKUEB2CI6SC2PUGYJME2UYDYRVCWDAVCNFSM6AAAAAA6KBGNMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUGYZTENRTGY . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AKUEB2AJIVK2LEFNIUBAFTTYRVCWDA5CNFSM6AAAAAA6KBGNMWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTSW6IDY.gif Message ID: @. @.> >
Sad to hear that...
Is your environment up to date? In the pio command shell, try
pio pkg update
Good luck!
When I try to build or upload the code, I get the following error. I am using Platform IO on VS Code on Windows 11
Building in release mode prepare_file([".pio\build\esp32cam\index.min.html.txt.o"], ["html\index.min.html"]) prepare_file([".pio\build\esp32cam\restart.min.html.txt.o"], ["html\restart.min.html"]) [.pio\build\esp32cam\index.min.html.txt.o] Bad file descriptor [.pio\build\esp32cam\restart.min.html.txt.o] Bad file descriptor
Any help?