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

Issues running some routines #29

Open
killillian opened this issue Jan 12, 2023 · 0 comments
Open

Issues running some routines #29

killillian opened this issue Jan 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@killillian
Copy link

Some errors encountered while trying to run existing routines in contrib.py:

  • Routines using OfflineRepositoryRoutine (CommitInfoMiningRoutine and OfflineCommitCountsRoutine) raise an error due to Sandia proxies:

    OfflineRepositoryRoutine Encountered an unexpected exception (<class '_pygit2.GitError'>). failed to connect to github.com: Resource temporarily unavailable

  • The routine GambitCommitAuthorshipInferenceAnalysis does not instantiate in manager.py

    ValueError: Failed to instantiate routine matching name GambitCommitAuthorshipInferenceAnalysis

  • The routine TeamSizeAndDistributionAnalysis raises the same error as above. After adding the line from reposcanner.contrib import TeamSizeAndDistributionAnalysis to manager.py, it still returns the same error

Additionally, a small inconsistency in the main README.md:

  • In its last section, "How to extend functionality," the main README.md mentions an example file called stars.py. However, this file doesn't seem to exist in the main branch of the repository.
@killillian killillian added the bug Something isn't working label Jan 12, 2023
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

1 participant