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

Using TZID without Luxon available is unsupported. #426

Closed
realwax opened this issue Jun 21, 2022 · 9 comments
Closed

Using TZID without Luxon available is unsupported. #426

realwax opened this issue Jun 21, 2022 · 9 comments

Comments

@realwax
Copy link

realwax commented Jun 21, 2022

#325

It's back again...

v1.13.0
js 4.0.23
node v14.19.2

Thank you

@klein0r
Copy link
Contributor

klein0r commented Jun 25, 2022

Seems like the errors wasn't fixed: jkbrzt/rrule#501 (comment)

@Apollon77
Copy link
Member

@klein0r Thats why rrule downgrade again :-)

@klein0r
Copy link
Contributor

klein0r commented Jun 26, 2022

@Apollon77 Downgrade to which version? 1.13.0 contains "rrule": "2.6.9"

@Apollon77
Copy link
Member

Ahh ok, then I missed that :-)) e should just make sure not to upgrade rrule :-)

@mswiege
Copy link

mswiege commented Jul 27, 2022

I have rrule 2.6.4 and I also have this issue. It is even that extreme that after one day kern.log and syslog get that big (in my case 11+ GB) until the disk is full and everything stops working until I flush the logs.

@realwax
Copy link
Author

realwax commented Jul 30, 2022

Is there anything we can do to hotfix this. I see Alexa adapter using a newer version of rrule. I am not to deep into npm/nodejs. Would it fix to change the dependencies of the contained package.json? Rrule is set to static 2.6.9. Which version would work without this issues. If I got it right whether ^ in front of the verions to follow master versions update wise or specifying the correct vesion should do the trick.

"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"axios": "^0.27.2",
"cloneextend": "^0.0.3",
"json-schema": "^0.4.0",
"node-ical": "^0.15.1",
"rrule": "2.6.9"
},

Can you recommend any measure?

Thank you!

@Apollon77
Copy link
Member

Ok, last time the fix was to have rrule 2.6.4 ... but then dependabot upgradded it to 2.6.9 again ...

@Apollon77
Copy link
Member

1.13.2 on it's way

@larsauswsw
Copy link

When will 1.13.2 be available as stable version?

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

5 participants