上传曲目时Soundcloud API返回502错误

上传曲目时Soundcloud API返回502错误,api,soundcloud,http-status-codes,Api,Soundcloud,Http Status Codes,我正在使用SoundCloudAPI包装器来上传一些曲目。 该应用程序在几年前一直运行良好 现在我得到一个HTTP100代码,后面是一个HTTP502错误 请求如下: Array ( [CURLOPT_HEADER] => 1 [CURLOPT_RETURNTRANSFER] => 1 [CURLOPT_USERAGENT] => PHP-SoundCloud/2.3.2 [CURLOPT_POST] => 1 [CURLOPT_P

我正在使用SoundCloudAPI包装器来上传一些曲目。 该应用程序在几年前一直运行良好

现在我得到一个HTTP100代码,后面是一个HTTP502错误

请求如下:

Array
(
    [CURLOPT_HEADER] => 1
    [CURLOPT_RETURNTRANSFER] => 1
    [CURLOPT_USERAGENT] => PHP-SoundCloud/2.3.2
    [CURLOPT_POST] => 1
    [CURLOPT_POSTFIELDS] => Array
    (
        [track[title]] => Boris - Like Water (Original Mix) [Alleanza]
        [track[description]] => <p>It is said that there is something in the New York air that makes sleep useless and these night-loving cuts from Boris sustain the fact of his own city. Bottom heavy might be the ideal definition for these showpieces but when we secure work of this calibre to the label throwing light upon words would be a violation of what is regarded as sacred to new age techno for the reason that interpretation to such elegance should be prevailed at the given time of function.</p>
        [track[asset_data]] => @/home/cubelab/platform/labels/alleanza/ALLE043/BORIS_-_Like_Water_-_ALLEANZA.mp3
        [track[sharing]] => private
        [track[tag_list]] => "Boris" "Like Water" "Original Mix" "Techno" "Alleanza"
        [track[genre]] => Techno
        [track[track_type]] => original
        [track[downloadable]] => 
        [track[release]] => ALLE043
        [track[release_day]] => 04
        [track[release_month]] => 08
        [track[release_year]] => 2014
        [track[purchase_url]] => http://www.beatport.com/release/like-water-the-master/1340844
        [track[artwork_data]] => @/home/cubelab/platform/labels/alleanza/ALLE043/ALLE043.jpg
        [track[label_name]] => Alleanza
    )

    [CURLOPT_HTTPHEADER] => Array
    (
        [0] => Accept: application/json
        [1] => Authorization: OAuth *-*****-*******-****************
    )
)
这是来自服务器的响应:

HTTP/1.1 100 Continue

HTTP/1.1 502 Bad Gateway
Content-Type: text/html
Date: Fri, 08 Aug 2014 09:51:03 GMT
Server: ECS (ams/4989)
Content-Length: 349

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>502 - Bad Gateway</title>
    </head>
    <body>
        <h1>502 - Bad Gateway</h1>
    </body>
</html>

这似乎是Soundcloud服务器错误,我不知道如何进一步调试。

也有同样的问题。同样的时间框架。每天手动检查。天哪,刚才我的剧本100%很好。现在也应该对你有用了。你能证实吗


所以要回答你的问题:只要给它一点时间,一切就会恢复正常。。嘿。。这是你的soundcloud,德国工程等等。。。这是非常喜怒无常的,有时工作多年的脚本停止工作。而且总是只有几天

我们也从SoundCloudAPI中得到了大量的502个错误。自8月6日以来,我一直无法上传任何东西。超过450次尝试发送到API失败。我已经联系了SoundCloud,但他们目前没有提供太多帮助!这就是我所说的回归错误介绍;