Questions tagged [error-console]

18 questions
8
votes
0 answers

Chrome Error Console net::ERR_INTERNET_DISCONNECTED

I have a rich internet application based on javascript communicating with a webserver by ajax\https(s) requests, where I use a few external javascript libraries (e.g. qooxdoo). Because this external libraries can write error messages and I want to…
hguelez
  • 81
  • 1
  • 3
6
votes
1 answer

Getting data from the browser's console using javascript

I don't know if this has been asked before, but what i'd like to be able to do is get data from the error console within the browser itself(if it supports it) this would be for when a user sends off a bug report it'd pull up any errors related to…
133794m3r
  • 5,028
  • 3
  • 24
  • 37
4
votes
3 answers

How to filter messages in Firefox Error Console?

Some of the web pages that I need to be open, while developing my script, produce a lot of errors that go into the Error Console of the Firefox. This makes it really hard to spot the errors, which are produced by the script, that I am trying to…
Anton Daneyko
  • 6,528
  • 5
  • 31
  • 59
4
votes
1 answer

Thunderbird extension console logging

I have the following code in my bootstrapped Thunderbird add-on main.js file: exports.main = function() { console.log("abc"); }; When I run this code in FireFox in Add-on Builder, I get this message displayed in FireFox Error Console: info:…
4
votes
1 answer

Capture contents of Firefox/IE error console through code?

Is it possible to capture the contents of either the Firefox or IE javascript error console? I'm thinking adding a feature where when a user clicks the 'Report A Bug' link on my site, it also sends along the contents of the console, incase there are…
davr
  • 18,877
  • 17
  • 76
  • 99
2
votes
1 answer

Where does Firefox store the contents of the Error Console?

Where does Firefox store the contents (text messages) of the Error Console. The errors, warnings, messages etc. are stored somewhere as Firefox retains them even if the browser is closed and re-opened. I tried to search the entire profile folder but…
akjain
  • 1,787
  • 3
  • 20
  • 35
1
vote
0 answers

Push notification are not receiving

I'm using sample application given by Urban Airship Documentation page. It's working fine to be executed and fetching the ApId as per screenshot. I've created application on urbanairship official wesite But i am not able to send a test notification…
0
votes
2 answers

get all the css stylesheets linked to a webpage

I'm doing some testing using Firefox's Error Console. I'm fixing the errors in the stylesheets and I want to list all HTML pages that are linked to the stylesheets for regression test purposes. Does anyone know of a tool (dreamweaver, aptana,…
Chris22
  • 1,973
  • 8
  • 37
  • 55
0
votes
3 answers

Should FF Error Console "Warnings" be taken seriously if page is not "broken"?

I'm got a list of errors that was generated from the Error Console in FF. I've done some reading here on exactly what this tool is and how important/priority these errors are as far as "bug fixes". The css is rendering fine in FF on these…
Chris22
  • 1,973
  • 8
  • 37
  • 55
0
votes
0 answers

How to find what causes a CSS warning in firefox console? (linenumbers, dynamically generated CSS, etc)

When loading a page I work on, I see something like this: 14:54:44.103 Error in parsing value for ‘margin’. Declaration dropped. instantiate_obj.php (With a yellow-ish triangle with an exclamationmark in front of it) The warning is clear:…
Erwin Moller
  • 2,375
  • 14
  • 22
0
votes
0 answers

in next.js, at page loading show error in console: 404 not found. although page load successfully

Using react with next.js and tailwind, when my website start loading i see in the console the error: "GET http://localhost:3000/true 404 (Not Found)". same error in console show again after the website loading finished. the website eventually load…
0
votes
3 answers

Angular problem Error: ExpressionChangedAfterItHasBeenCheckedError. value null

i have this console error in my angular6 project : Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'flag: '. Current value: 'flag: null'. this is the code in the ts component…
michelemalagnini
  • 149
  • 2
  • 10
0
votes
2 answers

jQuery breaks when loaded from disk cache

I have a script that will hide a submit button while the form processes to prevent multiple clicks on the button. Recently it appears this is not working all the time. I can verify that the validate jQuery file is loading each time. I didn't make…
N13Design
  • 85
  • 2
  • 2
  • 12
0
votes
1 answer

How can I resize the Chrome developer mode error console?

When opening the error console in Chrome developer mode, the window is too small to display the messages. I cannot resize the window nor the top portion to view the messages. Is there a work-around? It doesn't matter which extension/app I'm…
Chuck Baker
  • 402
  • 1
  • 5
  • 15
0
votes
4 answers

jQuery warnings in Firefox Error Console

All of the sudden, I'm getting a bunch of warnings in the Firefox Error Console... this wasn't happening earlier today, and I haven't made significant changes. The error is just constantly repeating and accumulating about 3-4 times a…
Hristo
  • 45,559
  • 65
  • 163
  • 230
1
2