question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Profile about summary changed HTML

See original GitHub issue

The problem is on profileScraperTemplate.js where

about: {
    selector: '.pv-about-section',
    fields: {
      text: 'p'
    }
  }

was changed to

about: {
    selector: '#about + .pvs-header__container + .display-flex',
    fields: {
      text: 'span'
    }
}

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
igorgbianchicommented, Feb 11, 2022

Thanks. In order to work I had to install directly from github using: npm i git+https://github.com/linkedtales/scrapedin.git now I do not get errors, but I am not able to get any data from positions. It always returns empty…

positions: [], educations: [], skills: [], recommendations: { givenCount: ‘0’, receivedCount: ‘0’, given: [], received: [] }, accomplishments: [], courses: undefined, languages: undefined, projects: undefined,

Now that you’ve mentioned, I checked those fields and they are empty too. I will try to fix.

0reactions
fernaoguerracommented, Feb 14, 2022

Great, Thanks! I tried but no luck… if you fix it, please share with us.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Write a Resume Profile or Summary Statement
If you are in the process of changing careers, craft a powerful summary to highlight your accomplishments and relevant skills. Show an employer,...
Read more >
Career Change Resume for 2022 [9+ Examples] - Novoresume
Read our guide to learn how to create a career change resume that will ... Contact information; Resume objective or summary; Skills summary...
Read more >
These LinkedIn Summary Examples Will Attract Recruiters
1. Steer clear of long dense blocks of text. Ideally, write 3-5 short paragraphs. 2. This will create an approachable and human impression....
Read more >
An example of the perfect LinkedIn profile, according to ...
Here's what makes it a strong profile summary: Can be skimmed in 30 seconds or less. Professional headline is below 120 characters, lists...
Read more >
Profile Your Code to Improve Performance - MATLAB & Simulink
After running the Profiler on your code, the Profile Summary presents ... coverage analysis for your code, see Generate Code Coverage Report in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found