-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does YFinance.jl need a key? #25
Comments
Hi @rzhli thanks for opening an issue. create_proxy_settings("http://proxy.xyz.com:8080",user="your username",password="Your Password") If you don't need a proxy can you see whether Julia can access the internet by running this check please: using HTTP
res = HTTP.get("https://www.google.com");
res.status==200 What Julia version are you on? |
I'm using a subscribe URL to access Internet: |
I'm not personally familiar with Hiddify or its subscribe URL system. However, to use a proxy with YFinance.jl, you'll need to find the following information from your Hiddify client:
Sorry for not being more helpful. |
seems like problem with network connection, not the package, I'll figure out my self, thanks |
The text was updated successfully, but these errors were encountered: