-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello everyone, I have recently bought an Arduino/Genuino 101. When I went to the Boards Manager(In Arduino 1.6.9), scrolled down to the Arduino/Genuino 101 section, clicked install and it did not work. Instead of installing it came up with this error message...
Error downloading https://github.com/01org/corelibs-arduino101/archive/1.6.4+1.68.zip java.lang.RuntimeException: java.lang.Exception: Error downloading https://github.co/01org/corelibs-arduino101/archive/1.6.4+1.68.zip at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$20(ContributionManagerUI.java:176) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.Exception: Error downloading https://github.com/01org/corelibs-arduino101/archive/1.6.4+1.68.zip at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:113) at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:67) at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:103) at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$20(ContributionManagerUI.java:173) ... 1 more Caused by: java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153) at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:170) at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:128) at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:111) ... 4 more
...If anyone knows how to fix this it would be great if you could help.
Feel free to let me know if you have been having this problems too.
Thankyou Everyone