-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Songs won't play #53
Comments
did you check |
Nothing happens there. I tried |
Everything works fine on desktop, but I do see this error in the console. I don't know if it's related:
|
This really doesn't have enough information for me to even start to debug. Please give more info e.g., What version are you using? OS? Does your server have HTTPS? What do your files look like? |
It happens to me, too. I also can not play music sometimes, even I saw 206 status code in apache log about the request. |
Not saying that this is the reason to our specific case here, but typically files need to be bueffered first. Currently Koel has the limitation of not displaying the footer Now Playing panel right away (due to the library we're using), but it has to wait for some buffering to be done first. This limitation is at the top of my list. |
I'm running v5.18 on Ubuntu 20.04 with PHP-FPM 7.4 and NGINX. I'm not sure if these errors are related. In the browser, music plays, but I see these errors in the console:
Nothing shows up when I |
Does Koel use a standard Laravel NGINX virtual host, or do you have to do something custom? Why aren't there any virtual host examples listed in the Documentation? |
There’s one right in the repo.
…On Mon 6. Dec 2021 at 19:41 Nick ***@***.***> wrote:
Does Koel use a standard Laravel NGINX virtual host, or do you have to do
something custom? Why aren't there any virtual host examples listed in the
Documentation?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5O3UXEI6K7JC5I2NDIEHLUPT7XHANCNFSM5IS3X77A>
.
|
Ah, I see it now. Thanks. Mine was slightly different, so I updated it, but nothing changed with the phone app behavior. Could this be related to the newest iOS? Have you tested with 15.1.1? |
I'm using it with my iPhone (15.1.1). I don't think it's an app problem tbh.
Am Mo., 6. Dez. 2021 um 21:32 Uhr schrieb Nick ***@***.***>:
… Ah, I see it now. Thanks. Mine was slightly different, so I updated it,
but nothing changed with the phone app behavior.
Could this be related to the newest iOS? Have you tested with 15.1.1?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5O3USGERNPWQSYL2KAWR3UPUMUDANCNFSM5IS3X77A>
.
|
I am also unable to play anything from the iOS app, but it works fine through browser and on desktop. |
Yes, please enable SSL.
…On Tue 18. Jan 2022 at 00:39 vesubian ***@***.***> wrote:
I am also unable to play anything from the iOS app, but it works fine
through browser and on desktop.
Is TLS required on the server for it to work?
—
Reply to this email directly, view it on GitHub
<#53 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5O3UTXWPV2STFCDOFCLCLUWSSCZANCNFSM5IS3X77A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The app looks amazing and everything seems to work as expected, until I tap on a song to play it. Nothing happens. I don't see any errors come up in my NGINX log as I'm using the app. How can I go about debugging this?
The text was updated successfully, but these errors were encountered: