Chrome: Where are the console log messages? - google-chrome

Sorry for the elementary question, but I couldn't find the answer in Google. How can I check the messages in Chrome Console? Is anything is misconfigured in Chrome? Please take a look at the screenshot.

You are filtering the messages in the console.
Remove whatever you have written as /html/body/...... and you should be able to see the logs

Related

Is it possible to show console.log messages as they occur in Chrome?

I have a JS script I have been trying to debug. It works fine. It has alerts, prompts, and console.log messages. I noticed in Firefox the console.log messages get printed to console "live" as they occur in the script, yet in Chrome, one has to wait until the script has completed before the console.log messages get shown. This behavior made me think it was a bug or that I had simply clicked the wrong filter or option.
I'm still not sure why Chrome behaves the way it does.
Any insights? I would prefer to see messages occur as they are happening
Ok. After hours of fiddling about, I figured out the culprit. Chrome can indeed show console messages as they are occurring. Apparently, the "Pause on caught exceptions" option was turned on by accident and had stopped the log from showing up.
If anybody else has this problem ... you will need to wait until the script finishes and click on one of the messages. In my case, it was "bs.js". From there you will see an option "Pause on caught exceptions" where you can toggle the option. Hope this helps someone.

How to resolve the "Your browser did something unexpected" error when logging into GitHub on Chrome

I am having an issue with GitHub where when I try to submit certain things on the website it will shoot out the following error: "Your browser did something unexpected. Please contact us if the problem persists." I logged out of GitHub and now when I try and login, I am getting the error and cannot get back in.
Note this error is only occurring on my Chrome application and not on Microsoft Edge. I did clear the cache, cookies, data etc and restarted Chrome and the issue remains.
Anyone know of a good solution for this error or what is causing it in the first place?
Thanks VonC for your feedback! Turns out it was one extension in particular. Having the VPN application, Private Internet Access enabled, seems to cause issues with GitHub for some reason. Not sure why.
Check first if the issue persists, because the incident yesterday was about "elevated errors for Web and API requests."
Check also if you have 2FA activated (in which case, don't forget to use a personal access token as your password)
Finally, try and open Chrome without any plugin activated (start chrome --disable-extensions), to see if any plugin might have been interfering with the login process.
check the browser's extensions and turn off Adblock or Adgurd any extensions that block advertising then, try again

Gmail not working in chrome..

I am trying to open my gmail account. I am not able to. I am getting this error:
This site can’t be reached
mail.google.com refused to connect.
Try:
Reloading the page
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Other services are working fine.
One thing I have observed is, when I tried to open gmail in IE, its default language was portuguise(Brasil). When I tried to change it to English, I am getting this error in IE:
The webpage cannot be found
HTTP 404
Most likely causes:
•There might be a typing error in the address.
•If you clicked on a link, it may be out of date.
What you can try:
Retype the address.
Go back to the previous page.
Go to and look for the information you want.
More information
I have tried clearing browser data. Chrome is up-to-date. So what might be the problem.. Please help me.
One option you can try is to remove chrome and install a previous version and see if that helps. We had a similar scenario a few months ago and that sorted the problem out.

Getting a manifest error message when trying to publish a Google Apps Script add-on

I got my account whitelisted, and now I should be able to publish my add-on.
I went through the this list: https://developers.google.com/apps-script/add-ons/publish#development_checklist.
But now, when I try to publish it as decribed here: https://developers.google.com/apps-script/add-ons/publish#publish_your_add-on, I get this error message on the developer dashboard:
Please fix the following errors: The manifest has an invalid install
container.
It does not provide much information to me, so i don't know what to do with it.
Can someone tell me how to start?
The same question was published recently on "google-apps-script-issues" bugtracker.
Google aknowledged it as a "whitelist" problem:
https://code.google.com/p/google-apps-script-issues/issues/detail?id=4000
The best I can do now is wait.. As suggested on the issue page, if somebody will have the same problem they should star the issue.

How to track post and get form actions in Chrome?

I am debugging one script quitely hard to understand and need to track all the post and get requests, occured while visiting page in Google Chrome. Which plugin should I use?
Found it. Deleloper Tools - Network tab has done the job!