Closed cndesantana closed 8 years ago
Hi,
Apparently the reason of that error was that I needed to give my auth_token again. I just run set_auth_token("mytoken") and I was able to run the examples in the documentation.
Sorry for opening an issue for such a silly "problem".
Thanks!
It's nice to have this somewhere here on the issues log, since more than one user could run into this problem. Just remember to close the bug! =)
No, thank you for filing the issue! And better yet solving it yourself !
Hi,
I just updated Quandl.jl (I removed my former directory ~/.julia/v0.4/Quandl and installed Quandl.jl using Pkg.clone("...") from my Julia terminal). Now I can not run my former codes, neither the examples from the documentation.
running the documentation example with format "DataFrame" I got the following error:
and with format TimeArray I got the following one:
and running my own script I got the following error:
Is it a problem with the API, with my installation, or is it a problem with Quandl server?
Thanks for your attention!
Best,