gas-github icon indicating copy to clipboard operation
gas-github copied to clipboard

Error in pulling/pushing

Open davidyang opened this issue 9 years ago • 8 comments

I can't push or pull - it looks like it's using getFileContent which may be deprecated?

The error I get in debugging is:

//EX[2,1,["com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533","This application is out of date, please click the refresh button on your browser. ( Could not locate requested method \x27getFileContent(com.google.apps.maestro.server.frontend.common.shared.ProjectMetadata)\x27 in interface \x27com.google.apps.maestro.ide.shared.IdeService\x27 )"],0,7]

davidyang avatar Dec 09 '16 15:12 davidyang

Yes, seesm google has updated the gwt methods. I'm working on it to make it compatible with the new gwt method.

leonhartX avatar Dec 10 '16 03:12 leonhartX

@davidyang the extension has been update to 0.1.8 and works with new GAS method.

leonhartX avatar Dec 10 '16 04:12 leonhartX

Thanks for the fast response @leonhartX - that was awesome. Thanks for making this - really a great workflow helper for developing container bound scripts.

Curious if you've used browserify or Typescript in your Apps Script?

davidyang avatar Dec 11 '16 05:12 davidyang

@davidyang

Curious if you've used browserify or Typescript in your Apps Script?

no, this is just wrote by pure javascript.

leonhartX avatar Dec 12 '16 01:12 leonhartX

@leonhartX seems this issue has surfaced again; response when trying to push: "//EX[2,1,["com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533","This application is out of date, please click the refresh button on your browser. ( Could not locate requested method \x27getFileContent(com.google.apps.maestro.server.frontend.common.shared.ProjectMetadata)\x27 in interface \x27com.google.apps.maestro.ide.shared.IdeService\x27 )"],0,7]"

There does not seem to be any new gwt releases though

maininformer avatar Aug 01 '18 01:08 maininformer

@plumSemPy thanks for the report, I've confirmed it. this is dut to the internal RPC updated as last time.

There does not seem to be any new gwt releases though

there is not any explicit release of this, Google just change some flag value in the RPC parameter.

leonhartX avatar Aug 01 '18 01:08 leonhartX

fixed in v4.0.4

leonhartX avatar Aug 01 '18 01:08 leonhartX

That is a pretty unexpected thing to do. But thank you very much for your fast response, unblocked me.

maininformer avatar Aug 01 '18 02:08 maininformer