Skip to content

error downloading my data set 40864 #416

@joaquinvanschoren

Description

@joaquinvanschoren

From @behrica on May 31, 2018 9:56

I have problems to download my own task 168302
(better said : with its data set: 40864)
with the R API.
I think I set the apikey correctly, but something strange happens:

getOMLTask(168302)
Downloading from 'http://www.openml.org/api/v1/task/168302' to '/tmp/RtmpAvftWA/cache/tasks/168302/task.xml'.
Downloading from 'https://www.openml.org/api_splits/get/168302/Task_168302_splits.arff' to '/tmp/RtmpAvftWA/cache/tasks/168302/datasplits.arff'
Downloading from 'http://www.openml.org/api/v1/data/40864' to '/tmp/RtmpAvftWA/cache/datasets/40864/description.xml'.
Downloading from 'https://www.openml.org/data/v1/download/7387780/Honey_bee_Seasonal_mortality.arff' to '/tmp/RtmpAvftWA/cache/datasets/40864/dataset.arff'
Error in parseHeader(path) : 
  Invalid column specification line found in ARFF header:
<!doctype html>

Looking at the local dataset file, shows taht iot contains an html error:

<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Forbidden</title>
</head>
  <body>
    <h3>403 Forbidden</h3>
    <p>You don't have the right access rights to view this page. </p>
  </body>
</html>
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Forbidden</title>
</head>
  <body>
    <h3>403 Forbidden</h3>
    <p>You don't have the right access rights to view this page. </p>
  </body>
</html>

It should be all owned by me...

Maybe it is because the visibility is set to "private", but I don't know how to change it:

I tried to delete the data set and all tasks related to it, but don't manage this neither..

Copied from original issue: openml/OpenML#754

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions