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

Issue about failed curl process #24

Closed
ASaragga opened this issue Mar 31, 2019 · 1 comment · Fixed by #25
Closed

Issue about failed curl process #24

ASaragga opened this issue Mar 31, 2019 · 1 comment · Fixed by #25

Comments

@ASaragga
Copy link

ASaragga commented Mar 31, 2019

Hi

First, would like to thank you very much for this package!

I am having the following issue trying to access some data from the European Central Bank public stats webpage:

nssURL = "http://sdw.ecb.europa.eu/quickviewexport.do?trans=N&updated=&start=&end=&SERIES_KEY=165.YC.B.U2.EUR.4F.G_N_A.SV_C_YM."
symbol = :BETA0
resp = TableReader.readcsv(nssURL*"$(symbol)&format=csvdata", skip = 5, hasheader = false, colnames = [:Date, symbol])

On my macOS Mojave the error message is:

dyld: Library not loaded: @rpath/libssl.1.0.0.dylib
  Referenced from: /Users/ant/.julia/conda/3/lib/libssh2.1.dylib
  Reason: image not found
ERROR: LoadError: failed process: Process(`curl --silent 'http://sdw.ecb.europa.eu/quickviewexport.do?trans=N&updated=&start=&end=&SERIES_KEY=165.YC.B.U2.EUR.4F.G_N_A.SV_C_YM.BETA0&format=csvdata'`, ProcessSignaled(6)) [0]
Stacktrace:
 [1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42
 [2] pipeline_error at ./process.jl:785 [inlined]
 [3] open(::getfield(TableReader, Symbol("##15#20")){TableReader.ParserParameters}, ::Cmd) at ./process.jl:687
 [4] #readcsv#14(::Char, ::Char, ::Bool, ::Bool, ::Int64, ::Bool, ::Array{Symbol,1}, ::Bool, ::Bool, ::Int64, ::typeof(readcsv), ::String) at /Users/ant/.julia/packages/TableReader/GGD98/src/TableReader.jl:254
 [5] (::getfield(TableReader, Symbol("#kw##readcsv")))(::NamedTuple{(:skip, :hasheader, :colnames),Tuple{Int64,Bool,Array{Symbol,1}}}, ::typeof(readcsv), ::String) at ./none:0
 [6] top-level scope at none:0
 [7] include at ./boot.jl:326 [inlined]
 [8] include_relative(::Module, ::String) at ./loading.jl:1038
 [9] include(::Module, ::String) at ./sysimg.jl:29
 [10] exec_options(::Base.JLOptions) at ./client.jl:267
 [11] _start() at ./client.jl:436
in expression starting at /Users/ant/AOPELocal/tempCodeRunnerFile.julia:11
@bicycle1885
Copy link
Owner

Thank you! I believe #25 will fix the problem. I'm going to release a new version including that fix very soon.

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

Successfully merging a pull request may close this issue.

2 participants