Skip to content

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

Description

@hughbe

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions