Coder Social home page Coder Social logo

Comments (5)

saiprashanth24 avatar saiprashanth24 commented on August 25, 2024

i will give 100 urls as command line arguments ..
i have printed final count .
But i get only 98 or 99.

from puppeteer-cluster.

thomasdondorf avatar thomasdondorf commented on August 25, 2024

This is your second "low effort" question and you didn't even respond to the answer to your first question. Please format your code and be more precise with your question. Then I'll have a look.

from puppeteer-cluster.

saiprashanth24 avatar saiprashanth24 commented on August 25, 2024

i formated the code ..i am giving 100 urls as input .i will extract the outlinks from those 100 urls by using document.queryselector .and i will increment the total by one after processing each url..Atlast i print the total.it only prints 99 or 98.i even checked it by printing the input urls after crawling and they also printed only 99 urls ..has anyone had this issue before ?

from puppeteer-cluster.

saiprashanth24 avatar saiprashanth24 commented on August 25, 2024

puppeteercluser1

I am crawling 100 urls with maximum concurrency =10 ..I launched chrome in headless mode and i noticed that some urls does not load at all .if i manually reload those pages,it works fine..This is why the count shows 98 or 99..

from puppeteer-cluster.

thomasdondorf avatar thomasdondorf commented on August 25, 2024

I had a look at your code (even though it is still not properly formatted). You have this before you increment the variable total:

    if (response.status() == 404) {
        console.log('program encountered error');
        return;
    }

Are you sure the return statement is not the problem here? I'm closing this question for now as I don't think your problem is related to this library. Feel free to reopen, but then you should format your code properly.

from puppeteer-cluster.

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.