Skip to content
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

I think this url is not valid anymore #80

Open
crlqjx opened this issue Nov 30, 2020 · 3 comments
Open

I think this url is not valid anymore #80

crlqjx opened this issue Nov 30, 2020 · 3 comments

Comments

@crlqjx
Copy link

crlqjx commented Nov 30, 2020

data_url = 'http://www.highcharts.com/samples/data/jsonp.php?filename=aapl-ohlcv.json&callback=?'

@slowtoaccept
Copy link

I guess this repository is dead. I have the same problem
from highcharts import Highstock
from highcharts.highstock.highstock_helper import jsonp_loader
H = Highstock()

data_url = 'http://www.highcharts.com/samples/data/jsonp.php?filename=aapl-c.json&callback=?'
data = jsonp_loader(data_url, sub_d = r'(/*.**/)') # to remove the comment in json doc from the url
Error 1020 Ray ID: 63d4d686fdc538db • 2021-04-09 15:41:09 UTC

Response:
Access denied
What happened?
This website is using a security service to protect itself from online attacks.

Cloudflare Ray ID: 63d4d686fdc538db • Your IP: 24.2.134.225 • Performance & security by Cloudflare

@crlqjx
Copy link
Author

crlqjx commented Apr 9, 2021

I am not using this package anymore.
I think it's better to use the highcharts API directly, it's easy once you understand the logic

https://www.highcharts.com/docs/index

@slowtoaccept
Copy link

Thanks criqjx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants