lsst-epo / citizen-science-notebooks

A collection Jupyter notebooks that can be used to associate Rubin Science Platform data to a Zooniverse citizen science project.
3 stars 1 forks source link

Sending flipbook manifest gives error #63

Closed jsv1206 closed 12 months ago

jsv1206 commented 1 year ago

Describe the bug Error at cit_sci_pipeline.send_image_data invariable_stars branch. I see this error after variable_stars_package_update is merged with variable_stars

To Reproduce Steps to reproduce the behavior, written in imperative mood:

  1. Go to 'variable_stars' branch
  2. Click on 'variable_stars.ipynb'
  3. Scroll down to 'last cell'
  4. See error

Expected behavior To send flipbook

Actual behavior Attached screenshots

flipbook_manifest

error

ericdrosas87 commented 1 year ago

This is there error I see in the EDC logs:

panoptes_client.panoptes.PanoptesAPIException: Could not find project with id='21742'

Can you confirm @jsv1206 that the above project indeed exists?

eatyourgreens commented 1 year ago

I can see the project here. https://www.zooniverse.org/lab/21742

There’s one user with write access: sreevani. Is that the account that’s trying to create the new subject set?

ericdrosas87 commented 1 year ago

Thank you for helping troubleshoot @eatyourgreens! I think @jsv1206 is the one testing as she wrote up the issue, but if someone else is testing the notebook that could be the cause. I did see that the email and slug name were left in the code so that could be the case if someone else tried to run it. I was able to successfully transfer data over using the same notebook oddly.

eatyourgreens commented 1 year ago

My first thought was perhaps this was a user account that hasn't been added as a project collaborator. That might give a 'project not found' error.

jsv1206 commented 12 months ago

Sorry for not getting back on this issue. I am unable to send the data to PROJECT #21742 but surprisingly, I don't encounter any errors when I send it PROJECT #19405.

I guess it is something to do with the project setup itself. I will see if anything is different between the two projects.

Thanks for your help!