Closed mooreds closed 1 year ago
Hmmm. I tried it in another browser (MS Edge, Version 112.0.1722.64 (Official build) (64-bit)
) and it failed with
ScriptError: Authorization is required to perform that action.
But then I removed all my google accounts on Edge (had 2) and then signed in again with only one account and it worked. Chrome had multiple accounts too (both today when it failed and a few weeks ago when the diagramming plugin worked). The Macos chrome browser had only one account set up when I tested it.
So perhaps the issue is when a user has multiple Google accounts?
@mooreds it seems like this is the issue indeed, a problem with the google docs API with multiple users logged in : https://stackoverflow.com/questions/71982714/exception-action-not-allowed-when-using-documentapp-getactivedocument
For future readers of this issue, this is a bug in Google Docs from 2017, not sure it will ever be fixed: https://issuetracker.google.com/issues/69270374?pli=1
I have an existing document with some diagrams (all sequence diagrams). They render fine.
However, when I try to create a new diagram or update an existing one, there's an issue. When updating, I'm able to make a change to the diagram via
Edit selected chart
and have it reflected, but when I clickUpdate
, I see this error message:ScriptError: We're sorry, a server error occurred. Please wait a bit and try again.
I see a similar error message when creating a new diagram and clicking
Insert
with the default graph diagram code. I saw this error message yesterday and this morning.I've tried:
When looking at the error console, I don't see anything obvious, but there is a warning message when I first start up the extension:
There was an error during the transport or processing of this request. Error code = 404, Path = /wardeninit
When clicking save, I see:
but no other errors.
I'm using
Version 112.0.5615.138 (Official Build) (64-bit)
on Windows 10. I tested onVersion 112.0.5615.137 (Official Build) (x86_64)
on macos (intel) and it works, weirdly enough.