Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Seek not working

Aperta
#71 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
javascript

Direzione di ricerca

Start at the SC.stream entry point and the returned player's seek method, using the example track and call shown in the issue to reproduce the behavior. Done means seeking to 5000 causes playback to begin at approximately five seconds rather than from the beginning.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Hey Soundcloud-team!

For the current version of the JS API the seek function does not seem to work.

my code:

SC.stream('/tracks/52693751').then(function(player){
    player.seek(5000);
    player.play();
});

As far as I see it this should make the song start at the 5 seconds position but it just plays from the beginning...
Am I doing something wrong here?

Lingua principale
JavaScript
Stelle
388
Fork
76
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di soundcloud/soundcloud-javascript

Tutte le issue di soundcloud/soundcloud-javascript

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.