Hey there I am seeing this error when trying to lo...
# ask-community
p
Hey there I am seeing this error when trying to load the 'Runs' page for a job:
Copy code
Operation name: PipelineRunsRootQuery

Message: Cannot return null for non-nullable field Run.mode.

Path: ["pipelineRunsOrError","results",0,"mode"]

Locations: [{"line":29,"column":3}]

Stack Trace:
  File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 541, in execute_field
    return_type, field_nodes, info, path, result
  File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 621, in complete_value
    "Cannot return null for non-nullable field"
🤖 1
s
hey pablo what version are you on? We fixed something related to this last week.
p
1.2.6
let me upgrade to 1.3.2
s
did the upgrade solve your problem?
p
We are still seeing it trying to check if we upgraded correctly
Yep upgrade had failed error is now gone thank you!
j
I just started seeing this in 1.3.3 :(
s
@Jayme Edwards are you sure you’re running 1.3.3 of all of dagster/dagster-graphql/dagit? This error was fixed I believe in 1.3.1->1.3.2.
j
Hey @sean unfortunately, yeah.
Ahhh! Wait - my library is at 1.3.3 but in the dagster config it says 1.3.1. Crap. Let me double check I updated the helm file...
Yeah, my fault. Forgot to rev the Chart.yaml again. So easy to forget that!
👍 1