Study listing on the test server broken
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Hi together,
I just noticed that there is an issue listing suites on the test server. Calling https://test.openml.org/api/v1/xml/study/list/main_entity_type/run/ gives:
<oml:error>
<oml:code>599</oml:code>
<oml:message>No studies according to the specified criteria. </oml:message>
</oml:error>
while there are a few thousand of them according to the website: https://test.openml.org/search?type=study
I'm wondering now if this is an API issue or a website issue?
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 XML response from the reported study-list API URL and comparing it with the studies shown on the linked test-server search page. Trace whether the discrepancy originates in the API listing or the website, then verify that the affected listing returns the available studies.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100