On Tue, 21 Apr 2020, ΑΝΔΡΕΑΣ ΖΕΡΒΑΣ wrote:
Hi all,
The following code for dbnomics produces an error (Win 10, gretl 2020a,
dbnomics 0.37):
open dbnomics
data Eurostat/namq_10_gdp/Q.CLV10_MEUR.SCA.B1GQ.EL --name="y_sa"
Error executing script: halting
> data Eurostat/namq_10_gdp/Q.CLV10_MEUR.SCA.B1GQ.EL --name="y_sa"
However, using an earlier version of dbnomics (0.2 in my pc) gets
the series.
Thanks for the report. There's something weird in the structure of
the JSON we get from that request (under "observations_attributes").
I think the earlier version might have worked because we were
ignoring that element (while in more recent versions we're trying to
handle it). Anyway there's now a work-around in git and snapshots,
and I'm able to access those data OK.
Allin