Giter Site home page Giter Site logo

Comments (7)

igorgbianchi avatar igorgbianchi commented on July 18, 2024 1

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.

from scrapedin.

fernaoguerra avatar fernaoguerra commented on July 18, 2024

Did not fixed for me. Did you do something else?

from scrapedin.

igorgbianchi avatar igorgbianchi commented on July 18, 2024

Did not fixed for me. Did you do something else?

I changed line 11 of src/profile/cleanProfileData.js to:

try{
    profile.profile.summary = profile.about.text;
  }catch(e){
    profile.about = {text: null};
  }

Perhaps it's not the best solution, but it's working.

from scrapedin.

fernaoguerra avatar fernaoguerra commented on July 18, 2024

Still did not work for me... Is it currently working for you? I keep getting the erros:
"UnhandledPromiseRejectionWarning: Error: LinkedIn website changed and scrapedin 1.0.21 can't read basic data. Please report this issue at https://github.com/linkedtales/scrapedin/issues"

from scrapedin.

igorgbianchi avatar igorgbianchi commented on July 18, 2024

Still did not work for me... Is it currently working for you? I keep getting the erros: "UnhandledPromiseRejectionWarning: Error: LinkedIn website changed and scrapedin 1.0.21 can't read basic data. Please report this issue at https://github.com/linkedtales/scrapedin/issues"

It's working here, the only changes were what I've commented.

from scrapedin.

fernaoguerra avatar fernaoguerra commented on July 18, 2024

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,

from scrapedin.

fernaoguerra avatar fernaoguerra commented on July 18, 2024

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

from scrapedin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.