You can click on the headers in the table to change the sorting. Inactive filter was just displaying users who haven't logged in the past x months so you can change sorting to last online sorted by ascending and see inactive users.
How long does it take a plugin published to npm to show up in nbbpm?
-
Bummer. I'll keep posting on occasion until it works. Thanks
-
@deiden26 said in How long does it take a plugin published to npm to show up in nbbpm?:
Bummer. I'll keep posting on occasion until it works. Thanks
I end up installingn manually cause i hate wait for 1 day
I have one update now 3 days and did yesterday another bump but still no pop -
Nice widget btw
-
Hm, odd.
It did work after I manually told nbbpm to update the plugin, so it shows up now: https://packages.nodebb.org/api/v1/suggest?package[]=nodebb-widget-search-bar&version=1.1.2
@deiden26
PUT
, notPOST
-
@julian said in How long does it take a plugin published to npm to show up in nbbpm?:
Hm, odd.
It did work after I manually told nbbpm to update the plugin, so it shows up now: https://packages.nodebb.org/api/v1/suggest?package[]=nodebb-widget-search-bar&version=1.1.2
@deiden26
PUT
, notPOST
I actually was using PUT and not post, still had the following result for whatever reason
<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.10.0</center> </body> </html>
The original command was
curl -X PUT https://packages.nodebb.org/api/v1/plugins/nodebb-plugin-search-bar
EDIT: Now I see you are referencing my "I'll keep posting" comment. I just had my head in the forum lingo!
-
Your plugin is
nodebb-widget-search-bar
, no? -
Hahaha. Yes, I might have mentioned it.
-
@deiden26 Yes, in that case, your
curl
command is referencing the wrong package -
@julian Well, that explains a lot. I knew I was missing something very basic. One bad thing about pasting a command every time you want to run it instead of writing the thing out: the mistake you make once is the mistake you make EVERY TIME
Thanks for the sanity check!
-
@deiden26 That said, you're not going insane, the package manager has been delayed in updating packages simply because npm resets their counter every once in awhile, and doesn't automatically notify nbbpm in any way. Will code a fix for it today so hopefully this is the last we'll hear of it.