wise-white
wise-white2y ago

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
absent-sapphire
absent-sapphire2y ago
looks like the site u want to have is down
Oleg V.
Oleg V.2y 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?