Parisson / TimeSide

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

Deezer preview download is broken #206

Closed yomguy closed 3 years ago

gnuletik commented 4 years ago

Thanks for looking into this @yomguy ! However, it seems that importing file from deezer still result in broken downloading on the player. Example: https://ircam-web.github.io/timeside-player/#/item/e8926e09-d7dd-4781-a1c4-447d9b077a31

gnuletik commented 4 years ago

When loading the player on deezer-imported files, the following server-side exceptions occurs:

Internal Server Error: /timeside/api/items/e8926e09-d7dd-4781-a1c4-447d9b077a31/download/flac

ValueError at /timeside/api/items/e8926e09-d7dd-4781-a1c4-447d9b077a31/download/flac
The 'file' attribute has no file associated with it.
Internal Server Error: /timeside/api/items/e8926e09-d7dd-4781-a1c4-447d9b077a31/download/mp3

ValueError at /timeside/api/items/e8926e09-d7dd-4781-a1c4-447d9b077a31/download/mp3
The 'file' attribute has no file associated with it.
Internal Server Error: /timeside/api/items/e8926e09-d7dd-4781-a1c4-447d9b077a31/download/ogg

ValueError at /timeside/api/items/e8926e09-d7dd-4781-a1c4-447d9b077a31/download/ogg
The 'file' attribute has no file associated with it.