We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ pycardsyncer -c pycard.conf -a private --debug DEBUG:root:Using configuration from pycard.conf DEBUG:root:Ignoring query:where in configuration file DEBUG:root:Ignoring default:debug in configuration file DEBUG:root:Using configuration: DEBUG:root: accounts: DEBUG:root: auth: basic DEBUG:root: name: work DEBUG:root: resource: https://carddav.server.tld:443/davical/caldav.php/username/addresses/ DEBUG:root: user: username DEBUG:root: verify: True DEBUG:root: write_support: False DEBUG:root: accounts: DEBUG:root: auth: digest DEBUG:root: name: private DEBUG:root: resource: https://contacts.icloud.com/ DEBUG:root: user: myname DEBUG:root: verify: True DEBUG:root: write_support: False DEBUG:root: debug: True DEBUG:root: filename: pycard.conf DEBUG:root: sqlite: DEBUG:root: path: ./abook.db DEBUG:root: sync: DEBUG:root: accounts: set(['private']) DEBUG:root:start syncing account private DEBUG:root:made sure version table exists DEBUG:root:made sure accounts table exists DEBUG:root:made sure private table exists DEBUG:root:looking for locally changed vcards...
And nothing else...
The text was updated successfully, but these errors were encountered:
+1
DEBUG:root:Using configuration from /Users/nalon/.config/pycard/pycard.conf DEBUG:root:Ignoring query:where in configuration file DEBUG:root:Ignoring default:debug in configuration file DEBUG:root:Using configuration: DEBUG:root: accounts: DEBUG:root: auth: digest DEBUG:root: name: Fenollosa DEBUG:root: resource: https://calendario.nalon.work/card.php/ DEBUG:root: user: andros DEBUG:root: verify: True DEBUG:root: write_support: False DEBUG:root: debug: True DEBUG:root: filename: /Users/nalon/.config/pycard/pycard.conf DEBUG:root: sqlite: DEBUG:root: path: /Users/nalon/.pycard/contactos.sqlite DEBUG:root: sync: DEBUG:root: accounts: set(['Fenollosa']) DEBUG:root:start syncing account Fenollosa DEBUG:root:made sure version table exists DEBUG:root:made sure accounts table exists DEBUG:root:made sure Fenollosa table exists DEBUG:root:looking for locally changed vcards...
Sorry, something went wrong.
No branches or pull requests
$ pycardsyncer -c pycard.conf -a private --debug
DEBUG:root:Using configuration from pycard.conf
DEBUG:root:Ignoring query:where in configuration file
DEBUG:root:Ignoring default:debug in configuration file
DEBUG:root:Using configuration:
DEBUG:root: accounts:
DEBUG:root: auth: basic
DEBUG:root: name: work
DEBUG:root: resource: https://carddav.server.tld:443/davical/caldav.php/username/addresses/
DEBUG:root: user: username
DEBUG:root: verify: True
DEBUG:root: write_support: False
DEBUG:root: accounts:
DEBUG:root: auth: digest
DEBUG:root: name: private
DEBUG:root: resource: https://contacts.icloud.com/
DEBUG:root: user: myname
DEBUG:root: verify: True
DEBUG:root: write_support: False
DEBUG:root: debug: True
DEBUG:root: filename: pycard.conf
DEBUG:root: sqlite:
DEBUG:root: path: ./abook.db
DEBUG:root: sync:
DEBUG:root: accounts: set(['private'])
DEBUG:root:start syncing account private
DEBUG:root:made sure version table exists
DEBUG:root:made sure accounts table exists
DEBUG:root:made sure private table exists
DEBUG:root:looking for locally changed vcards...
And nothing else...
The text was updated successfully, but these errors were encountered: