[GH-ISSUE #1151] Remote Controller empty / blank page #661

Closed
opened 2026-02-26 02:33:53 +03:00 by kerem · 5 comments
Owner

Originally created by @vmario89 on GitHub (Dec 26, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1151

Originally assigned to: @phanan on GitHub.

Hi,
i set up a recent Koel 4.2.2 and everything works fine (last.fm, youtube integration, inotify watcher, ..) except the remote controller. Its page is just blank: https://music.leyghis.de/remote

i tested this from android and from different browsers. I also CURLed from localhost. The output page is the same blank page on all devices :-(

in 3.7.2 this worked well. I don't know what happened here since last upgrades. I cannot find any error in

  • browser inspector
  • apache log
  • Koels artisan log

does anybody has some idea where i could look for some errors and/or to fix this?

regards, Mario

Originally created by @vmario89 on GitHub (Dec 26, 2019). Original GitHub issue: https://github.com/koel/koel/issues/1151 Originally assigned to: @phanan on GitHub. Hi, i set up a recent Koel 4.2.2 and everything works fine (last.fm, youtube integration, inotify watcher, ..) except the remote controller. Its page is just blank: https://music.leyghis.de/remote i tested this from android and from different browsers. I also CURLed from localhost. The output page is the same blank page on all devices :-( in 3.7.2 this worked well. I don't know what happened here since last upgrades. I cannot find any error in * browser inspector * apache log * Koels artisan log does anybody has some idea where i could look for some errors and/or to fix this? regards, Mario
kerem 2026-02-26 02:33:53 +03:00
Author
Owner

@phanan commented on GitHub (Dec 27, 2019):

Yikes! This is what you got for bad test coverage!

<!-- gh-comment-id:569183234 --> @phanan commented on GitHub (Dec 27, 2019): Yikes! This is what you got for bad test coverage!
Author
Owner

@vmario89 commented on GitHub (Dec 27, 2019):

hi. this commit fixed the visibilty of the service but it throws an error in browser console now. It has to do with MIME type and CORS headers. I am not able to find the issue because it points to the option "nosniff" which i did not set at all.

grafik

curl -i https://music.leyghis.de/remote
HTTP/1.1 200 OK
Date: Fri, 27 Dec 2019 12:53:08 GMT
Server: Apache/2.4.29 (Ubuntu)
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: DENY
Host: 127.0.0.1:8000
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Access-Control-Allow-Origin: *
Referrer-Policy: origin-when-cross-origin
Transfer-Encoding: chunked

I already played a lot the header vaules (removed all of them) but no difference

<!-- gh-comment-id:569264390 --> @vmario89 commented on GitHub (Dec 27, 2019): hi. this commit fixed the visibilty of the service but it throws an error in browser console now. It has to do with MIME type and CORS headers. I am not able to find the issue because it points to the option "nosniff" which i did not set at all. ![grafik](https://user-images.githubusercontent.com/5631071/71517938-a07b1f00-28b0-11ea-80ec-59d57c74be68.png) ``` curl -i https://music.leyghis.de/remote HTTP/1.1 200 OK Date: Fri, 27 Dec 2019 12:53:08 GMT Server: Apache/2.4.29 (Ubuntu) Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Frame-Options: DENY Host: 127.0.0.1:8000 Cache-Control: no-cache, private Content-Type: text/html; charset=UTF-8 Vary: Accept-Encoding Access-Control-Allow-Origin: * Referrer-Policy: origin-when-cross-origin Transfer-Encoding: chunked ``` I already played a lot the header vaules (removed all of them) but no difference
Author
Owner

@phanan commented on GitHub (Dec 27, 2019):

It works for me. Maybe check your adblocker?

Am Fr., 27. Dez. 2019 um 19:56 Uhr schrieb Mario Voigt <
notifications@github.com>:

hi. this commit fixed the visibilty of the service but it throws an error
in browser console now. It has to do with MIME type and CORS headers. I am
not able to find the issue because it points to the option "nosniff" which
i did not set at all.

[image: grafik]
https://user-images.githubusercontent.com/5631071/71517938-a07b1f00-28b0-11ea-80ec-59d57c74be68.png

curl -i https://music.leyghis.de/remote
HTTP/1.1 https://music.leyghis.de/remoteHTTP/1.1 200 OK
Date: Fri, 27 Dec 2019 12:53:08 GMT
Server: Apache/2.4.29 (Ubuntu)
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: DENY
Host: 127.0.0.1:8000
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Access-Control-Allow-Origin: *
Referrer-Policy: origin-when-cross-origin
Transfer-Encoding: chunked

I already played a lot the header vaules (removed all of them) but no
difference


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/phanan/koel/issues/1151?email_source=notifications&email_token=AB5O3UVKYG3DWXFJRABB7MDQ2X3PRA5CNFSM4J7PQT2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHXESBQ#issuecomment-569264390,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AB5O3UX22D55X5B6FDZHZPDQ2X3PRANCNFSM4J7PQT2A
.

<!-- gh-comment-id:569269045 --> @phanan commented on GitHub (Dec 27, 2019): It works for me. Maybe check your adblocker? Am Fr., 27. Dez. 2019 um 19:56 Uhr schrieb Mario Voigt < notifications@github.com>: > hi. this commit fixed the visibilty of the service but it throws an error > in browser console now. It has to do with MIME type and CORS headers. I am > not able to find the issue because it points to the option "nosniff" which > i did not set at all. > > [image: grafik] > <https://user-images.githubusercontent.com/5631071/71517938-a07b1f00-28b0-11ea-80ec-59d57c74be68.png> > > curl -i https://music.leyghis.de/remote > HTTP/1.1 <https://music.leyghis.de/remoteHTTP/1.1> 200 OK > Date: Fri, 27 Dec 2019 12:53:08 GMT > Server: Apache/2.4.29 (Ubuntu) > Strict-Transport-Security: max-age=63072000; includeSubDomains; preload > X-Frame-Options: DENY > Host: 127.0.0.1:8000 > Cache-Control: no-cache, private > Content-Type: text/html; charset=UTF-8 > Vary: Accept-Encoding > Access-Control-Allow-Origin: * > Referrer-Policy: origin-when-cross-origin > Transfer-Encoding: chunked > > I already played a lot the header vaules (removed all of them) but no > difference > > — > You are receiving this because you modified the open/close state. > Reply to this email directly, view it on GitHub > <https://github.com/phanan/koel/issues/1151?email_source=notifications&email_token=AB5O3UVKYG3DWXFJRABB7MDQ2X3PRA5CNFSM4J7PQT2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHXESBQ#issuecomment-569264390>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5O3UX22D55X5B6FDZHZPDQ2X3PRANCNFSM4J7PQT2A> > . >
Author
Owner

@vmario89 commented on GitHub (Dec 27, 2019):

hi, i checked this from smartphone, a notebook and some regular tower pc. same behaviour with/without Antivirus browser integrations or Adblock Plus etc.

<!-- gh-comment-id:569269357 --> @vmario89 commented on GitHub (Dec 27, 2019): hi, i checked this from smartphone, a notebook and some regular tower pc. same behaviour with/without Antivirus browser integrations or Adblock Plus etc.
Author
Owner

@phanan commented on GitHub (Dec 27, 2019):

I've no idea really, as this doesn't have anything to do with cross-origin.

Am Fr., 27. Dez. 2019 um 20:26 Uhr schrieb Mario Voigt <
notifications@github.com>:

hi, i checked this from smartphone, a notebook and some regular tower pc.
same behaviour with/without Antivirus browser integrations or Adblock Plus
etc.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/phanan/koel/issues/1151?email_source=notifications&email_token=AB5O3UXEFKIEHUWTX4WRTI3Q2X7BBA5CNFSM4J7PQT2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHXFY3I#issuecomment-569269357,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AB5O3US3265MO67TFVM62DDQ2X7BBANCNFSM4J7PQT2A
.

<!-- gh-comment-id:569270307 --> @phanan commented on GitHub (Dec 27, 2019): I've no idea really, as this doesn't have anything to do with cross-origin. Am Fr., 27. Dez. 2019 um 20:26 Uhr schrieb Mario Voigt < notifications@github.com>: > hi, i checked this from smartphone, a notebook and some regular tower pc. > same behaviour with/without Antivirus browser integrations or Adblock Plus > etc. > > — > You are receiving this because you modified the open/close state. > Reply to this email directly, view it on GitHub > <https://github.com/phanan/koel/issues/1151?email_source=notifications&email_token=AB5O3UXEFKIEHUWTX4WRTI3Q2X7BBA5CNFSM4J7PQT2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHXFY3I#issuecomment-569269357>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5O3US3265MO67TFVM62DDQ2X7BBANCNFSM4J7PQT2A> > . >
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#661
No description provided.