I’m using the prefect master branch docker image a...
# prefect-community
j
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
What is your hasura version?
j
1.3.3
k
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
Copy code
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
Will ask some more team members about this but it’s likely about upgrading hasura I think
j
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
Nice! Sounds good!