amattioc / SDMX

SDMX Connectors
European Union Public License 1.2
85 stars 46 forks source link

OECD 500 error #80

Closed pdgilbert closed 9 years ago

pdgilbert commented 9 years ago

(this is probably a provider side issue but I am putting it here to keep track.)

These requests fail in RJSDMX on OECD

tts <- getSDMX('OECD', 'QNA.CAN.PPPGDP.CARSA.Q') Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : it.bancaditalia.oss.sdmx.util.SdmxException: Connection failed. HTTP error code : 500, message: Internal Server Error SDMX meaning: Error on the provider side.

tts <- getSDMX('OECD', 'QNA.USA.PPPGDP.CARSA.Q') Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : it.bancaditalia.oss.sdmx.util.SdmxException: Connection failed. HTTP error code : 500, message: Internal Server Error SDMX meaning: Error on the provider side.

tts <- getSDMX('OECD', 'QNA.CAN+USA+MEX.PPPGDP.CARSA.Q') Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : it.bancaditalia.oss.sdmx.util.SdmxException: Connection failed. HTTP error code : 500, message: Internal Server Error SDMX meaning: Error on the provider side.

amattioc commented 9 years ago

Yes, it seems a provider error, but it strangely happens only on some dataflows. Maybe there's an update in progress. I usually wait for some days, but if you are in a hurry you may want to contact the oecd.stat support.

amattioc commented 9 years ago

Everything's ok now... I close the issue.