Cannot create studies
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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