[GH-ISSUE #1773] [bug] repeated requests to /build/assets/null #977

Open
opened 2026-02-26 02:34:48 +03:00 by kerem · 5 comments
Owner

Originally created by @asdfzxcvbn on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1773

Describe the bug
while playing a song, about 2/3 requests are sent to /build/assets/null every second (returns 404)

To reproduce
Steps to reproduce the behavior:

  1. open network tab in dev console
  2. play a song
  3. observe requests

Expected behavior
no external requests should be made.

Screenshots
image

Environment

  • Koel version: v7.0.0
  • OS hosting Koel: debian 12 (ran in podman/docker)
  • Browser: firefox developer v128.0b9
  • PHP version: containerized
  • Node version: containerized
Originally created by @asdfzxcvbn on GitHub (Jul 10, 2024). Original GitHub issue: https://github.com/koel/koel/issues/1773 **Describe the bug** while playing a song, about 2/3 requests are sent to `/build/assets/null` every second (returns 404) **To reproduce** Steps to reproduce the behavior: 1. open network tab in dev console 2. play a song 3. observe requests **Expected behavior** no external requests should be made. **Screenshots** ![image](https://github.com/koel/koel/assets/109937991/b23aa0b0-dea1-4d90-9287-425a89022df3) **Environment** - Koel version: v7.0.0 - OS hosting Koel: debian 12 (ran in podman/docker) - Browser: firefox developer v128.0b9 - PHP version: containerized - Node version: containerized
Author
Owner

@phanan commented on GitHub (Jul 10, 2024):

Hmm, I can't seem to reproduce the bug, nor is there any kind of periodic asset request in Koel. What other information can you provide?

<!-- gh-comment-id:2221132407 --> @phanan commented on GitHub (Jul 10, 2024): Hmm, I can't seem to reproduce the bug, nor is there any kind of periodic asset request in Koel. What other information can you provide?
Author
Owner

@phanan commented on GitHub (Jul 10, 2024):

image

For example, this is my log. There are only playback status requests, which are triggered every 5 seconds.

<!-- gh-comment-id:2221159090 --> @phanan commented on GitHub (Jul 10, 2024): ![image](https://github.com/koel/koel/assets/8056274/c7acdd77-d1bc-4acb-9c6b-efe44c58add8) For example, this is my log. There are only playback status requests, which are triggered every 5 seconds.
Author
Owner

@asdfzxcvbn commented on GitHub (Jul 10, 2024):

Hmm, I can't seem to reproduce the bug, nor is there any kind of periodic asset request in Koel. What other information can you provide?

this is a fresh v7.0.0 docker installation with only one album, a youtube api key, and hosted on docker w/ mysql

it's reverse proxied with caddy

that's about it, i dont think any of that is helpful

<!-- gh-comment-id:2221552447 --> @asdfzxcvbn commented on GitHub (Jul 10, 2024): > Hmm, I can't seem to reproduce the bug, nor is there any kind of periodic asset request in Koel. What other information can you provide? this is a fresh v7.0.0 docker installation with only one album, a youtube api key, and hosted on docker w/ mysql it's reverse proxied with caddy that's about it, i dont think any of that is helpful
Author
Owner

@phanan commented on GitHub (Jul 10, 2024):

I'm unfamiliar with Caddy, though I doubt it's the culprit. However, I'm afraid I can't help you debug this as, again, I don't use Caddy :)

<!-- gh-comment-id:2221587391 --> @phanan commented on GitHub (Jul 10, 2024): I'm unfamiliar with Caddy, though I doubt it's the culprit. However, I'm afraid I can't help you debug this as, again, I don't use Caddy :)
Author
Owner

@rk commented on GitHub (Aug 6, 2024):

I just hit this issue with the latest build.

Koel: 7.0.9
Server: Apache
PHP: 8.2.13

I noticed:

Referer: http://koel.localhost/build/assets/app-C6XWISUx.css

But I can't find it in either markup or CSS. It only happens during playback.

<!-- gh-comment-id:2271670602 --> @rk commented on GitHub (Aug 6, 2024): I just hit this issue with the latest build. Koel: 7.0.9 Server: Apache PHP: 8.2.13 I noticed: Referer: http://koel.localhost/build/assets/app-C6XWISUx.css But I can't find it in either markup or CSS. It only happens during playback.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#977
No description provided.