Carlos Pereira Atencio
Carlos Pereira Atencio
Are you sure you are using the "arduino_debug.exe" file instead of the "arduino.exe"?
Could you post or upload the ardublockly.log file if you are using the electron application? If not the console output would be helpful as well.
When the load/verify/upload button is pressed it should print to the log one of the following 3 messages: ``` Uploading sketch to Arduino... ``` ``` Verifying the sketch... ``` ```...
Thanks for the detailed report Rubens, I'll try to look into it between tonight and tomorrow night.
Just a quick update to let you know I've been able to replicate the issue locally, so I am getting closer to find a solution. However, at least in my...
Hi @HsuHow, could you try with this version? https://s3-us-west-2.amazonaws.com/ardublockly-builds/windows/ardublockly_Windows32_2017-05-09_12.43_master_fe1a2.zip
Thanks for the report Rubens. This new version has a different back end server, which in the older version sometimes got "stuck", there is still a little bit of work...
Hi @HsuHow, The ardublockly folder should contain a file called `ardublockly.log`. Could you delete that file, use Ardublockly up to the point where it gives you that error, and then...
Hi @HsuHow, Yes, that would be the file. Thanks for taking the time to capture the log. Did you try to upload the program and got the error shown in...
I see, I guess the server is not flushing to std out all that much, I'll try to add some flushes and prepare a new build to see if we...