https://prefect.io logo
a

Alix Cook

09/29/2022, 9:40 PM
i'm also getting 500 internal service errors when im trying to apply deployments
šŸ‘€ 1
Copy code
prefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<https://api.prefect.cloud/api/accounts/c105509e-95a3-458e-ae6c-c944f68863e7/workspaces/1a48caf0-2425-487e-9081-e6a6c36575c0/deployments/>'
seems like this might not just be deployments:
Copy code
prefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<https://api.prefect.cloud/api/accounts/c105509e-95a3-458e-ae6c-c944f68863e7/workspaces/1a48caf0-2425-487e-9081-e6a6c36575c0/work_queues/fea8f6fc-6fe6-4fee-af31-847dc6c428f6/get_runs>'

	Response: {'exception_message': 'Internal Server Error'}
j

Jeff Hale

09/29/2022, 10:12 PM
Are you still seeing this behavior?
a

Alix Cook

09/29/2022, 10:16 PM
yes
oh wait these log lines are old, let me check again
yes i am still seeing this
šŸ‘€ 1
j

Jeff Hale

09/29/2022, 10:17 PM
Thank you.
Hmm. We aren't seeing elevated levels on our end or other community reports other than the single thread above.
šŸ™ 1
a

Alix Cook

09/30/2022, 1:16 AM
i'll check back tomorrow and see if that's happening again
or still, i guess
šŸ™ 1
šŸ‘ 1
j

Jeff Hale

09/30/2022, 2:28 AM
This should be resolved now. šŸ™‚
j

Jimmy Le

10/03/2022, 2:44 AM
Trying to apply a deployment and I’m also getting this error again.
Copy code
prefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<https://api.prefect.cloud/api/accounts/.../deployments/>'
Response: {'exception_message': 'Internal Server Error'}
Nevermind, resolved itself. How weird.
5 Views