CA
Crawlee & Apify15mo ago
dependent-tan

I am getting this error for all my python actor

apify_client._errors.ApifyApiError: Unexpected error: <html><body><h1>503 Service Unavailable</h1> No server is available to handle this request.
2 Replies
vicious-gold
vicious-gold15mo ago
looks like the site u want to have is down
fascinating-indigo
fascinating-indigo14mo ago
Yeah usually it means:
The HTTP status code 503 means that the server is currently unable to handle the incoming requests. Usually, this error occurs because the server is too busy or is temporarily down for maintenance. The backend server is overloaded or beyond its capacity and cannot handle any new incoming client requests.
The HTTP status code 503 means that the server is currently unable to handle the incoming requests. Usually, this error occurs because the server is too busy or is temporarily down for maintenance. The backend server is overloaded or beyond its capacity and cannot handle any new incoming client requests.

Did you find this page helpful?