iterative / studio-support

❓ DVC Studio Issues, Question, and Discussions
https://studio.iterative.ai
16 stars 1 forks source link

Top-level plots images fail #63

Closed dberenbaum closed 1 year ago

dberenbaum commented 1 year ago

See https://studio.iterative.ai/user/dberenbaum/projects/example-get-started-67p6ussc8t?panels=plots%2C&commits=5709915%2Cprimary.

Screenshot 2022-11-28 at 9 20 15 AM

I have checked that the file exists on the remote, which is publicly accessible. Other branches that don't use top-level plots section can successfully render the image.

ssachkovskaya commented 1 year ago

@iterative/studio-backend can you please have a look why it cannot be parsed?

amritghimire commented 1 year ago

@ssachkovskaya

The error here seems to occur when there is no data for the datasource . Reference: L225-L231 .

We are basically inferring the data source from the dvc and load plot data in studio as in L180-L183

@dberenbaum Can you see if we have proper response from dvc to load the data here?

dberenbaum commented 1 year ago

dvc plots show has no problem getting the data from the remote in CLI.

shcheklein commented 1 year ago

@dberenbaum project is not accessible anymore, could you reproduce and refresh the link and share the link to GH please?

dberenbaum commented 1 year ago

Sorry, project was private. Made it public now. Here's an updated link: https://studio.iterative.ai/user/dberenbaum/projects/example-get-started-67p6ussc8t?panels=plots%2C&commits=5710037%2Cprimary

amritghimire commented 1 year ago

The issue has been fixed and released.