Giter Site home page Giter Site logo

Comments (3)

Gringooooo avatar Gringooooo commented on August 23, 2024

One additional information, I just tried to retrieve the data by using a VPN and I have the same issue, which mean it is not due to my IP address which could blacklisted due to too many requests on their server.

from crypto.

JesseVent avatar JesseVent commented on August 23, 2024

Thanks for letting me know, I debugged the scraper function and looks like CoinMarketCap include Coindash in there list coins API call, which is how it gets inherited as #206 on that list. When the scraper opens that page to start extracting data it gets a 404 error because the page doesn't actually exist on CMC.

coindash

I'd noticed a couple of times id gotten similar errors around the 1300-1400 mark but never looked too much into it.

I've now implemented error handling built into the scraper so if it receives an error from one of the pages it'll just skip it. Change is committed to Github, but ill wait a week or so before resubmitting to CRAN.

In the mean time it can be installed by the following:

install.packages("devtools")
devtools::install_github("jessevent/crypto")

from crypto.

Gringooooo avatar Gringooooo commented on August 23, 2024

Many thanks for the feedback and the update.
I just launched it and it worked like a charm.

I just want to report that now at the end of the update I have this message:

100%
user system elapsed
16.42 0.80 378.64
Warning messages:
1: In function_list[k] : NAs introduced by coercion
2: In function_list[k] : NAs introduced by coercion

I don’t know if it is important or not.
Thanks again.
G

from crypto.

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.