https://prefect.io logo
Title
j

Joshua Weber

03/31/2022, 4:40 PM
I’m using the prefect master branch docker image and when prefect spins up, it’s throwing a json decode error. I know that’s general, but has anyone encountered this?
1
k

Kevin Kho

03/31/2022, 4:42 PM
What is your hasura version?
j

Joshua Weber

03/31/2022, 4:43 PM
1.3.3
k

Kevin Kho

03/31/2022, 4:43 PM
I think you need hasura 2 for the master branch, and 1.0 onwards
Could you move the traceback to this thread so we can keep the main channel cleaner?
j

Joshua Weber

03/31/2022, 4:45 PM
raise JSONDecodeError("Expecting value", s, err.value) from None
graphql.error.graphql_error.GraphQLError: Expecting value: line 1 column 1 (char 0)
GraphQL request:2:3
1 | mutation ($input: register_agent_input!) {
INFO:     100.98.155.28:41932 - "POST / HTTP/1.1" 200 OK
2 |   register_agent(input: $input) {
  |   ^
3 |     id
Yeah sorry
k

Kevin Kho

03/31/2022, 4:46 PM
Will ask some more team members about this but it’s likely about upgrading hasura I think
j

Joshua Weber

03/31/2022, 4:47 PM
yeah, we’re pinning that 1.3.3 harsura. Updating and see if that fixes it
Thanks for the help!
The version mismatches were the issue. Comes down to an internal process problem. Thank you for your help!
k

Kevin Kho

03/31/2022, 5:32 PM
Nice! Sounds good!