We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@heymanman next logic
Sorry, something went wrong.
Me too win10 python 3.8.10
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: