SoundCloud在所有端点上返回500,但仅在一台机器上返回

时间:2016-06-28 19:16:50

标签: soundcloud

在我的服务器上,soundcloud API返回500服务器错误:

$ curl 'https://api.soundcloud.com/tracks/?q=test&client_id=KEY'
<html><body><h1>500 Server Error</h1>
An internal server error occured.
</body></html>

如果我尝试在我的开发机器上执行此操作,一切都很好,我得到预期的结果。似乎SoundCloud禁止IP,curl 'https://api.soundcloud.com/'也返回500。为什么会这样?

1 个答案:

答案 0 :(得分:0)

如果您的程序经常请求,soundcloud会阻止您的请求,以防止阻止使用代理发布请求。