-
Hi all, first of all, hats off for this piece of code. Very useful.
I am getting the following error while running the authenticated version (anonymous version seems to run fine for the results vie…
-
I'm executing the following python code:
```py
from nqntnqnqmb import *
```
However, I get an error:
```
PS C:\source\repos\linkedin-scraper> python .\linkedin-scraper.py
Traceback (most re…
-
linkedin-scraper (2.1.1)
irb(main):001:0> require 'linkedin-scraper'
=> true
irb(main):002:0> profile = Linkedin::Profile.new("http://www.linkedin.com/in/jeffweiner08")
Mechanize::ResponseCodeError: …
-
C:\Users\User\PycharmProjects\Azure_Auto_login\venv\Scripts\python.exe "C:/Program Files/JetBrains/PyCharm Community Edition 2023.1.3/plugins/python-ce/helpers/pydev/pydevconsole.py" --mode=client --h…
-
Hello Team,
I am getting this error below ->
/linkedin_scraper/linkedin_scraper/person.py", line 147, in get_experiences
times = work_times.split("·")[0].strip() if work_times else ""
Unboun…
-
Hi this is my script:
```
from linkedin_scraper import Person, actions
from selenium import webdriver
PATH = "................/linkedin_scraper/chromedriver"
driver = webdriver.Chrome(PATH)
…
-
When I execute the command ./linkedin-scraper https://www.linkedin.com/in/blablabla/
I got this error:
/usr/lib/ruby/gems/1.9.1/gems/mechanize-2.7.4/lib/mechanize/http/agent.rb:942:in `response_re…
-
im facing the following error for profile scraping:
```
UnboundLocalError: cannot access local variable 'from_date' where it is not associated with a value
```
and here is the traceback:
…
-
Hiya,
I need the job titles I scrape to only be in English. When I run the program, I get results from Worldwide, which gives me job titles that are not in English.
Not sure how to specify to n…
-
Hello all,
this seems to be an issue within the person.py:
Traceback (most recent call last):
File "/Users/abcd/Documents/GitHub/Linkedin-Notion-Transfer/linkedin3.py", line 155, in
…