[Solved] false positive on upload via network

Hey guys and gals, I found a "bug"?

Not sure if it was reported, but, here we go:

When I try to upload via network, it says that it uploads it, but it's not really.

It gives the green message "And it says in green : Success! Saved on arduno cloud and done uploading."

I can upload just fine with an usb cable.

I use windows 10, comodo firewall (I tried disabling it, it does the same), chrome or edge, same result.

arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/413907933 -hardware arduino-builder/hardware -hardware arduino-builder/packages/cores -tools arduino-builder/tools -tools arduino-builder/packages/tools -built-in-libraries arduino-builder/latest -libraries /tmp/522271478/pinned -libraries /tmp/522271478/custom -fqbn arduino:avr:yun -build-cache /tmp -verbose=false /tmp/522271478/Ard_Yun_Balance

Sketch uses 9838 bytes (34%) of program storage space. Maximum is 28672 bytes.

Global variables use 603 bytes (23%) of dynamic memory, leaving 1957 bytes for local variables. Maximum is 2560 bytes.

Network upload on 192.168.1.11

It stops after "network upload on IP"

It should say more stuff after that?

When I use serial theres a lot more text on the console

Hi @puiucristian,
we are aware of the issue and it will be fixed as soon as possible, I'll let you know when the fix is online. Are you trying to upload on a Yun?
Thanks for your report

Yes, it's a Arduino YUN

Thanks for fixing it.

Hi @puiucristian,
there was an issue in the editor plugin, if you access Arduino Cloud now, you should see the plugin version updating from 54 to 55 and the issue should be fixed, let us know if the problem persists
Thanks again

Greetings,

It works now (on chrome and edge), it asks for the password and uploads it on the board.

Thanks for the fast response.