Carlos Pereira Atencio

Results 441 comments of Carlos Pereira Atencio

In that case this might be related to https://github.com/carlosperate/ardublockly/issues/141

Yes, sorry, that's still a pending issue that I need to investigate once I find a little bit of time.

Is it possible you haven't build the server executable before trying to run the electron application? Detailed instructions can be found at https://github.com/carlosperate/ardublockly/wiki/Building-Ardublockly

Could you check if the `.exe` file is present in the filesystem? The error message that you previously included shows the path to a `.../arduexec/server/start.exe`. If the PyInstaller step was...

Hi both, Thanks a lot for your interest in Ardublockly. The application was never designed to be run on a server, but individually on each user computer (in fact, its...

You need to set it to the main arduino executable, not the arduino builder. Which operating system are you using?

This is currently done "by design" (although that doesn't mean it is a good design 😅), as the port is validated every time the application is opened, the settings are...

If you are hitting the cloud compiling limitations there is not much that can be done with the current build configuration. What I would recommend in any case is to...

Hi Rubens, Thanks for reporting the issue, even if the behaviour has changed I should have protected a "None/null" type value sent to the server. If it's okay with you,...