-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: Failed to discover collections for google #5
Comments
Maybe it is linked to the authenticationprocess: warning: No graphical browser found. Please open the URL manually. In the first situation, I created a toke file placed on my share for vdirsyncer and linked it as a "mount-point" (file). I guess that was not correct, which is why the discovery would not work. Opening the URL form the logfile, I'm aksed to login in which I can successfully and than I'm given a token, which I should use. Where do I place it? (see screnshot)
|
Go to the pimutils vdirsyncer site, that is the source for vdirsyncer. |
The solution for this should be this Issue. I'll close this issue here. |
I'm new here. I'm trying to get help. I'm not sure, if the Issues-Section is the right place.
So please forgive me, in case it is not. I will remove it.
I'm running Vdirsyncer-Dockerized on a Synology-Nas in Docker.
I'm tying to sync the local cal with my google-calendar.
I installed pip install vdirsyncer[google]
Authentication with Google Caldav works fine, but I keep on getting the following warning:
warning: Failed to discover collections for google
Config:
General
[general]
status_path = "/vdirsyncer/status/"
Pairs
[pair google_local]
a = "google"
b = "local"
collections = ["from a", "from b"]
conflict_resolution = "b wins"
[storage google]
type = "google_calendar"
token_file = "/vdirsyncer/google_token"
client_id = "78214-f1bcquf5q1c6n66i7lb.apps.googleusercontent.com"
client_secret = "GO************************UqBT"
[storage local]
type = "caldav"
url = "https://a*****b.c******d.ch/caldav/tobias.faust/hjqbrkvn/"
username = "username"
password = "password"
Logfile
-vdebug
to see the full traceback.-vdebug
to see the full traceback.-vdebug
to see the full traceback.-vdebug
to see the full traceback.-vdebug
to see the full traceback.Thnx for your help
The text was updated successfully, but these errors were encountered: