openml / openml/OpenML

Cannot create studies

Open
#1,015 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
755
Forks
128
PR merge metrics
No merged PRs in 30d

Description

From the frontent the console gives

Mixed Content: The page at 'https://www.openml.org/new/study' was loaded over HTTPS, but requested an insecure font 'https:'. This request has been blocked; the content must be served over HTTPS.

and from the R API

Uploading to 'https://www.openml.org/api/v1/study'.
Error in doHTTRCall(method, url = url, query = list(api_key = conf$apikey),  :
  ERROR (code = 1039) in server response: Database insertion problem

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the frontend failure at /new/study and the R API failure at /api/v1/study. Trace the mixed-content font request and the database insertion response separately; done means the study page loads without blocked insecure resources and study uploads no longer return database insertion errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, r
Domain
api, databases, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.