Currently we allow going to pages that we have no chance of resolving. This yields an error that you can recover from only by closing the dialogue.
I did not find this described in the docs but seems to be true across invenioRDM instances.
File "/Users/marten/devel/git/galaxy/lib/galaxy/files/sources/invenio.py", line 473, in _ensure_response_has_expected_status_code
raise Exception(
Exception: Request to https://zenodo.org/api/records?size=25&page=164378 failed with status code 400: Invalid querystring parameters.
galaxy.webapps.base.api INFO 2024-11-08 13:40:22,156 [pN:main,p:89383,tN:MainThread] MessageException: Problem listing file source path zenodo://zenodo/
See https://zenodo.org/api/records?size=25&page=401 https://zenodo.org/api/records?size=100&page=101
Currently we allow going to pages that we have no chance of resolving. This yields an error that you can recover from only by closing the dialogue.
I did not find this described in the docs but seems to be true across invenioRDM instances.