Comment #1 on issue 818 by [email protected]: Gmail offline installation hangs
http://code.google.com/p/gears/issues/detail?id=818

This issue also causes authentication fail error on offline installation of Google
Docs

Chrome 1.0.154.48
Gears 0.5.11.0

What steps will reproduce the problem?
1. Log into Google Docs
2. Click on offline
3. Wait for the installation to finish

What is the expected output?
No issues, no errors

What do you see instead?
A message appears "An error occurred while updating software. Failed to
update software for the applications: authentication"

Please use labels and text to provide additional information.
This only happens on corporate account and not public Docs.
Happens on both XP and Vmware Vista


Chrome Developer comments
--------------------------
This is happening because docs tries to create a cross-origin worker, but that worker
is not served with the correct content-type.  The URL is
"https://www.google.com/a/google.com/OfflineWorkerJS?service=writely";

BTW, this was difficult to track down because the way we report global errors in Chrome is to invoke window.onerror, which we leave up to the app to define. In this
case, it wasn't defined, so the error message wasn't reported.


References to the original reports that were raised against Chrome are in:
http://code.google.com/p/chromium/issues/detail?id=7479
http://code.google.com/p/chromium/issues/detail?id=7480


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to