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

[Bug]: Google Kalendereinträge werden nicht mehr geladen. #236

Open
3 tasks done
creecool opened this issue Oct 12, 2024 · 4 comments
Open
3 tasks done

[Bug]: Google Kalendereinträge werden nicht mehr geladen. #236

creecool opened this issue Oct 12, 2024 · 4 comments
Assignees

Comments

@creecool
Copy link

I'm sure that

  • This issue is still present in the current beta version of this adapter
  • There is no other (open) issue with the same topic (use the search!)
  • This issue is not described in the adapter documentation / FAQ (read the docs!)

Source of birthdays

Google Calender / https://calendar.google.com/calendar/ical/effc8e2e3f42d6e5e5xxxxx7d%40group.calendar.google.com/privatexxxxxxxxxxxx/basic.ics

The problem

Es werden keine Kalendereinträgen mehr seit ca. 3 Wochen geladen / gefunden.
Ich hatte zum Test auf Proxmox einen neuen iOB hochgezogen und es dort auch nochmal getestet.
Bekomme aber auch diesen Fehler.

birthdays.0 No birthdays found in any configured source - please check configuration and retry
birthdays.0 | warn | [ical] AxiosError: timeout of 4500ms exceeded

iobroker.current.log (in debug mode!)

birthdays.0
2024-10-12 14:06:03.943 info Terminated (NO_ERROR): Without reason
birthdays.0
2024-10-12 14:05:57.755 debug Redis Objects: Use Redis connection: 0.0.0.0:9001
birthdays.0
2024-10-12 14:05:57.843 debug Objects client ready ... initialize now
birthdays.0
2024-10-12 14:05:57.846 debug Objects create System PubSub Client
birthdays.0
2024-10-12 14:05:57.848 debug Objects create User PubSub Client
birthdays.0
2024-10-12 14:05:57.997 debug Objects client initialize lua scripts
birthdays.0
2024-10-12 14:05:58.010 debug Objects connected to redis: 0.0.0.0:9001
birthdays.0
2024-10-12 14:05:58.015 silly redis psubscribe cfg.o.system.user.*
birthdays.0
2024-10-12 14:05:58.115 silly redis psubscribe cfg.o.enum.*
birthdays.0
2024-10-12 14:05:58.130 silly objectDB connected
birthdays.0
2024-10-12 14:05:58.135 debug Redis States: Use Redis connection: 0.0.0.0:9000
birthdays.0
2024-10-12 14:05:58.183 debug States create System PubSub Client
birthdays.0
2024-10-12 14:05:58.185 debug States create User PubSub Client
birthdays.0
2024-10-12 14:05:58.286 debug States connected to redis: 0.0.0.0:9000
birthdays.0
2024-10-12 14:05:58.287 silly statesDB connected
birthdays.0
2024-10-12 14:05:58.738 info starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.birthdays, node: v18.20.4, js-controller: 6.0.11
birthdays.0
2024-10-12 14:05:58.852 silly States system redis pmessage system.adapter.birthdays.0.logLevel/system.adapter.birthdays.0.logLevel:{"val":"silly","ack":true,"ts":1728734758824,"q":0,"from":"system.adapter.birthdays.0","lc":1728732443431}
birthdays.0
2024-10-12 14:05:58.942 debug [settings] done
birthdays.0
2024-10-12 14:05:58.944 debug [ical] url/path: https://calendar.google.com/calendar/ical/exxxxxxxx97d%40group.calendar.google.com/private-34xxxxxf6/basic.ics
birthdays.0
2024-10-12 14:05:58.944 debug [ical] addByCalendar - looks like an http url, performing get request
birthdays.0
2024-10-12 14:05:59.131 debug [carddav] done - url not configured - skipped
birthdays.0
2024-10-12 14:06:03.640 warn [ical] AxiosError: timeout of 4500ms exceeded
birthdays.0
2024-10-12 14:06:03.640 debug [ical] done with error
birthdays.0
2024-10-12 14:06:03.641 debug [onReady] everything collected: [0,0,0]
birthdays.0
2024-10-12 14:06:03.642 error No birthdays found in any configured source - please check configuration and retry
birthdays.0
2024-10-12 14:06:03.643 debug [fillStates] birthdays: []
birthdays.0
2024-10-12 14:06:03.665 debug [fillStates] birthdays significant: []
birthdays.0
2024-10-12 14:06:03.885 debug [onReady] Everything done
birthdays.0
2024-10-12 14:06:03.886 debug [onReady] Finally shutting down
birthdays.0
2024-10-12 14:06:03.887 debug cleaned everything up...
birthdays.0
2024-10-12 14:06:03.943 info Terminated (NO_ERROR): Without reason

Version of nodejs

18 und 20

Version of ioBroker js-controller

6.0.11

Version of adapter

3.0.1

Copy link

Thanks for reporting a new issue @creecool!

  1. Please make sure your topic is not covered in the documentation
  2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  3. Search for the issue topic in other/closed issues to avoid duplicates!

Otherwise this issue will be closed.

@creecool creecool changed the title [Bug]: [Bug]: Google Kalendereinträge werden nicht mehr geladen. Oct 12, 2024
@klein0r
Copy link
Owner

klein0r commented Oct 12, 2024

Ich nutze selbst einen Google Calendar mit einer Privaten iCal Url und es funktioniert alles wunderbar. Stimmt die URL und kann diese von dem System aus aufgelöst werden?

@creecool
Copy link
Author

creecool commented Oct 12, 2024

Hey, ja kann sowohl über einen Windows Rechner als auch per wget am Raspi heruntergeladen / erreicht werden.
Habe vorhin noch mal einen neuen Kalender erstellt und im Adapter eingebunden, aber auch dort findet er angeblich nix.
Ich nutze hier die "private" URL des Kalenders.

@klein0r
Copy link
Owner

klein0r commented Oct 14, 2024

Ich nutze hier die "private" URL des Kalenders.

Ist ja auch richtig und in der Dokumentation des Adapters empfohlen:
https://github.com/klein0r/ioBroker.birthdays/blob/master/docs/de/ical.md#google-kalender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants