sonerezh icon indicating copy to clipboard operation
sonerezh copied to clipboard

Firefox support.

Open jcjordyn130 opened this issue 8 years ago • 10 comments

Trying to use sonerezh with firefox brings up a page with no CSS styling.

jcjordyn130 avatar Mar 22 '17 19:03 jcjordyn130

@jcjordyn130 Are there any errors in your Web browser console or Webserver logs? I can't reproduce this on Firefox.

nodiscc avatar Mar 22 '17 20:03 nodiscc

The web server brings up no logs, and iirc the browser didn't either.

jcjordyn130 avatar Mar 22 '17 20:03 jcjordyn130

https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Opening_the_Web_Console

nodiscc avatar Mar 22 '17 21:03 nodiscc

yeah I already went into the developer tools.

jcjordyn130 avatar Mar 22 '17 23:03 jcjordyn130

Can you provide more information? (Content of error+access logs+web console) Do you use an ad blocker such as uBlock which might be filtering some resources? (if so, check your adblocker's requests log). As I said all resources are correctly loaded here (Firefox 53 on Debian, Sonerezh 1.1.3 on Apache 2.4/Debian)

Without further information it will be next to impossible to help you debug your issue.

nodiscc avatar Mar 22 '17 23:03 nodiscc

I don't have any webserver logs, I disabled them. and I do use a blocker. my server is nginx on ubuntu 16.04, and the client is firefox esr 45 on void.

jcjordyn130 avatar Mar 22 '17 23:03 jcjordyn130

Can you do the following:

  • Re-enable the server logs for debugging purposes (access_log and error_log nginx config directives), reload the nginx servce
  • Open the Firefox Web Console (Ctrl+Shift+K)
  • Access your Sonerezh instance to reproduce the missing CSS bug
  • Right-click the Web console, click Select All, right click again, click Copy
  • Paste contents of the Web console here
  • Copy your webserver logs and paste the contents here (most likely the relevant entries would be in the error log)

nodiscc avatar Mar 22 '17 23:03 nodiscc

Seems to be working fine here. Firefox 52.0.2 on OSX and the latest Sonerezh development branch.

gs11 avatar Apr 05 '17 07:04 gs11

Working fine here too: Firefox 52 ESR on OSX and 53 on Linux.

MightyCreak avatar May 03 '17 13:05 MightyCreak

I recently switched to Firefox at work and have seen issues with playing some tracks. Media resource https://<server>/sonerezh/songs/download/72530 could not be decoded.

The tracks in questions are mp3 v0 but haven't had time to investigate yet. These tracks work just fine in Chrome.

Update: Issue #301 opened for the problem but root cause was partly damaged mp3 files / Firefox.

gs11 avatar May 03 '17 13:05 gs11