Site no Longer Loads

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Peorth

Site no Longer Loads

Unread post by Peorth » 2016-02-13, 15:00

This site used to be working fine... and I submitted an issue ticket with them as well, but still curious what might have caused it in one of the recent updates (the only thing I can attribute it no longer working to). I cannot remember if it worked during one of the 26.x versions and just stopped in the most recent or if it has not worked since v 26. I followed all their links on the page as possible methods to remedy the issue to no avail. Just wanted to see if you knew of a change (maybe some setting or security fix) that could have caused it as well.

http://gw2timer.com/

PM 26.0.3 (x64)
Windows 7
Addons in attachment for reference.


P.S. I am also getting a crazy memory leak from my usual array of websites I visit and am going to try to narrow it down before giving you another ticket... but it is scary to see PM hit 14.5GB of memory from 2GB over a span of eight or nine hours of no activity! It didn't used to do this either. :(
Attachments
Untitled.png

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35479
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Site no Longer Loads

Unread post by Moonchild » 2016-02-13, 18:04

It throws an error:

Code: Select all

Timestamp: 13/02/2016 18:58:54
Error: TypeError: window.speechSynthesis is null
Source File: http://gw2timer.com/gw2t-min.js
Line: 9
It tries to use text-to-speech, and just assumes everyone supports that, I guess.
I've left a note on the reporting thread.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

gpower2

Re: Site no Longer Loads

Unread post by gpower2 » 2016-02-15, 11:36

According to this:
https://developers.google.com/web/updat ... thesis-API
most browsers already support the Web Speech API, and latest Firefox actually does.

Doesn't Palemoon support this, since it's based on the Firefox code? Or perhaps it's another bad user agent detection algorithm on google's side?

Locked