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
Sometimes the backend will respond a 404 for no apparent reason. Sentry has only caught it when fetching available sample files (https://sentry.io/organizations/kitware-data/issues/1327518191/), but I've personally seen it several times when fetching the loadings plot (/api/v1/csv/{uuid}/plot/loadings). In those cases, corresponding requests for the PCA plot succeeded, and everything worked after refreshing the page.
My hypothesis is that the problem is that the error is being thrown from the views.load_validated_csv_file annotation:
Sometimes the backend will respond a 404 for no apparent reason. Sentry has only caught it when fetching available sample files (https://sentry.io/organizations/kitware-data/issues/1327518191/), but I've personally seen it several times when fetching the loadings plot (/api/v1/csv/{uuid}/plot/loadings). In those cases, corresponding requests for the PCA plot succeeded, and everything worked after refreshing the page.
My hypothesis is that the problem is that the error is being thrown from the
views.load_validated_csv_file
annotation:Somehow the database isn't finding a validated table that is there for requests made before and after the error occurs.
The text was updated successfully, but these errors were encountered: