Note that there are some explanatory texts on larger screens.

plurals
  1. POdoGet is not called with "state" parameter name, got server error
    primarykey
    data
    text
    <p>since few days, when I try to invoke all scripts as service with parameter "state", I receive a strange "Google Docs has encountered a server error", method doGet is not ever called!</p> <p>Please, can you confirm that something is changed?</p> <p>Steps to reproduce the problem:</p> <ol> <li><p>Create a simple apps script with only getMethod</p> <pre> function doGet(e) { Logger.log("doGet"); MailApp.sendEmail("xxxxxxxx@gmail.com", "Log", Logger.getLog()); <pre><code> var app = UiApp.createApplication(); return app; } </code></pre> </pre></li> <li><p>Publish the service</p></li> <li><p>Invoke the script from browser passing "state" parameter</p> <p><a href="https://sites.google.com/macros/exec?service=AKfycbwrrSzd5PM07HgmuOSE1UsXxO9MmGTEOEwvXQC1&amp;state=sample_parameter" rel="nofollow">https://sites.google.com/macros/exec?service=AKfycbwrrSzd5PM07HgmuOSE1UsXxO9MmGTEOEwvXQC1&amp;state=sample_parameter</a></p></li> <li><p>The server returns error: </p> <pre> Google Docs has encountered a server error. If reloading the page doesn't help, please contact us. <pre><code>To discuss this or other issues, visit the Google Docs Help forum. To see the list of known problems, check the Google Docs Known Issues page. Sorry, and thanks for your help! - The Google Docs Team </code></pre> </pre></li> </ol> <p>I've also opened <a href="http://code.google.com/p/google-apps-script-issues/issues/detail?id=1358" rel="nofollow">issue</a> </p> <p>Thanks all, Francesco</p> <p><strong>EDIT:</strong> <a href="http://code.google.com/p/google-apps-script-issues/issues/detail?id=1358" rel="nofollow">Issue</a> has been fixed! Thanks all.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload