I didn't have this problem before but for the last 2 days, I can't seem to open any of my apps in Developer Console. I log in to the Console without any problem and click&go to anything except my apps without any problem. However once I click on my apps it just brings out the error: "Unexpected Error, please try again."
The thing is... It only happens in Chrome. I tried with Edge and it works perfectly. I deleted cache and cookies in the Chrome but still no solution.
Related
I'm getting the following error when trying to open my Google Sheets Add-on in Google Chrome:
message: "There was an error during the transport or processing of this request. Error code = 10, Path = /wardeninit"
name: "TransportError"
However, when I open it on Firefox everything works correctly.
I looked at the same error message (google.script.run throwing Transport error), but none of the solutions worked for my problem.
Hoping someone can help me with a hint.
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.
A few days ago this started appearing in my Google Apps Script Web App Consoles:
Uncaught (in promise) ReferenceError: currentURL is not defined at then.catch.e (content_script_bundle.js:13)
What might this be?
content_script_bundle.js is likely a script within a Chrome Extension. Ghostery has such a js file. Basically, it has caught an error of some kind
window.console.error("Could not run content script", e, currentURL())
Unfortunately, the line in the script that pushes the error to the console itself has a minor bug whereby currentURL has not been defined so it squawks.
Just turn off Ghostery or whatever and the error will disappear. Although, you can just ignore it. Easiest though is to right-click the console message and select "Hide messages from content_script_bundle.js" if it's bothering you. If it is Ghostery then mark your site as trusted as noted in the comment below. Probably the best solution.
This is a screenshot from Chrome Inspector.
For first few days of scriptig it has worked fine.
But yesterday it has stop working. Every time I open editor no code is visible and editor show generic error message "occurred unexcepted error". See screenshot.
After testing and research I found some facts
problem occures on both my google account (company and personal)
problem occures on every document (even if I open script editor for first time on this document)
problem occures on both my PC on chrome
clear chrome cache didnt help
in FF editor is working fine
Sorry for screen in czech, but I am not able change language becouse all gui is disabled.
Error screenshot
You can change language in browser preferences.
Which web browser are you using ? Have you try an over one ?
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.