When I have request to SoundCloud API sometimes I have "Error 503 - Service Unavailable". What is it and how it repair?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A HTTP 503 signals that the webserver is overloaded or in maintenance. This also means you cannot fix the underlying problem. (other than maybe try to perform less requests if possible) |
|||||||
|