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

login() takes 2 positional arguments but 3 positional arguments (and 1 keyword-only argument) were given #8

Open
crdavies3 opened this issue Jul 1, 2020 · 1 comment

Comments

@crdavies3
Copy link

Ran this:
python scrape-logs.py -u <user_name> -q -s <server_id> -c <channel_id> -a

After supplying password get the following error:

[2020-07-01 19:29:14,310] [4660] [INFO] scrape-logs.py:203 Logging in...
[2020-07-01 19:29:14,313] [4660] [ERROR] scrape-logs.py:208 login() takes 2 positional arguments but 3 positional arguments (and 1 keyword-only argument) were given
@eddylit
Copy link

eddylit commented Mar 18, 2021

I am having this issue, anyone found a workaround?

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

2 participants