ericmckean / precipitate

Automatically exported from code.google.com/p/precipitate
Apache License 2.0
1 stars 0 forks source link

GData error ServiceException: "An unknown error has occurred." #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. log into gmail account (not google apps)
2. check Google Docs for sync
3. Refrech Now

What is the expected output? What do you see instead?
Normal sync expected (as Bookmarks and Picasa do)
but "Operation could not be complete..." shows.

What version of the product are you using? On what operating system?
1.0.6 on 10.5.7

Please provide any additional information below.

I found #14 and #8. So I tried 

$ cat /Users/keizie/Library/Caches/Metadata/Precipitate/SyncStatus
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>com.google.precipitate.GoogleDocsSource</key>
    <dict>
        <key>LastAttemptedSync</key>
        <date>2009-09-06T08:58:31Z</date>
        <key>LastError</key>
        <string>Operation could not be completed. (GData error ServiceException:
"An unknown error has occurred.")</string>
    </dict>
</dict>
</plist>

and log tarball will be sent.

Original issue reported on code.google.com by kei...@gmail.com on 6 Sep 2009 at 9:07

GoogleCodeExporter commented 9 years ago
Unfortunately the server logs don't really say much, just that trying to do the
initial docs list request after logging in (which does work) fails with an 
error 500.
Whatever is going wrong seems to be on the server side.

If you try another tool, say:
http://www.macosxhints.com/article.php?story=20090818101546358
(the --list-all option) does that fail as well?

Original comment by stuart.morgan on 6 Sep 2009 at 1:27

GoogleCodeExporter commented 9 years ago
gdoc-cp just works, on both osx and linux box. (weird)

Original comment by kei...@gmail.com on 6 Sep 2009 at 1:46

GoogleCodeExporter commented 9 years ago
Hmm. There must be something more specific triggering it then. I wonder if 
another
project based on the Objective C GData library would have the same problem, but 
I'm
not sure what a good test app would be offhand (except maybe building the one 
that
comes with the GData library, but that's a bit more involved).

Original comment by stuart.morgan on 8 Sep 2009 at 3:27

GoogleCodeExporter commented 9 years ago
I tried DocsSample from http://code.google.com/p/gdata-objectivec-client/
and it works; simply get doc list.

Is there any difference in GData.framework between precipitate and
gdata-objectivec-client?

Original comment by kei...@gmail.com on 16 Sep 2009 at 3:49

GoogleCodeExporter commented 9 years ago
It's the same framework. There must be something different in the service setup
between the sample app and Precipitate; I'll try to create some test builds 
when I
have time to try to pin down the trigger.

Original comment by stuart.morgan on 16 Sep 2009 at 5:18