Page 2 of 3

Re: Google Sheets ("still loading" after Chrome update)

Posted: Fri Nov 01, 2019 11:19 am
by kteague
gavar wrote: Thu Oct 31, 2019 6:29 pm Extension auto-updated to 11.0.5 and now it works like a charm on Google Sheets (Chrome)
Thank you!
Confirmed and concur -- 11.0.5 fixes the "still loading" error. If this problem resurfaces, I will chime back in to this thread.

Now I have a new problem. When the Google Sheets page loads, I get a "Some fonts could not be loaded. Try reloading." error. I'll start a new thread for this.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Sat Nov 02, 2019 6:53 am
by Birdy
I still have the issue, though extension version is 11.0.6.

Right click and setting "can read and change webpages" from "all pages" to "when clicked" (I use a german version of chrome 78.0.3904.70) helps, but that setting doesn't make much sense with the daily use of noscript.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Sat Nov 02, 2019 1:36 pm
by doc.chazz
on version 11.0.6 and just updated google chrome on windows, but still having this problem too...

Re: Google Sheets ("still loading" after Chrome update)

Posted: Sat Nov 02, 2019 5:16 pm
by gavar
Issue is back in 11.0.6...

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Nov 04, 2019 2:07 pm
by kteague
Issue is back for me as well.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Nov 04, 2019 3:51 pm
by therube
Have you tried, 11.0.7rc1?

Re: Google Sheets ("still loading" after Chrome update)

Posted: Wed Nov 06, 2019 2:20 pm
by kteague
All I see available there is the XPI which, to my knowledge, is only for Firefox. I use Chrome.

I was going to attempt to build it using the source available on github but build.sh requires web-ext (found that) and web-ext sources "node" which, I think, may be part of node.js. I didn't have much time to deal with this yesterday as my job kept me busy.

I would be humbly grateful if there were an automated build process for the beta version for Chrome made available for download as well.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Nov 07, 2019 12:32 am
by Christopher Fritz
kteague: I was able to download the XPI, change the extension to "zip", extract to a folder, open chrome://extensions/, and then click on the "Load unpacked" and select the folder to install.

With 11.0.7rc1 on Chromium "Version 78.0.3904.87 (Official Build) Arch Linux (64-bit)", the "Still loading" continues to remain on Google Sheets. The tabs at the bottom of the screen do load, where with 11.0.6 they did not. Google Sheets remains unusable with NoScript installed.

My personal temporarily workaround is to use Google Sheets in Firefox. I don't know what's going on with NoScript that's causing issues, but I'm definitely grateful for all the work the team's put into the extension, and continues to put into it, even if there are the occasional hiccups such as with Google Sheets right now.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Nov 07, 2019 12:49 pm
by kteague
Christopher Fritz wrote: Thu Nov 07, 2019 12:32 am kteague: I was able to download the XPI, change the extension to "zip", extract to a folder, open chrome://extensions/, and then click on the "Load unpacked" and select the folder to install.
Good info. Thanks for sharing!
Christopher Fritz wrote: Thu Nov 07, 2019 12:32 am With 11.0.7rc1 on Chromium "Version 78.0.3904.87 (Official Build) Arch Linux (64-bit)", the "Still loading" continues to remain on Google Sheets. The tabs at the bottom of the screen do load, where with 11.0.6 they did not. Google Sheets remains unusable with NoScript installed.
This confirms it isn't just a problem with NoScript running in Chrome under Windows.
Christopher Fritz wrote: Thu Nov 07, 2019 12:32 am My personal temporarily workaround is to use Google Sheets in Firefox.
I'm disabling NoScript for the time being. What's really weird is I also run Chrome in a Windows 2008 R2 RDP session, same profile, same extensions, but no problem. It was exhibiting the problem previous to NoScript 11.0.6, but it's not anymore. Now I'm only experiencing this problem on my desktop PC at work.
Christopher Fritz wrote: Thu Nov 07, 2019 12:32 am I don't know what's going on with NoScript that's causing issues, but I'm definitely grateful for all the work the team's put into the extension, and continues to put into it, even if there are the occasional hiccups such as with Google Sheets right now.
I'm grateful as well. Giorgio and others here are very responsive and helpful. I'm not expecting anything from anyone. It would just be nice when this problem is resolved so that I can go back to using NoScript again.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Fri Nov 08, 2019 6:32 pm
by kteague
I loaded 11.0.8rc1, attempted to load a page, and got this in the ERROR log:

[NoScript] Cannot collect noscript activity data [object Object] Could not establish connection. Receiving end does not exist. undefined
Context

_generated_background_page.html

Stack Trace

lib/log.js:15 (error)

bg/main.js:288 (collectSeen)

Code: Select all

{
  let PREFIX = `[${browser.runtime.getManifest().name}]`;
  let debugCount = 0;

  function log(msg, ...rest) {
    console.log(`$PREFIX $msg`, ...rest);
  }

  function debug(msg, ...rest) {
    console.debug(`$PREFIX:${debugCount++} $msg`, ...rest);
  }

  function error(e, msg, ...rest) {
    console.error(`$PREFIX $msg`, ...rest, e, e.message, e.stack);
  }
}
With emphasis on the following line:

Code: Select all

    console.error(`$PREFIX $msg`, ...rest, e, e.message, e.stack);

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Nov 11, 2019 1:06 am
by mauhiz
I'm having the same issue with latest Chrome + NoScript (11.0.6). Let me know if I can help with logs or reproduction steps

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Nov 11, 2019 11:07 am
by therube
Try updating to 11.0.8 ?

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Nov 11, 2019 11:11 am
by doc.chazz
therube wrote: Mon Nov 11, 2019 11:07 am Try updating to 11.0.8 ?
chrome web store still shows latest version as 11.0.6

Re: Google Sheets ("still loading" after Chrome update)

Posted: Wed Nov 20, 2019 2:26 pm
by ElPadreeno
Chrome 78.0.3904.97
NoScript 11.0.9
MacOS 10.13.6


Still experiencing the "still loading" even with the latest version. Just an update from the field.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Wed Nov 20, 2019 2:58 pm
by doc.chazz
ElPadreeno wrote: Wed Nov 20, 2019 2:26 pm Chrome 78.0.3904.97
NoScript 11.0.9
MacOS 10.13.6


Still experiencing the "still loading" even with the latest version. Just an update from the field.
yup, me too