Skip to content

UserWarning regarding parameters in core.py #198

@nadiabey

Description

@nadiabey

Running macOS, installed waybackpy with homebrew but I had the same issue when installed with pipx. I get the following warnings no matter which commands I use:

`/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1223: UserWarning: The parameter -l is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)

/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1223: UserWarning: The parameter -f is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)

/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1223: UserWarning: The parameter -st is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)

/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1216: UserWarning: The parameter -l is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)

/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1216: UserWarning: The parameter -f is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)

/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1216: UserWarning: The parameter -st is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)`

Output appears to be normal otherwise, but is there a way to fix/suppress this warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions