opensdmx / rsdmx

Tools for reading SDMX data and metadata in R
https://github.com/opensdmx/rsdmx/wiki
105 stars 30 forks source link

Eurostat | can't get data | Opening and ending tag mismatch #161

Closed oziozdoba closed 4 years ago

oziozdoba commented 4 years ago

Hi, I'm trying to run my code, last time I checked (about half a year ago), there were no problems getting the data. It's a part of bigger script, but this part causes problems.

`urlQCP_MEURSCAB1GQ <- paste("http://ec.europa.eu/eurostat/SDMX/diss-web/rest/data/namq_10_gdp/Q.CP_MEUR.SCA.B1GQ.")

QCP_MEURSCAB1GQ <- readSDMX(urlQCP_MEURSCAB1GQ)`

This part returns:

Opening and ending tag mismatch: BR line 6 and FONT AttValue: " or ' expected attributes construct error Couldn't find end of Start Tag TABLE line 9 Opening and ending tag mismatch: BR line 14 and FONT Opening and ending tag mismatch: BR line 13 and TD Opening and ending tag mismatch: FONT line 11 and TR AttValue: " or ' expected attributes construct error Couldn't find end of Start Tag FONT line 28 Opening and ending tag mismatch: BR line 29 and FONT Opening and ending tag mismatch: TD line 10 and TABLE Opening and ending tag mismatch: TR line 10 and blockquote Opening and ending tag mismatch: blockquote line 8 and FONT Opening and ending tag mismatch: FONT line 5 and BODY Opening and ending tag mismatch: BODY line 4 and HTML Premature end of data in tag HTML line 1 <XMLParserErrorList: 1: Opening and ending tag mismatch: BR line 6 and FONT 2: AttValue: " or ' expected 3: attributes construct error 4: Couldn't find end of Start Tag TABLE line 9 5: Opening and ending tag mismatch: BR line 14 and FONT 6: Opening and ending tag mismatch: BR line 13 and TD 7: Opening and ending tag mismatch: FONT line 11 and TR 8: AttValue: " or ' expected 9: attributes construct error 10: Couldn't find end of Start Tag FONT line 28 11: Opening and ending tag mismatch: BR line 29 and FONT 12: Opening and ending tag mismatch: TD line 10 and TABLE 13: Opening and ending tag mismatch: TR line 10 and blockquote 14: Opening and ending tag mismatch: blockquote line 8 and FONT 15: Opening and ending tag mismatch: FONT line 5 and BODY 16: Opening and ending tag mismatch: BODY line 4 and HTML 17: Premature end of data in tag HTML line 1

I don't think the dataset is too large, it repeats with other very small datasets. The url is ok, I don't know what else I can check. Thank You.

oziozdoba commented 4 years ago

Everything is ok. Perharps eurostat server wasn't working. Closing.