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
Calling api.page(page_title, auto_suggest = False, redirect = True, preload = False) throws this error:
api.page(page_title, auto_suggest = False, redirect = True, preload = False)
File "C:\Users\skyta\Documents\math-lexique.py", line 58, in handle_page page = api.page(page_title, auto_suggest = False, preload = False) File "C:\Users\skyta\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\mediawikiapi\mediawikiapi.py", line 240, in page return WikipediaPage( File "C:\Users\skyta\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\mediawikiapi\wikipediapage.py", line 39, in __init__ self.__load(redirect=redirect, preload=preload) File "C:\Users\skyta\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\mediawikiapi\wikipediapage.py", line 116, in __load self.__init__( # type:ignore TypeError: WikipediaPage.__init__() got multiple values for argument 'request'
Python 3.10.11, mediawikiapi 1.2.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Calling
api.page(page_title, auto_suggest = False, redirect = True, preload = False)
throws this error:Python 3.10.11, mediawikiapi 1.2.0
The text was updated successfully, but these errors were encountered: