leonhartX / gas-github

sync gas code to github
https://chrome.google.com/webstore/detail/lfjcgcmkmjjlieihflfhjopckgpelofo
MIT License
3.42k stars 70 forks source link

Error in pulling/pushing #15

Open davidyang opened 7 years ago

davidyang commented 7 years ago

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]

leonhartX commented 7 years ago

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

leonhartX commented 7 years ago

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

davidyang commented 7 years ago

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?

leonhartX commented 7 years ago

@davidyang

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

no, this is just wrote by pure javascript.

maininformer commented 6 years ago

@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

leonhartX commented 6 years ago

@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 commented 6 years ago

fixed in v4.0.4

maininformer commented 6 years ago

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