Can you try a "git submodule update --init" ?

For some reason they did not get checked out. None of the directories
inside lib/ should be empty. That is a sign you need to update the
submodules properly.

The gold that coverage is nowhere near complete...
On Sep 21, 2014 8:20 PM, "David Dynerman" <[email protected]> wrote:

> Hello,
>
> I'm trying to get ASynK bbdb<->carddav working and encountering an
> immediate error when following the example profile setup/dry run sync
> described here:
>
> Section "Steps"
>
> https://github.com/skarra/ASynK/blob/master/.stash/README.CardDAV.org
>
> The error thrown is:
>
>   File "./asynk.py", line 1057, in login_cd
>     raise AsynkError("%s: Cannot use any CardDAV accounts" % e)
> __main__.AsynkError: cannot import name vobject: Cannot use any CardDAV
> accounts
>
> I searched around and found this error might be caused by an incomplete
> sync. However, a r
>
> $ git clone --recursive https://github.com/skarra/ASynK.git
>
> fails once it descends into gdata:
>
> Cloning into 'lib/.gdata'...
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> Clone of '[email protected]:skarra/Google-Contacts-API.git' into submodule
> path 'lib/.gdata' failed
>
> The result is that the vobject subdirectory is empty, which probably
> shouldn't be the case:
>
> $ ls -ls ASynK/lib/vobject/
> $
>
> I also tried downloading the source directory, but that seems to ALSO be
> missing vobject:
>
> $ wget https://github.com/skarra/ASynK/archive/v2.0.0-rc2.zip
> $ unzip v2.0.0-rc2.zip
> $ ls -ls ASynK-2.0.0-rc2/lib/vobject/
> $
>
> Is this an error? Should that directory be empty? I have no way of knowing
> if my installation is broken, or if this is a problem with my sync
> configuration. For what it's worth, the "gold" unit tests in the source
> directory all pass, but those aren't doing CardDav. The test_cd.py fails
> with the same vobject error.
>
> Thank you!
> David
>
> --
> You received this message because you are subscribed to the Google Groups
> "ASynK Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/asynk/39316269-0561-4b67-928e-1f944f845bee%40googlegroups.com
> <https://groups.google.com/d/msgid/asynk/39316269-0561-4b67-928e-1f944f845bee%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ASynK Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/asynk/CAFkt3UNN0ZTE5g0MVdLvcPrxcHAOoLbfdAKNQQwU3HMTp6X9Fw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to