Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. iCal Adapter Fehler: Error: Unknown RRULE property 'RRULE'

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    UNSOLVED iCal Adapter Fehler: Error: Unknown RRULE property 'RRULE'

    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      pxstd last edited by pxstd

      Hallo zusammen,
      ich habe eben den iCal Adapter Version 1.7.4 installiert.
      Nach dem Versuch der Einrichtung meines Nextcloud Kalenders erhalte ich im Log:

      ical.0	2020-11-04 13:15:36.345	info	(84855) Terminated (NO_ERROR): Without reason
      ical.0	2020-11-04 13:15:36.344	info	(84855) terminating
      ical.0	2020-11-04 13:15:36.326	error	at Object.parseLines (/opt/iobroker/node_modules/node-ical/ical.js:499:18)
      ical.0	2020-11-04 13:15:36.326	error	at Object.handleObject (/opt/iobroker/node_modules/node-ical/ical.js:452:39)
      ical.0	2020-11-04 13:15:36.326	error	at Object.END (/opt/iobroker/node_modules/node-ical/ical.js:415:30)
      ical.0	2020-11-04 13:15:36.326	error	at Function.RRule.fromString (/opt/iobroker/node_modules/rrule/dist/es5/webpack:/rrule/src/rrule.ts:127:28)
      ical.0	2020-11-04 13:15:36.326	error	at Function.parseString (/opt/iobroker/node_modules/rrule/dist/es5/webpack:/rrule/src/parsestring.ts:7:41)
      ical.0	2020-11-04 13:15:36.326	error	at Array.map (<anonymous>)
      ical.0	2020-11-04 13:15:36.326	error	at parseLine (/opt/iobroker/node_modules/rrule/dist/es5/webpack:/rrule/src/parsestring.ts:42:14)
      ical.0	2020-11-04 13:15:36.326	error	at parseRrule (/opt/iobroker/node_modules/rrule/dist/es5/webpack:/rrule/src/parsestring.ts:56:9)
      ical.0	2020-11-04 13:15:36.326	error	at Array.forEach (<anonymous>)
      ical.0	2020-11-04 13:15:36.326	error	at /opt/iobroker/node_modules/rrule/dist/es5/webpack:/rrule/src/parsestring.ts:98:15
      ical.0	2020-11-04 13:15:36.326	error	(84855) Error: Unknown RRULE property 'RRULE'
      ical.0	2020-11-04 13:15:36.326	error	(84855) uncaught exception: Unknown RRULE property 'RRULE'
      

      Schema der Eintragung:
      URL: https://<domain>/nextcloud/remote.php/dav/calendars/<user>/<kalender>/?export
      Benutzer: <user>
      SSL Fehler ignorieren

      Ideen?

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @pxstd last edited by Thomas Braun

        @pxstd

        Node-Version?

        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        
        P 1 Reply Last reply Reply Quote 0
        • P
          pxstd @Thomas Braun last edited by pxstd

          @Thomas-Braun

          Mhhh

          strange. Nodejs ist installiert, aber scheinbar nicht korrekt verlinkt.

          #:~# dpkg -l |grep nodejs
          ii  nodejs                               10.23.0-deb-1nodesource1          amd64        Node.js event-based server-side javascript engine
          
          #:~# which node && node -v && which npm && npm -v && apt policy nodejs
          /usr/bin/node
          v10.23.0
          /usr/bin/npm
          6.14.8
          nodejs:
            Installiert:           10.23.0-deb-1nodesource1
            Installationskandidat: 10.23.0-deb-1nodesource1
            Versionstabelle:
           *** 10.23.0-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_10.x focal/main amd64 Packages
                  100 /var/lib/dpkg/status
               10.19.0~dfsg-3ubuntu1 500
                  500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @pxstd last edited by

            @pxstd
            Richtig, bei ubuntu sollte man die linken.
            Wie das geht steht hier:

            https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

            Ich würde auch gleich mal auf node12 gehen.

            P 1 Reply Last reply Reply Quote 0
            • P
              pxstd @Thomas Braun last edited by pxstd

              @Thomas-Braun

              Update Erledigt, leider...

              # which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
              /usr/bin/nodejs
              v12.19.0
              /usr/bin/node
              v12.19.0
              /usr/bin/npm
              6.14.8
              nodejs:
                Installiert:           12.19.0-deb-1nodesource1
                Installationskandidat: 12.19.0-deb-1nodesource1
                Versionstabelle:
               *** 12.19.0-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x focal/main amd64 Packages
                      100 /var/lib/dpkg/status
                   10.19.0~dfsg-3ubuntu1 500
                      500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
              
              

              ... bleibt der Fehler bestehen 😕

              ical.0	2020-11-04 13:41:30.229	info	(1779) Terminated (NO_ERROR): Without reason
              ical.0	2020-11-04 13:41:30.228	info	(1779) terminating
              ical.0	2020-11-04 13:41:30.212	error	(1779) Error: Unknown RRULE property 'RRULE' at /opt/iobroker/node_modules/rrule/dist/es5/webpack:/rrule/src/parsestring.ts:98:15 at Array.forEach (<anonymous>) at parseRrule (/opt/iobroke
              ical.0	2020-11-04 13:41:30.211	error	(1779) uncaught exception: Unknown RRULE property 'RRULE'
              ical.0	2020-11-04 13:41:28.259	info	(1779) starting. Version 1.7.4 in /opt/iobroker/node_modules/iobroker.ical, node: v12.19.0, js-controller: 3.1.6
              
              P 1 Reply Last reply Reply Quote 0
              • P
                pxstd @pxstd last edited by

                Anyone? 😕

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @pxstd last edited by Thomas Braun

                  @pxstd
                  Die Fehlermeldung ist nicht komplett, da fehlt in der dritten Zeile der Rest.
                  Ich glaube, das sollte sich einer der devs mal anschaun. Mach ein Issue auf:
                  https://github.com/iobroker-community-adapters/ioBroker.ical/issues

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  Support us

                  ioBroker
                  Community Adapters
                  Donate

                  489
                  Online

                  31.8k
                  Users

                  79.9k
                  Topics

                  1.3m
                  Posts

                  error ical rrule
                  2
                  7
                  438
                  Loading More Posts
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes
                  Reply
                  • Reply as topic
                  Log in to reply
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                  The ioBroker Community 2014-2023
                  logo