Giter Club home page Giter Club logo

Comments (2)

mstilkerich avatar mstilkerich commented on August 16, 2024

It sounds like you already found how to enable the debug logging. When debug logging of http communication is enabled, you see the synced vcards inside carddav_http.log. Do all vcards include a UID property? UID property is mandatory for carddav.

If there is a lot of contacts synced and you cannot check all of them, you could also add a check before where storeContact is called in SyncHandlerRoundcube.php that checks if save_data['cuid'] is present and if not creates a log entry with the URI of the card. This you can use to find if there are defective cards sent by the server and which they are. I can provide this code for you if needed.
Edit: Even easier: With debug log level you will find all DB insert statements in carddav.log, so you should see the insert statement right before the error message including the uri and other attributes of the card.

Version 3 vcards returned by the server should not be related to this issue.

Which version of rcmcarddav do you use?

from rcmcarddav.

mstilkerich avatar mstilkerich commented on August 16, 2024

No feedback

from rcmcarddav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.