Helioviewer-Project / helioviewer.org

Main web application for solar data visualization
Other
18 stars 15 forks source link

Some movies created in the past are unable to be loaded. #323

Open dgarciabriseno opened 2 years ago

dgarciabriseno commented 2 years ago

https://helioviewer.org/?movieId=2YNN5 https://helioviewer.org/?movieId=DYNN5

The server claims they have an "Unknown Status"

Discovered while looking into issue Helioviewer-Project/api#79

dgarciabriseno commented 2 years ago

It looks like the movie was just deleted due to age. It can be generated again with reQueueMovie given the movieId.

Moving to helioviewer.org since I think the best solution would be to have the front-end check if the movie exists, and if it doesn't, then queue it and let the user know it is processing.

dgarciabriseno commented 2 years ago

If the movie doesn't exist, then ideally it should go into the user's movie creation list using https://api.helioviewer.org/v2/reQueueMovie/ Untitled

dgarciabriseno commented 1 year ago

This might still be an issue.