[Solved] Please reselect the board from the dropdown

Hello Friends,

I'm using Arduino Editor for a while with sucess but today I continously get message "Please reselect the board from the dropdown" whan I click on upload button.

I select my Uno on COM4 but the message comes again. When I click on the Monitoring tab I see the serial communication with the board. In the debug I see serial port repeatedly:

{"Version" : "1.1.60"}
{"Commands" : ["list", "open [portName] [baud] [bufferAlgorithm (optional)]", "send [portName] [cmd]", "sendnobuf [portName] [cmd]", "close [portName]", "bufferalgorithms", "baudrates", "restart", "exit", "program [portName] [board:name] [$path/to/filename/without/extension]", "programfromurl [portName] [board:name] [urlToHexFile]"]}
{"Hostname" : "comp01"}
{"OS" : "windows"}
list
{ "Ports": [ { "Name": "COM4", "SerialNumber": "", "DeviceClass": "", "IsOpen": false, "IsPrimary": false, "Baud": 0, "BufferAlgorithm": "", "Ver": "1.1.60", "NetworkPort": false, "VendorID": "0x1A86", "ProductID": "0x7523" } ], "Network": false }
{ "Ports": [], "Network": true }
time="2017-09-17T15:47:28+02:00" level=info msg="[{COM4 0x7523 0x1A86 false}]"
time="2017-09-17T15:47:28+02:00" level=info msg=""

There is a report in the issue tracker for this error message but it looks like it referenced the wrong forum thread, which was about a different error message ("The tool is already present on the system").

Let us know if this is happening again, we had a issue with the Plugin that should be now solved. Sorry for the inconvenience!

We found another issue, sorry! We'll deploy the fix tomorrow morning (GMT+2)

Fix is online, let us know if this still happens