-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crypto Package - Historical Data - Error: HTTP status was '403 Forbidden' #13
Comments
Yeah CoinMarketCap changed one of their services, I’ve already uploaded fix for it to GitHub and submitted for CRAN approval.
For now install dev version from github
Thanks
… On 16 Mar 2018, at 7:18 pm, PatRick2409 ***@***.***> wrote:
Dear Users,
Since 1 day I get the following error when I try to download historical data via the 'crypto' Package:
Error in open.connection(con, "rb") : cannot open the connection
In addition: Warning message:
In open.connection(con, "rb") :
cannot open URL 'https://files.coinmarketcap.com/generated/search/quick_search.json <https://files.coinmarketcap.com/generated/search/quick_search.json>': HTTP status was '403 Forbidden'
I also tried this via a different IP address, but it is unfortunately also not working. Is there anything we could do?
Best regards,
Patrick
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#13>, or mute the thread <https://github.com/notifications/unsubscribe-auth/APnvq23bbm7mdSMVqpvhmYx7n6xidbbUks5te3xpgaJpZM4Stbig>.
|
Alright, thank you very much! |
Hi @PatRick2409, update deployed to CRAN, did the latest patch resolve your issue? Thanks |
Hi all, I'm still getting this error despite pulling the most recent version from Github, could CMC have changed something on their end again? Cheers, |
In the packages window what version of crypto does it say you’re running? Maybe delete package and reinstall because that URL definitely isn’t used anymore. I ran it about 5 minutes ago so definitely no issues with api. After trying that, if it still doesn’t work please run traceback() afterwards and post results. |
Dear Users,
Since 1 day I get the following error when I try to download historical data via the 'crypto' Package:
Error in open.connection(con, "rb") : cannot open the connection
In addition: Warning message:
In open.connection(con, "rb") :
cannot open URL 'https://files.coinmarketcap.com/generated/search/quick_search.json': HTTP status was '403 Forbidden'
I also tried this via a different IP address, but it is unfortunately also not working. Is there anything we could do?
Best regards,
Patrick
The text was updated successfully, but these errors were encountered: