Whenever I load my page into Firefox the Error Console shows:
I'm not purposely loading anything from Stack Overflow or Stack Exchange and the text "stackexchange" doesn't show up anywhere in my source. Does anyone know what these errors are?
You're using the (old) Firefox error console, which shows messages from all web pages you've got open, from the browser's own code, and from add-ons.
To see what's happening to your website only, use the web console instead. (Hit Control+Shift+K or Command+Option+K.)
Related
Is there any way of filtering out non-website warnings and errors?
I’m trying to use the console to troubleshot my JavaScript code, but the console is cluttered with messages from other sources such as Firefox addons. I some cases I can’t find my own console.log messages because of these messages.
Is there some sort of flag or setting to limit messages to the current site?
Only the Browser Console (available e.g. via Ctrl+Shift+J / Command+Shift+J or Firefox Menu > More Tools > Browser Console) shows messages coming from all different sources including add-ons.
The normal Web Console within the Firefox DevTools (available e.g. via Ctrl+Shift+K / Command+Option+K or F12 > Console) only contains messages from the current website.
So, you should ensure you're looking at the right console. If you're sure you are using the right console, then it's a bug and you should report it to Mozilla.
I am using Debian 7 and Chromium browser.
I'm setting up OAuth authentication via google developer console, but for some reason when I enter https://console.developers.google.com, browser starts loading the page, saying "Waiting for console.developers.google.com" and is stuck forever.
Once in ~7 times it eventually loads the page, but then when I click on any tab, it freezes again.
Anyone experienced something like that?
P.S. On Windows everything's fine.
P.P.S The problem is specific for Chromium browser. Chromium also glitches with google+ notifications - they won't load.
you can try loading Google developer console in privacy mode, meaning opening the console from https://cloud.google.com/ in an incognito window.
"If it works there, it means one of your extensions is causing the security problem and you should remove it." as it explained on the Google Chome Help page :'Fix connection errors.' (Your connection is not private > Tip 2: Try opening the page in incognito mode.)
I have a Flash game (written in Haxe with Sublime Text 3) that I am trying to debug in the browser. It doesn't matter which browser - I just need to be able to see the trace statements and exceptions thrown.
I've tried a tool like vizzy and it just keeps telling me that I don't have a Flash debugger. I've tried to disable the default one and install one from the Adobe but it never appears on the plugins page of chrome.
I installed the 8.1 Flash update but it does nothing for me in terms of viewing trace statements. The flashlog.txt file is empty and I've set the variables in the mm.cfg file.
I'm at my wits end. Anyone have a workaround for this or maybe some open source tool to view the trace statements?
All happened suddenly... 2 weeks ago..., the Firebug console stopped prompt me messages - all messages are not logged and it's doesn't matter if it's error/warning or info.
I Googled it all over and found that the Firefox console itself saying this message:
The Web Console logging API (console.log, console.info, console.warn, console.error) has been disabled by a script on this page.
But, my app does not override the console global object in any way and also, it occurs in any website I'm in - the console doesn't show noting except the HTTP outgoing requests I choose it to show me.
I'm sure it's Firebug's issue, I tried to downgrade Firebug to 1.11.x, it works for me 2 hours and the problem has back again.
I'm using: Firefox 23.0.1 and Firebug 1.12.1
I have a page which gets rendered if I open it in firefox safe-mode and browser gets crashed if I open it in normal mode (browser error message says "some problem occurred and dump doesn't have any information). I does work well in the chrome but it crashes again in the IE7.
I assume that nothing wrong in the backend code as its going through fine in the chrome and firefox safe-mode. What could potentially be the problem?
Any guesses? Its an UIX page being rendered by ADF.
thanks in advance
Do you have any add in in firefox? Try on a fresh install ?