rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
663 stars 121 forks source link

Build error: Platform IO/VS Code #96

Closed bjx9 closed 9 months ago

bjx9 commented 1 year ago

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?

rzeldent commented 1 year ago

Looks like the python script to minify the html has not ran. No other errors?

bjx9 commented 1 year ago

Full report below...

Processing esp32cam (platform: espressif32; board: esp32cam; framework: arduino)

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:

rzeldent commented 1 year ago

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:

rzeldent commented 9 months ago

Does it works now?

bjx9 commented 9 months ago

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: @. @.> >

rzeldent commented 9 months ago

Sad to hear that...

Is your environment up to date? In the pio command shell, try

pio pkg update 

Good luck!