gurbaaz27 / linkedin-comments-scraper

Script to scrape comments (including name, profile link, pfp, designation, email(if present), and comment) from a LinkedIn post from the URL of the post.
78 stars 20 forks source link

CSV #3

Closed chandanaravi15 closed 2 years ago

chandanaravi15 commented 2 years ago

I have made use of your code but facing issue while closing csv file. I have used file.close() but still facing the same issue. Can you please let me know regarding this error.

The error is: The file is being used by another process.

gurbaaz27 commented 2 years ago

Hi! Have you side by side opened your csv file on a GUI software like MS Excel or Libresheet? Try to close that and re-execute the program.

chandanaravi15 commented 2 years ago

No, I have not opened any csv file in any GUI software. I need to use the csv file for the same code to convert it into excel. While converting to excel...i am facing this issue.

gurbaaz27 commented 2 years ago

So the error is during running this repo's code or while converting it to excel? And how are you converting it to excel? Using some other script or modifying this code itself?

chandanaravi15 commented 2 years ago

Hi,

I’m getting the error while converting to excel by using Uipath code.

On Mon, 16 May 2022 at 9:39 PM, Gurbaaz Singh Nandra < @.***> wrote:

So the error is during running this repo's code or while converting it to excel? And how are you converting it to excel? Using some other script or modifying this code itself?

— Reply to this email directly, view it on GitHub https://github.com/gurbaaz27/linkedin-comments-scraper/issues/3#issuecomment-1127862115, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC4KX5YFFX3PN75IAJ7IDTVKJXMPANCNFSM5WAPYGMQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Thanks & Regards Chandana.R

gurbaaz27 commented 2 years ago

Hi! Sorry for the gap as I was busy these few days. But the error seems to be in later stage of converting csv to excel and not in this script itself. Were you able to fix the issue abd make it work for you? If yes what was it?