Soundcloud's API SC.get set to return 6 results, only return 4
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- api
Research direction
Start by reproducing the SC.get('/tracks') request with q='x', limit=6, and linked_partitioning=1, then compare the requested limit with the returned items. Inspect the SDK request path and the linked API response to determine whether four results are expected behavior or an SDK issue. Done means documenting the cause or identifying a specific change needed.
Written by the indexing model from the issue text.
Description
Using SC.get() to search for tracks with the letter 'x' with a limit of 6 results for every linked_partition, I seem to recieve only 4 results for the first call.
js:
var get_url = '/tracks';
var get_options = {
q:'x',
limit:6,
linked_partitioning: 1
}
SC.get(get_url,get_options)
.then(function(data){
console.log(data);
});
url for result: https://api.soundcloud.com/tracks?q=x&limit=6&linked_partitioning=1&format=json&client_id=ANY_CLIENT_ID. limit is set to 6 and only 4 items return.
why?
- Dominant language
- JavaScript
- Stars
- 388
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from soundcloud/soundcloud-javascript
-
Dependency Dashboard Open
Difficulty 5/5 Over a week Newbie friendliness 15/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
soundcloud/soundcloud-javascript#90 · 1 reaction ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
All issues in soundcloud/soundcloud-javascript
Similar issues
-
awaiting triage bug Causes friction Hop Gui P1 P2 Transforms
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
georgestephanis/p2026#40 ·
-
Enatega Customer and Rider app: Add-ons price is not visible to customer after order is placed. Open
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Margaret-Petersen/food-delivery-app-clone-react-native#1981 ·