-
-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
Trying to do arduino-cli upload --fqbn esp32:esp32:esp32s3 --verbose --port 192.168.20.44 --protocol network --upload-field password=some password fails. I tried multiple times with no luck.
192.168.20.44 is definitely online, and I can see it in my arp table
python3 /home/dexter/.arduino15/packages/esp32/hardware/esp32/3.3.4/tools/espota.py -i 192.168.20.44 -p 3232 -a esp32s3OTAP4ssw0rd -f /home/dexter/.cache/arduino/sketches/654C47A02FB29AD1B41868BA19C5479A/electra.ino.bin works just fine instantly!
Would be great if verbose would have more debug like in exactly what it's trying to do, connections, utilities used, everything to debug the issue further.
To reproduce
arduino-cli upload --fqbn esp32:esp32:esp32s3 --verbose --port 192.168.20.44 --protocol network --upload-field password=some password
Error getting port metadata: port not found: 192.168.20.44 network
Expected behavior
Upload as normal.
Arduino CLI version
1.3.1
Operating system
Linux
Operating system version
gentoo
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the nightly build
- My report contains all necessary details
Metadata
Metadata
Assignees
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project