josephlimtech / linkedin-profile-scraper-api

🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON.
MIT License
567 stars 152 forks source link

Scraper closes on it's own #28

Open ayroblu opened 3 years ago

ayroblu commented 3 years ago

Hey I put the keepalive attribute but the scraper session keeps closing on it's own. Currently the only way I can use this is running the sessions in serial with the setup. If I put them in promise.call, it seems the navigation causes the process to die, and if I put it in serial without the setup, it will just self close while in the middle of the run?