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

Error with java.io.IOException: Server does not support Content-Length #55

Open
jpvergnes opened this issue Apr 11, 2019 · 2 comments
Open

Comments

@jpvergnes
Copy link

Hi !
I have an issue loading dataset with loadeR. After login, here is my command :
di <- dataInventory(dataset = "http://meteo.unican.es/tds5/catalogs/eobs/eobsDatasets.html?dataset=eobs/e-obs_v17_0.25regular.ncml", return.stats = FALSE)

It fails with the error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.io.IOException: Server does not support Content-Length

Am I missing something ?
Thanks a lot for the help !

@sixtohg
Copy link
Contributor

sixtohg commented Apr 12, 2019

Hi,
you are using the path given by the web browser instead the OpenDAP service:
http://www.meteo.unican.es/tds5/dodsC/eobs/e-obs_v17_0.25regular.ncml
Regards,

@jpvergnes
Copy link
Author

Hi,
It works perfectly !
Thanks for the help,
Best regards

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

No branches or pull requests

2 participants