Skip to content
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

Update fron V5 to V5.1 #1502

Closed
3 tasks done
Fallout476 opened this issue Jul 16, 2020 · 23 comments
Closed
3 tasks done

Update fron V5 to V5.1 #1502

Fallout476 opened this issue Jul 16, 2020 · 23 comments

Comments

@Fallout476
Copy link

In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}

How familiar are you with the the source code relevant to this issue?:

{1}


Expected behavior:

{Client activity, Query types, and Queries Answered by to provide a visual representation of the logs}

Actual behavior:

{spinning loading circles}

Steps to reproduce:

{pihole -up from V5 to V5.1}

Debug token provided by uploading pihole -d log:

{https://tricorder.pi-hole.net/av36wwsiro}

Troubleshooting undertaken, and/or other relevant information:

{Pihole -r, rebooted, with no change}

@dschaper
Copy link
Member

Clear your browser cache and cookies.

@Fallout476
Copy link
Author

Fallout476 commented Jul 16, 2020

no change, if i change browsers i can see it. it seams that its a chrome issue

@dschaper
Copy link
Member

Chrome ad-blocking plugins or anything like that?

@Fallout476
Copy link
Author

just the standards ABP, Privacy Badger, Https Everywhere

@dschaper
Copy link
Member

Check ABP, may be blocking the div ID.

@dschaper dschaper transferred this issue from pi-hole/pi-hole Jul 16, 2020
@klentz-12
Copy link

I as well have had the issues with the upgrade. Also the temp monitoring is also broken.

Thanks

@Fallout476
Copy link
Author

disabled ABP, even though it said 0 items, same results.

@dschaper
Copy link
Member

If the problem is with a specific browser and not all browsers then Pi-hole is functioning correctly and it's the browser that is the root cause.

@klentz-12 Open a new issue please.

@Fallout476
Copy link
Author

If the problem is with a specific browser and not all browsers then Pi-hole is functioning correctly and it's the browser that is the root cause.

@klentz-12 Open a new issue please.

Chrome is the only one thats not working as expected, Firefox, New MS Edge, and Safari works as expected

@Fallout476
Copy link
Author

reinstalled vanilla chrome with no plugins at all, same issue

@dschaper
Copy link
Member

Don't know what to say. It's something in Chrome then and not something we can fix.

@DL6ER
Copy link
Member

DL6ER commented Jul 17, 2020

@Fallout476 I will try Chrome in a sandbox as soon as possible (Monday at the earliest). Can you give some more details like Chrome version and operating system (and version thereof) you installed Chrome on?

@JyriT
Copy link

JyriT commented Jul 17, 2020

Same problem here:
Chrome version:

Google Chrome 83.0.4103.116 (Official Build) (64-bit)
Revision 8f0c18b4dca9b6699eb629be0f51810c24fb6428-refs/branch-heads/4103@{#716}
OS macOS Version 10.15.6 (Build 19G73)
JavaScript V8 8.3.110.13
Flash 32.0.0.403 /Users//Library/Application Support/Google/Chrome/PepperFlash/32.0.0.403/PepperFlashPlayer.plugin
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36

@Fallout476
Copy link
Author

this appears to be a Chrome on the Mac issue, as my Windows box can see it just fine.

13" MacBook Pro 10.14
Chrome 84.0.4147.89 official build 64bit
java and flash are built into chrome, none installed on top of that

@DL6ER
Copy link
Member

DL6ER commented Jul 17, 2020

Hmm, this makes it somewhat more complicated as I don't think we have Apple hardware for testing. The error description doesn't really give any hints. Can you open Chrome's developer tools under Mac OS? It's pressing F12 under Linux (and Windows as well, maybe).

If you can get in there, are there any errors on the Console ?

Edit It doesn't appear to give a shortcut on MacOS, however:

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools.

@Fallout476
Copy link
Author

Fallout476 commented Jul 17, 2020

These are the errors that i see in chrome console

Failed to decode downloaded font: <URL>
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Semibold.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Bold.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Semibold.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Bold.ttf
6OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.js:284 Uncaught TypeError: Cannot read property 'options' of undefined
    at Object.success (index.js:284)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at x (jquery.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery.min.js:4)
index.js:382 Uncaught TypeError: Cannot read property 'options' of undefined
    at Object.success (index.js:382)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at x (jquery.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery.min.js:4)
index.js:460 Uncaught TypeError: Cannot read property 'options' of undefined
    at Object.success (index.js:460)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at x (jquery.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery.min.js:4)

@M0dEx
Copy link

M0dEx commented Jul 18, 2020

These are the errors that i see in chrome console

Failed to decode downloaded font: <URL>
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Semibold.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Bold.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Semibold.ttf
index.php:1 Failed to decode downloaded font: http://192.168.1.XX/admin/style/vendor/SourceSansPro/SourceSansPro-Bold.ttf
6OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.php:1 OTS parsing error: invalid version tag
index.js:284 Uncaught TypeError: Cannot read property 'options' of undefined
    at Object.success (index.js:284)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at x (jquery.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery.min.js:4)
index.js:382 Uncaught TypeError: Cannot read property 'options' of undefined
    at Object.success (index.js:382)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at x (jquery.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery.min.js:4)
index.js:460 Uncaught TypeError: Cannot read property 'options' of undefined
    at Object.success (index.js:460)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at x (jquery.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery.min.js:4)

To add to this, this is the response for the font requests:

<!doctype html>
<html lang='en'>
    <head>
        <meta charset='utf-8'>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>XXX.XXX.XXX.XXX</title>
        <link rel='stylesheet' href='pihole/blockingpage.css'>
        <link rel='shortcut icon' href='admin/img/favicons/favicon.ico' type='image/x-icon'>
    </head>
    <body id='splashpage'>
        <img src='admin/img/logo.svg' alt='Pi-hole logo' width='256' height='377'>
        <br>
        <p>Pi-<strong>hole</strong>: Your black hole for Internet advertisements</p>
        <a href='/admin'>Did you mean to go to the admin panel?</a>
    </body>
</html>

@EvilWays1
Copy link

I was having this issue as well with Brave (x64 Windows version 1.11.97), along with the temperature not showing up. After "dropping shields" and going to Settings -> Additional Settings -> Privacy and security -> Clear browsing data and only deleting Cached images and files, I no longer had either issue.

@thambley
Copy link

I had this issue too. Chrome had a cached copy of scripts/pi-hole/js/index.js that was referring to $.AdminLTE.options.colors. Cleared my cache and refreshed. It works now.

@non-compos-mentis
Copy link

I also had this issue, Chrome on Windows, same js error logs, and a cached copy of the previous version of scripts/pi-hole/js/index.js referring to $.AdminLTE.options.colors. Clearing the cached files resolved it.

@miharekar
Copy link

Had same issue. Came here to complain. shift+refresh fixed it. Thanks! 😅️

@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.

@yubiuser
Copy link
Member

Should be fixed by #1550

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests