koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
178 stars 54 forks source link

File size limit when uploading? #102

Open karezza opened 2 years ago

karezza commented 2 years ago

When I upload, only my smaller audio files upload. Some of the files are on the larger size being radio shows.

I've deployed into kubernetes and obviously there may be a fix needed there, but I wanted to check if its related to a php value or something that is already known.

karezza commented 2 years ago

I set a new uploads.ini with larger values which seemed to help but several failed still. I did a retry all and noticed, some more worked but still some failed, so I did another, in this way after a few tries everything uploaded except for one. Not sure why it doesn't upload, the logs just show a POST but no error message. Is this type of intermittent upload behavior normal for koel?

Hyzual commented 2 years ago

Hi, thanks for reporting this. I've only ever used the upload feature while testing. Next time I spin up my test container I'll try with a radio podcast file. I'm not aware of any specific issues. 😕

karezza commented 2 years ago

No rush on this one as I was able to get everything to upload except for one file after a few retries. At any time though I can restart things to test for you.