Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
369 stars 59 forks source link

[API] AnalysisTrack's result_url is always "Task running" #191

Closed gnuletik closed 4 years ago

gnuletik commented 4 years ago

I'm trying to show the analysis tracks of some items on the player.

I was able to create an AnalysisTrack. However, when I GET the AnalysisTracks, the result_url property is always "Task running". I tried different Analysis (Pitch, Loudness ITU, Dissonance, Onset detection).

Is the worker working ? Is it an expected result ?

Reproduction URL: https://sandbox.wasabi.telemeta.org/timeside/api/analysis_tracks/

Thanks !

gnuletik commented 4 years ago

Thanks @Tointoin !