Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

track/upload 599 errors

$
0
0

I am noticing a lot of 599 errors lately when I try to upload songs for analysis. This usually means server side issues, but since no one else is reporting this, I am thinking problem may be on my side...

Example:

The mp3 file I am trying to analyze (this is an expiring link which expires in 1 hr; at the time of this post, I could access this link in my browser and listen to the mp3 file):

https://d15of1z5aftiwr.cloudfront.net/tagged/126367/tagged.mp3?1411523425&Expires=1419801783&Signature=cCUvhzrf1HKKhm5U309aYwlAXyK5cJ-3PMPAhtdhuGEnE0tIn9ah4~KBdx-B6hPnPhkUIMb2KqxUF5vipGHNwhLHSPWS9JLqdlKmcRdqIaXuXB2pBSDM0ncH1fIRAoD9ZqyQ5U9IwwpI5dawRkBJB8nx7pnQ-va5dKhNjcwGojI_&Key-Pair-Id=APKAINAHP36CX6KOMVUA

The curl request:

curl -v -X POST "http://developer.echonest.com/api/v4/track/upload" -d "api_key=JSWKMZTXZAKLHPGAP&url=https%3A%2F%2Fd15of1z5aftiwr.cloudfront.net%2Ftagged%2F126367%2Ftagged.mp3%3F1411523425%26Expires%3D1419801783%26Signature%3DcCUvhzrf1HKKhm5U309aYwlAXyK5cJ-3PMPAhtdhuGEnE0tIn9ah4~KBdx-B6hPnPhkUIMb2KqxUF5vipGHNwhLHSPWS9JLqdlKmcRdqIaXuXB2pBSDM0ncH1fIRAoD9ZqyQ5U9IwwpI5dawRkBJB8nx7pnQ-va5dKhNjcwGojI_%26Key-Pair-Id%3DAPKAINAHP36CX6KOMVUA" Hostname was NOT found in DNS cache Trying 208.43.117.65... * Connected to developer.echonest.com (208.43.117.65) port 80 (#0)

POST /api/v4/track/upload HTTP/1.1 User-Agent: curl/7.38.0 Host: developer.echonest.com Accept: / Content-Length: 364 Content-Type: application/x-www-form-urlencoded

  • upload completely sent off: 364 out of 364 bytes < HTTP/1.1 400 Bad Request < Date: Sun, 28 Dec 2014 20:28:52 GMT < Content-Type: application/json; charset=utf-8 < Content-Length: 429 < X-Request-Id: NeohxNzZTvuCAmatUDmYxQ < X-Ratelimit-Remaining: 118
  • Server TornadoServer/3.1 is not blacklisted < Server: TornadoServer/3.1 < X-Ratelimit-Limit: 120 < X-Api-Key: JSWKMZTXZAKLHPGAP < X-Ratelimit-Used: 2 < Connection: Keep-alive < Keep-Alive: timeout=15, max=100 < Via: 1.1 ID-0000627501223746 uproxy-2 <
  • Connection #0 to host developer.echonest.com left intact

{"response": {"status": {"version": "4.2", "code": 5, "message": "url - Failed to retrieve URL: https://d15of1z5aftiwr.cloudfront.net/tagged/126367/tagged.mp3?1411523425&Expires=1419801783&Signature=cCUvhzrf1HKKhm5U309aYwlAXyK5cJ-3PMPAhtdhuGEnE0tIn9ah4~KBdx-B6hPnPhkUIMb2KqxUF5vipGHNwhLHSPWS9JLqdlKmcRdqIaXuXB2pBSDM0ncH1fIRAoD9ZqyQ5U9IwwpI5dawRkBJB8nx7pnQ-va5dKhNjcwGojI_&Key-Pair-Id=APKAINAHP36CX6KOMVUA (response code: 599)"}}}


Viewing all articles
Browse latest Browse all 1582

Trending Articles