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

Missing Repositories in the produced JSON file #648

Open
lbettels opened this issue Jun 7, 2024 · 1 comment
Open

Missing Repositories in the produced JSON file #648

lbettels opened this issue Jun 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lbettels
Copy link

lbettels commented Jun 7, 2024

🐛 Bug Report

First up thank you for the fantastic tool, it is really helpful for my research.
I noticed by chance that some repositories do not turn up in the produced JSON file even though they match the query criteria.

🔬 How To Reproduce

I noticed the missing repositories when analyzing the dependents of super-csv.

Environment

  • OS: macOS Ventura 13.6.7
  • Python version: Python 3.12

The call i used to produce the JSON

github-dependents-info --repo super-csv/super-csv --sort stars --json --minstars 3 > super_csv_dependents.json

Now, as you can see here, super-csv has a dependent repository owned by cenoteandoDB.
Yet, it does not show up in the produced JSON file (shown in the screenshot).
The cenoteandoDB repository currently has 6 stars and therefore should show up in the screenshoted section.

Please let me know if I am potentially making a mistake in the way I use the tool or if you can reproduce the issue

Screenshots

cenoteandoDBdependent grafik

📈 Expected behavior

I expected the repository that shows up in the dependents tab of the github insight panel to show up in the produced JSON file.

I would be happy about any feedback.
Cheers!

@lbettels lbettels added the bug Something isn't working label Jun 7, 2024
@padbk
Copy link

padbk commented Aug 27, 2024

I used this (currently open) PR to fix this bug #607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants