openml / openml-r

R package to interface with OpenML
http://openml.github.io/openml-r/
Other
95 stars 37 forks source link

Listing Tasks fails with premature EOF #433

Closed thiloshon closed 5 years ago

thiloshon commented 5 years ago

listing tasks fails with the following error.

tasks = listOMLTasks() Downloading from 'http://www.openml.org/api/v1/json/task/list/limit/5000/status/active' to ''. Error: parse error: premature EOF {"tasks":{"task":[ { "tas (right here) ------^

capture

What could be the reason?

thiloshon commented 5 years ago

This happens because the JSON returned lacks closing brackets. Hope it gets fixed soon.

capture

giuseppec commented 5 years ago

thx, looks like a server bug @janvanrijn , @joaquinvanschoren

giuseppec commented 5 years ago

should be fixed in https://github.com/openml/OpenML/issues/932