Robin
03/29/2023, 9:31 AM[ERROR] ConnectionError: HTTPSConnectionPool(host='api.prefect.cloud', port=443): Max retries exceeded with url: /api/accounts/{ACCOUNT_ID}/workspaces/{WORKSPACE_ID} (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f04a5873310>: Failed to establish a new connection: [Errno 110] Connection timed out'))
3. Any tips what could cause the error?redsquare
03/29/2023, 9:39 AMRobin
03/29/2023, 12:29 PMstatus_code:
405
text:
'{"detail":"Method Not Allowed"}'
redsquare
03/29/2023, 12:34 PMRobin
03/29/2023, 12:36 PM422
error, so getting closer 👌redsquare
03/29/2023, 12:41 PMRobin
03/29/2023, 12:58 PMquery = """
mutation($flowId: UUID!) {
create_flow_run(input: { flow_id: $flowId }) {
id
name
flow {
id
name
}
}
}
"""
and
mutation($flowId: UUID!) {
create_flow_run(input: { flow_id: $flowId })
}
redsquare
03/29/2023, 12:59 PMRobin
03/29/2023, 1:01 PMredsquare
03/29/2023, 1:01 PMRobin
03/29/2023, 1:02 PMredsquare
03/29/2023, 1:06 PMRobin
03/29/2023, 1:09 PMredsquare
03/29/2023, 1:16 PM