Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when 'Requesting Changes' #104

Open
FynnBe opened this issue Nov 11, 2024 · 1 comment
Open

Error when 'Requesting Changes' #104

FynnBe opened this issue Nov 11, 2024 · 1 comment

Comments

@FynnBe
Copy link
Member

FynnBe commented Nov 11, 2024

"Request changes" for https://bioimageio-uploader.netlify.app/#/status/resourceful-ant results in an error:
(possibly related to #103, also blocks 'requesting changes' anyway)

                Traceback (most recent call last):

  File "/home/weiouyang/workspace/hypha-app-engine/bioimageio-uploader-service/bioimageio_uploader_service/api.py", line 110, in wrapper
    data = await handler(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/weiouyang/workspace/hypha-app-engine/bioimageio-uploader-service/bioimageio_uploader_service/api.py", line 314, in review
    review_data.save(backoffice)

  File "/home/weiouyang/workspace/hypha-app-engine/bioimageio-uploader-service/bioimageio_uploader_service/api.py", line 77, in save
    backoffice.request_changes(

  File "/home/weiouyang/miniconda3/lib/python3.12/site-packages/bioimageio_collection_backoffice/_backoffice.py", line 147, in request_changes
    notify_uploader(

  File "/home/weiouyang/miniconda3/lib/python3.12/site-packages/bioimageio_collection_backoffice/mailroom/send_email.py", line 23, in notify_uploader
    email, name = rv.get_uploader()
                  ^^^^^^^^^^^^^^^^^

  File "/home/weiouyang/miniconda3/lib/python3.12/site-packages/bioimageio_collection_backoffice/remote_collection.py", line 584, in get_uploader
    assert rdf_data is not None

AssertionError
@FynnBe
Copy link
Member Author

FynnBe commented Nov 11, 2024

FYI: the first comment came from my failed attempt reported above, the second comment (with the correct timestamp) comes from triggering https://github.com/bioimage-io/collection/actions/runs/11776187422 manually via github.com
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant