-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
When notebook submits a run and clicks the link they get "Error: failed to retrieve run:" #1017
Comments
Could you please provide more details? Why not fixing the error itself for instance? |
I think that the problem is well-known and reproducible. I'm just adding a tracking item. |
Does the user only see this error immediately after submitting, or is it always broken? Are you seeing this error within the web UI? What is the expected behavior here? |
Yes.
The user sees the error immediately after submitting a new run and clicking the Run link.
I expect not to see this error message when the run exists in the DB. Do you know why this error happens? Is this frontend or backend issue? |
The frontend is indicating that the backend returned an error when the run was requested.] I tried this with a few different notebooks and was not able to reproduce it. Have you seen it since the auto-refresh feature was added? If you are able to still reproduce it, could you click "Details" when you see the above error and paste what it says here as well? That should indicate what error the backend is sending |
Resolving, please reopen with the additional details that rileybauer@ requested if the problem is still showing up. |
I see it almost every time I submit a run from a notebook.
AFAIR, the error message was the same ~ "Failed to retrieve run". |
We should make it so that the user does not see the error.
When the run is submitted, the client receives the run ID. So the run entry must already exist in the DB. The Frontend should see that and prevent the error.
The text was updated successfully, but these errors were encountered: