-
-
Notifications
You must be signed in to change notification settings - Fork 91
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 in doHTTRCall(method, url = url, query = list(api_key = conf$apikey), : ERROR (code = 100) in server response: Function not valid #1156
Comments
Hi, Does it work now? It's possible that this happened right in the middle of a webserver reconfiguration we did last week. Can you try it again, please? |
I still get the same errror The code I am running:
|
@giuseppec can you see what is going wrong here? |
I get the same error. Any idea what's going wrong? |
I guess something changed on the server side a while ago. The R code tries to upload the .arff data with the following XML:
This used to work. I have checked https://www.openml.org/apis and tried to upload it there but I get
Any idea what's wrong? I suppose the XML does not appear to be "valid" but could not see why, even after looking at the XSD scheme. |
Hmm, not sure, but should not be in there, this is filled in by the server. |
I get the error
when I try to upload a dataset to openML. I did not receive such an error before and uploaded ~18 datasets so far. Another issue is that when I log in to my openML account I used to see the number of datasets I uploaded was 18 and now it shows 0. What could be the problem?
P.S: I also tried to upload a dataset I successfully was able to upload about 15 days ago and get the same error.
The text was updated successfully, but these errors were encountered: