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

Error: Invalid plugin type 'gitlab' in section 'gitlab' #380

Open
sumitridhal opened this issue Jan 9, 2025 · 0 comments
Open

Error: Invalid plugin type 'gitlab' in section 'gitlab' #380

sumitridhal opened this issue Jan 9, 2025 · 0 comments

Comments

@sumitridhal
Copy link

I'm using pip installation on mac m3.

Traceback (most recent call last):
  File "/Users/username/code/dev/did/local/bin/did", line 42, in <module>
    did.cli.main()
    ~~~~~~~~~~~~^^
  File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/cli.py", line 210, in main
    options, header = Options(arguments).parse()
                      ~~~~~~~^^^^^^^^^^^
  File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/cli.py", line 72, in __init__
    self.sample_stats = UserStats()
                        ~~~~~~~~~^^
  File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/stats.py", line 188, in __init__
    self.stats = self.configured_plugins(config)
                 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/Users/username/code/dev/did/local/lib/python3.13/site-packages/did/stats.py", line 221, in configured_plugins
    raise did.base.ConfigError(
        "Invalid plugin type '{0}' in section '{1}'.".format(
            type_, section))
did.base.ConfigError: Invalid plugin type 'gitlab' in section 'gitlab'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant