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

generate-config --sync crash #47

Open
HardlyCodeMan opened this issue Nov 23, 2022 · 0 comments
Open

generate-config --sync crash #47

HardlyCodeMan opened this issue Nov 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@HardlyCodeMan
Copy link

  • Fuzzing CLI version: v0.9.15
  • Python version: Python 3.6.8
  • Operating System: CentOS Stream 8 kernel 4.18.0-408.el8.x86_64

Description

Attempting to run fuzz generate-config --sync crashes the application.
Potentially missing a string formatting dependency on pip install?

What I Did

$ fuzz generate-config --sync
Traceback (most recent call last):
  File "/home/sol-dev/.local/bin/fuzz", line 8, in <module>
    sys.exit(cli())
  File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/home/sol-dev/.local/lib/python3.6/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/home/sol-dev/.local/lib/python3.6/site-packages/fuzzing_cli/fuzz/generate_config.py", line 257, in fuzz_generate_config
    f"fuzz generate-config {config_file}", italic=True, fg="green"
TypeError: style() got an unexpected keyword argument 'italic'
@Nurchik Nurchik added the bug Something isn't working label Jan 10, 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

2 participants