Botspot

Results 623 comments of Botspot

This should be revisited, now with more regular updates and their current dependence on `"node": ">=18.17.0

The build from @matu6968 seems to be offline. Try again hosting release assets on github, or provide a script to convert the linux release to arm64.

Did you ever encounter this error @matu6968? ``` pi@raspberrypi:~/arduino-ide $ /home/pi/Downloads/build-ide.sh build-package 64 bit ARM Architecture detected v22.11.0 Now using node v20.18.0 (npm v10.8.2) building package installing node dependencies yarn...

Found a solution here: https://github.com/arduino/arduino-ide/issues/2499#issuecomment-2316715572

Fixed and working script for arm64 debian/ubuntu only [build-ide.txt](https://github.com/user-attachments/files/17760751/build-ide.txt) There was a large number of issues with the script I started from. @matu6968 Would you be willing to try adding...

@matu6968, clearly you understand electron more than I do. Are you willing to open a pull request to arduino-ide to get arm build artifacts released alongside their x86 appimage and...

> > @matu6968, clearly you understand electron more than I do. Are you willing to open a pull request to arduino-ide to get arm build artifacts released alongside their x86...

Yeah I know, I fixed it in the script I sent back to you here. Please check it. It is simplified and only for debian arm64, but it fixed several...

Pi-Apps correctly diagnosed this as an internet error. Please retry it a few times, and you may need a more reliable internet connection.

This is a hardware issue, but not GPU-related. Your Pi 2 model has a 32-bit CPU that is armv6. Github Desktop was compiled for armhf, which is more common. Back...