Skip to content

arduino-cli upload over the network fails on esp32s3 #3062

@d3xt3r01

Description

@d3xt3r01

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

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions