yuanqing/figma-plugins-stats

Doesn't return the numbers.

pawelkontek opened this issue · 13 comments

The script worked flawlessly, but recently I am getting:
User xyz has no public plugins

For your user it returns just one plugin, but you do have more:
image

I have a similar problem. The script returns just one plugin whereas I have two. Some time ago it worked well and returned both of them.

npx --yes -- figma-plugins-stats gnchrv

image

@yuanqing Starting from May 12, only 50 plugin data is within json - e.g. 2022-05-12.json
image

@klavsbuss do you maybe know why that's the case? Does it seem that the change was made around FigJam?

@pawelkontek no idea, haven't had time to check this out

This issue should be fixed as of figma-plugins-stats@0.0.24. Note that data was incorrect from 12 May 2022 to 5 June 2022 – the data files for these particular dates are a copy of the data file for 11 May 2022

Thanks @yuanqing much appreciated! 🙏

@yuanqing running the command in the terminal produces the same effect (User xxx has no public plugins). In your case it shows only one plugin data.

@pawelkontek tried on figmastats.com and it returns everything as expected (i am using same db). could be that problem is on your side?
image

@pawelkontek – You need to make sure that you’re running 0.0.24:

npx --yes -- figma-plugins-stats@0.0.24 kontek

Ah, yes, now I see! Thank you @yuanqing, you are a amazing!

image

@yuanqing I hate to bring this to you, but it seems that it doesn't work :(

You need to use 0.0.25 😄

npx --yes -- figma-plugins-stats@latest kontek

Thanks, @yuanqing, you are the best!