Skip to content
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

Error messages are coming out empty #10239

Closed
Tyriar opened this issue Jun 1, 2022 · 3 comments · Fixed by #10247
Closed

Error messages are coming out empty #10239

Tyriar opened this issue Jun 1, 2022 · 3 comments · Fixed by #10247
Assignees
Labels
triage-needed Issue needs to be triaged

Comments

@Tyriar
Copy link
Member

Tyriar commented Jun 1, 2022

Testing #10170

I don't know why this fails and it isn't giving me output.

Recording 2022-06-01 at 07 41 09

I have also seen in the past run something that should have given me an error but only showed up later (can't remember if it was a later run or after waiting x seconds)

@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 1, 2022
@rchiodo
Copy link
Contributor

rchiodo commented Jun 1, 2022

I'm reproing with the same code:

class Complex:
    def __init__(self, realpart, imagpart):
        self.r = realpart
        self.i = imagpart

complex = Complex()

The error output is empty for some reason. Might be a failure parsing the trace?

@rchiodo
Copy link
Contributor

rchiodo commented Jun 1, 2022

Yeah it works fine if I switch to the other renderer:

image

Seems like a regression in our trace formatting.

@rchiodo
Copy link
Contributor

rchiodo commented Jun 1, 2022

Yeah works in stable:
image

@rchiodo rchiodo changed the title I often get no feedback from running a cell Error messages are coming out empty Jun 1, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants