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

__init__() takes 3 positional arguments but 6 were given #16

Open
Lance621 opened this issue May 30, 2022 · 2 comments
Open

__init__() takes 3 positional arguments but 6 were given #16

Lance621 opened this issue May 30, 2022 · 2 comments

Comments

@Lance621
Copy link

Module: dumpall.addons.dsdumper

('init() takes 3 positional arguments but 6 were given',)
Traceback (most recent call last):
File "/Users//dumpall/dumpall/init.py", line 41, in start
dumper = addon.Dumper(url, outdir, proxy=proxy, force=force, debug=debug)
File "/Users/
/dumpall/dumpall/addons/dsdumper.py", line 26, in init
super(Dumper, self).init(url, outdir, *kwargs)
TypeError: init() takes 3 positional arguments but 6 were given

系统:10.15.7
环境:Python 3.9.12

@drrible
Copy link

drrible commented Oct 16, 2022

@heymanman
next logic

@cr1bug
Copy link

cr1bug commented Nov 13, 2022

Me too
win10
python 3.8.10
image

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

3 participants