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

TypeError: FakeUserAgent.__init__() got an unexpected keyword argument 'verify_ssl' #4

Open
hughbe opened this issue Sep 12, 2023 · 1 comment

Comments

@hughbe
Copy link

hughbe commented Sep 12, 2023

I'm executing the following python code:

from nqntnqnqmb import *

However, I get an error:

PS C:\source\repos\linkedin-scraper> python .\linkedin-scraper.py
Traceback (most recent call last):
  File "C:\source\repos\linkedin-scraper\linkedin-scraper.py", line 5, in <module>
    from nqntnqnqmb import *
  File "C:\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\nqntnqnqmb\__init__.py", line 1, in <module>
    from nqntnqnqmb.core import *
  File "C:\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\nqntnqnqmb\core.py", line 5, in <module>
    ua = UserAgent(verify_ssl=False)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: FakeUserAgent.__init__() got an unexpected keyword argument 'verify_ssl'

Could you please advise?

@hughbe
Copy link
Author

hughbe commented Sep 12, 2023

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

1 participant