You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: