@jvanier, the example building did work, but now I’ve got another problem
Although I could use most of the other particle library commands, I seem to be unable to upload
C:\Users\Andy\Dropbox\DokumenteAndy\Particle\RGBAnimation>particle library --help
Usage: library <command>
Commands:
add Add a library to the current project.
init Initializes a new library in the specified or current directory.
copy copies a library to the current project
list Lists libraries available
migrate Migrates a local library from v1 to v2 format.
search searches available libraries
upload uploads a private version of a library
publish publishes a library
Global Options:
-v, --verbose Increases how much logging to display [count]
-q, --quiet Decreases how much logging to display [count]
C:\Users\Andy\Dropbox\DokumenteAndy\Particle>particle library upload RGBAnimation --dryRun
particle: Unknown command: "library"
Apparently upload causes CLI to have amnesia and even forget about library which was still known a second ago.
Upload succeeded this time - have to check if everything works as expected now
Update:
Building the example that also requires secondary libs works quite well.
The only thing I was a bit puzzling in Build-Canary is that the Save button is not highlited but grayed out.
Update:
I found the reason. One of the examples brings a 450KB demo bitmap along and hence the upload fails. Removing that file allows the upload, but then the demo is only worth half, since the displays wants a R5G6B5 bitmap which not every user may know how to produce one, just for the sake of running the sample.
I’ll need to check and get back to you on what’s going on. That’s the most complex example I’ve seen so far: dependencies on other libraries and a bitmap.
I’m trying to upload a library but after 2-3 minutes of loading, it stops with Network error from https://api.particle.io/v1/libraries. I tried removing example files to decrease its size but it doesn’t work.
As this will not help.
Let me try to ping some Masters @m_m@nrobinson2000@rickkas7
Do you guys can help ?
Any idea what can be wrong?
Thanks in Advance !
I think in this case it’s better to continue the discussion in a new post, rather than a thread from 5 years ago. I’ll take a look soon, but I suspect this error is from using nvm rather than particle-cli-wrapper.