"particle library upload” fails

Hello. I’m unable to upload to the library per the instructions. I’ve tried:

particle library upload

from inside the library directory, which gives:

This library could not be imported. Try another library or try this one again later.

I’ve also tried:

particle library upload InfluxDB

from the directory above, per this thread. That gives:

Command parameters 'InfluxDB' are not expected here.

There’s no information to advise what’s wrong - code error, system failure, etc.

Can anyone advise? Many thanks.

(Code on GitHub here)

What version CLI are you using?
You are executing particle library upload from the directory where the library.properties file lives?

Hello.

particle CLI version 1.27.0.

Per my post, I’ve tried two ways:

  1. from the directory where library.properies lives
  2. from the directory above

Particle has now prompted me to upgrade to 1.27.1

particle library upload now yields "This library could not be imported. Try another library or try this one again later.” for particle 1.27.1

The silly thing is there currently is no way to delete uploaded libraries, otherwise I would try to upload your library to pinpoint the issue.
But that’s no option otherwise the library name would be taken and you couldn’t upload it anymore.

If I take your sources and upload with another name it works for me - no clue why.

Maybe @rickkas7 could have a look and maybe loop in some engineer assigned to the Library Manager.

Thanks for looking into this for me - standing by

Should I assume that this advertised feature is broken?

@richlyon, if you already have an uploaded library, you need to change the version number in the properties file for the update to replace the existing one.

As I said

So it's not broken but there must be some other issue - and @peekay123's suggestion would be one possible cause, although I casually dismissed that thought as there was no sign of a previous upload with which yours could have collided, not thinking that there might be a previous private (and since invisible) upload with a higher version number than yours and the system might just check version before ownership.
Since if you try to upload a library which was already uploaded by someone else you'd get a "You are not the owner" message (normally, but with a version conflict the check could bail out before actually realising the discrepancy in ownership).

2 Likes

OK - thanks. Appending my initials to the name property fixed it. Seems to be a silent fail on a name collision.

2 Likes

Silent/misleading fails are bad and hence I’ve opened an issue about this

1 Like

+1 for changing the name of the library