Skip to content
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

new created contact shows warning in console that a correction has failed #1263

Closed
BigMichi1 opened this issue Sep 14, 2019 · 0 comments · Fixed by #1399
Closed

new created contact shows warning in console that a correction has failed #1263

BigMichi1 opened this issue Sep 14, 2019 · 0 comments · Fixed by #1399
Labels
bug Something isn't working

Comments

@BigMichi1
Copy link

Describe the bug

after i add a new contact and just setting the name and than navigation to this contact by clicking on the name in the left menu, i see a warning in the console that the correction failed. it is just an empty entry with only the name set and it complains about duplicate types.

To Reproduce
Steps to reproduce the behavior:

  1. add new contact
  2. set a name
  3. click on the name on the left menu
  4. See warning in the console

Expected behavior
eighter no warning a a short hint what actually is broken with this contact

Actual behavior
a warning is displayed in the browser console

validate.js:38 The following contact needed a correction that failed: duplicate types t {jCal: Array(3), addressbook: {…}, vCard: t, conflict: false, dav: e}

Server configuration

Operating system: Linux 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64

Webserver: nginx/1.16.1 (fpm-fcgi)

Database: pgsql PostgreSQL 10.9 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0, 64-bit

PHP version:

7.2.19-0ubuntu0.18.04.2
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, sodium, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, apc, bcmath, bz2, calendar, ctype, curl, dom, mbstring, facedetect, fileinfo, ftp, gd, geoip, gettext, gmp, horde_lz4, iconv, igbinary, imagick, imap, intl, json, ldap, libpuzzle, exif, mongodb, msgpack, mysqli, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, propro, raphf, readline, redis, shmop, SimpleXML, soap, sockets, sqlite3, ssh2, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, http, Zend OPcache

Nextcloud version: 16.0.4 - 16.0.4.1

Contacts version: 3.1.3

Updated from an older Nextcloud or fresh install: updated

Signing status:

Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

  • accessibility: 1.2.0
  • activity: 2.9.1
  • admin_audit: 1.6.0
  • announcementcenter: 3.5.1
  • apporder: 0.7.1
  • bookmarks: 2.0.3
  • calendar: 1.7.1
  • circles: 0.17.7
  • cloud_federation_api: 0.2.0
  • comments: 1.6.0
  • contacts: 3.1.3
  • dav: 1.9.2
  • federatedfilesharing: 1.6.0
  • federation: 1.6.0
  • files: 1.11.0
  • files_accesscontrol: 1.6.0
  • files_external: 1.7.0
  • files_pdfviewer: 1.5.0
  • files_retention: 1.5.1
  • files_rightclick: 0.15.1
  • files_sharing: 1.8.0
  • files_texteditor: 2.8.0
  • files_trashbin: 1.6.0
  • files_versions: 1.9.0
  • files_videoplayer: 1.5.0
  • firstrunwizard: 2.5.0
  • gallery: 18.3.0
  • groupfolders: 4.1.0
  • impersonate: 1.3.0
  • issuetemplate: 0.5.0
  • logreader: 2.1.0
  • lookup_server_connector: 1.4.0
  • mail: 0.17.0
  • maps: 0.1.2
  • metadata: 0.9.0
  • news: 13.1.6
  • nextcloud_announcements: 1.5.0
  • notes: 3.0.2
  • notifications: 2.4.1
  • oauth2: 1.4.2
  • password_policy: 1.6.0
  • passwords: 2019.9.0
  • phonetrack: 0.5.2
  • privacy: 1.0.0
  • provisioning_api: 1.6.0
  • recommendations: 0.4.0
  • serverinfo: 1.6.0
  • sharebymail: 1.6.0
  • socialsharing_diaspora: 1.0.4
  • socialsharing_email: 1.0.5
  • socialsharing_facebook: 1.0.4
  • socialsharing_googleplus: 1.0.4
  • socialsharing_twitter: 1.0.4
  • spreed: 6.0.4
  • support: 1.0.0
  • survey_client: 1.4.0
  • systemtags: 1.6.0
  • theming: 1.7.0
  • twofactor_backupcodes: 1.5.0
  • twofactor_totp: 3.0.1
  • updatenotification: 1.6.0
  • user_external: 0.7.0
  • viewer: 1.1.0
  • workflowengine: 1.6.0
    Disabled:
  • encryption
  • user_ldap

Nextcloud configuration:

{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 6379,
        "dbindex": 1
    },
    "trusted_domains": [
        "mydomain.de"
    ],
    "dbtype": "pgsql",
    "version": "16.0.4.1",
    "overwrite.cli.url": "https:\/\/mydomain.de",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "mail_smtpmode": "smtp",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "25",
    "mail_smtpauth": 1,
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpsecure": "tls",
    "maintenance": false,
    "theme": "",
    "loglevel": 0,
    "updater.release.channel": "stable",
    "defaultapp": "apporder",
    "user_backends": [
        {
            "class": "OC_User_IMAP",
            "arguments": [
                "mydomain.de",
                143,
                "tls",
                "mydomain.de"
            ]
        }
    ],
    "app_install_overwrite": [
        "calendar"
    ]
}

Client configuration

Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36

Operating system: Fedora 30

CalDAV-clients: no

Logs

Browser log

validate.js:38 The following contact needed a correction that failed: duplicate types t {jCal: Array(3), addressbook: {…}, vCard: t, conflict: false, dav: e}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants