Advanced searching returns empty array sometimes

已查看 46 次
跳至第一个未读帖子

Kow

未读,
2012年3月7日 11:38:202012/3/7
收件人 SoundCloudAPI
Hello,

I've encountered a problem and I'm not sure about the cause. I have
desktop application that enables users to create custom searches based
on various parameters. Sometimes (I can't tell what is the cause) the
API returns an empty array. After a second, retrying it returns a
normal list with many tracks as it normally would.

The query is assembled like this:

'http://api.soundcloud.com/tracks.json?offset=' + offset +
'&filter=public,streamable' +
'&tags=' + options.tab.q_genre +
'&created_at[from]=' + created_at +
'&duration[from]=' + mix_only +
'&order_by=' + options.tab.q_order_by +
'&consumer_key=' + this.consumer_key;

Best regards,
Tibor

Kow

未读,
2012年3月9日 05:15:592012/3/9
收件人 soundc...@googlegroups.com
Do you need any additional information to help to debug this? Maybe an exact time when a request "failed"?
回复全部
回复作者
转发
0 个新帖子