GithubHelp home page GithubHelp logo

Comments (5)

shiyu22 avatar shiyu22 commented on June 5, 2024 1

You're right, adding a 5 sec sleep will be slow.

It's a good idea for adding a condition to check weather next page is contact support and if it found support page it sleep for 5 sec.

from stardox.

0xPrateek avatar 0xPrateek commented on June 5, 2024

Can you share the Repository address and output data (if possible) ?

from stardox.

shiyu22 avatar shiyu22 commented on June 5, 2024

I fixed this problem, I found when I visit the website frequently, and 40th page prompts 'Contact Support', so it cannot find the 'Next' page(src/stardox.py line 134).

I add the code on line 130:
time.sleep(5)
and it fixed.

BTW, the Repository address: https://github.com/milvus-io/milvus
Welcome to star it.

from stardox.

0xPrateek avatar 0xPrateek commented on June 5, 2024

I checked your commit shiyu22@1b7bea8 .
Don't you think that adding a 5 sec sleep every time will make it slow.
If you are sure that contact page appears only after 40 ( or after multiples of 40) then adding a condition and doing time.sleep() after 40 is a good option rather sleeping for every next.
Else i add a condition to check weather next page is contact support and if it found support page it sleep for 5 sec.

What do you say ?

from stardox.

0xPrateek avatar 0xPrateek commented on June 5, 2024

Great..!!
Thanks for coming up with the issue. I will push a commit very soon.

from stardox.

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.