Sven Teresniak
10/07/2020, 2:39 PM[2020-10-07 14:26:37,427] ERROR - agent1 | 400 Client Error: Bad Request for url: <http://localhost:4200/>
But it is still possible to register flows as usual. I seem them in the UI, too.
I switched back to v0.13.9 and the error is gone. I only changed the Prefect version -- no configuration and no flow code.
I'd like to provide you with more information about this bug but the agent is ignoring $PREFECT__LOGGING__LEVEL=DEBUG
it seems.
Is there any change in the enviroment for the agent? Why can I register flows but not start them?josh
10/07/2020, 2:40 PM0.13.10
server docker images that fixes this and you may need to restart your server 🙂Sven Teresniak
10/07/2020, 2:43 PMimagePullPolicy: Always
josh
10/07/2020, 2:55 PMRaphaël Riel
10/07/2020, 5:25 PM{"errors":[{"message":"Cannot query field \\"run_config\\" on type \\"flow\\".","extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}]}
It’s happening AFTER the Agent has found a Flow for Execution.
Is this the same error as you had?josh
10/07/2020, 5:27 PMRaphaël Riel
10/07/2020, 5:31 PMlogger.exception
or by filling the exc_info
param.
As with https://github.com/PrefectHQ/prefect/blob/0.13.10/src/prefect/agent/agent.py#L476
This way I would have gotten the whole exception instead of a simple 400 Client Error: Bad Request for url: <https://api.prefect.io/>
in my logs.josh
10/07/2020, 5:44 PMRaphaël Riel
10/07/2020, 6:03 PMjosh
10/07/2020, 6:05 PM0.13.10
!Raphaël Riel
10/07/2020, 6:28 PM