-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile about summary changed HTML #173
Comments
Did not fixed for me. Did you do something else? |
I changed line 11 of try{
profile.profile.summary = profile.about.text;
}catch(e){
profile.about = {text: null};
} Perhaps it's not the best solution, but it's working. |
Still did not work for me... Is it currently working for you? I keep getting the erros: |
It's working here, the only changes were what I've commented. |
Thanks. In order to work I had to install directly from github using: npm i git+https://github.com/linkedtales/scrapedin.git positions: [], |
Now that you've mentioned, I checked those fields and they are empty too. I will try to fix. |
Great, Thanks! I tried but no luck... if you fix it, please share with us. |
The problem is on
profileScraperTemplate.js
wherewas changed to
The text was updated successfully, but these errors were encountered: