[Python-apps-team] Bug#831223: pycardsyncer does not sync anything

martin f krafft madduck at debian.org
Thu Jul 14 09:23:48 UTC 2016


Package: pycarddav
Version: 0.7.0-1
Severity: normal

I have a working CardDAV server (using it with various other
clients), and I wanted to make use of pc_query against the database
it can create. So I installed the below configuration file and fired
it up:

  DEBUG:root:Using configuration from /home/madduck/.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: basic
  DEBUG:root:		name: madduck
  DEBUG:root:		resource: https://carddav.madduck.net/madduck/addressbook.vcf/
  DEBUG:root:		user: madduck at madduck.net
  DEBUG:root:		verify: True
  DEBUG:root:		write_support: False
  DEBUG:root:	debug: True
  DEBUG:root:	filename: /home/madduck/.config/pycard/pycard.conf
  DEBUG:root:	sqlite:
  DEBUG:root:		path: /home/madduck/.tmp/abook.db
  DEBUG:root:	sync:
  DEBUG:root:		accounts: set(['madduck'])
  DEBUG:root:start syncing account madduck
  DEBUG:root:made sure version table exists
  DEBUG:root:made sure accounts table exists
  DEBUG:root:made sure madduck table exists
  DEBUG:root:looking for locally changed vcards...

This creates the empty sqlite database, but doesn't attempt to
download anything. Could it be that i am doing something wrong?

Here's my config:

  [Account madduck]
  user: madduck at madduck.net
  passwd: **********
  resource: https://carddav.madduck.net/madduck/addressbook.vcf/
  verify: True

  [sqlite]
  path: ~/.tmp/abook.db

  [query]
  where: vcard

Thanks,

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pycarddav depends on:
ii  python            2.7.11-2
ii  python-pycarddav  0.7.0-1

pycarddav recommends no packages.

pycarddav suggests no packages.

-- debconf-show failed


-- 
 .''`.   martin f. krafft <madduck at d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1107 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20160714/c1064375/attachment.sig>


More information about the Python-apps-team mailing list