You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm executing the following python code:
However, I get an error:
Could you please advise?
The text was updated successfully, but these errors were encountered: