Kirill Evseev
Kirill Evseev
I was unable to find the new selector name, but its XPath is: /html/body/div[5]/div[3]/div/div[2]/div/div[2]/main/div[2]/div/div/div[1]/section . So you can just replace line 210 in the company.py to `grid = driver.find_element(By.XPATH, "/html/body/div[5]/div[3]/div/div[2]/div/div[2]/main/div[2]/div/div/div[1]/section")`...
//update to v2.11.2 first Updates in company.py needed are: Change class name to mb6 in line 210: grid = driver.find_element(By.CLASS_NAME, "mb6") # used to be artdeco-card.p5.mb4 Change class name to...
What version of linkedin_scraper are you using? Try updating to the latest version. Can you provide the whole error message with the reference to the lines that cause problem? It...
I am also facing the log2 problem. It used to work fine while I was testing it but then it suddenly changed and now I have this error. Happening while...
UnboundLocalError: cannot access local variable 'work_times' where it is not associated with a value
Hi, tried to solve it but couldnt find any solution. For now I am just use try/except on the part with worktimes because it doesnt matter in my use case....
Sorry, I forgot to include the failing account at the first place. This bug occurred at this profile: https://www.linkedin.com/in/sheanahamill/. Error occurs at any basic person scraping. This is a code...
Still facing same issue even with this update
Thanks it works, I tested it on 2 profiles but havent tested at scale yet. I am new to git; I dont know how to submit a pr but the...
The way I troubleshooted it is: 1. Try to identify the part of the scraping that is failing 2. See the error 3. Try to understand what it is doing...