Lines not delimited by CRLF sequence near line # 1 #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jdejaegh/ics-fusion#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dear Dev-Team,
I appreciate your code, I just have issues validating the generated ics stream.
When running my ics-fusion calendar thru
https://icalendar.org/validator.html
I get the following result:
the source data looks like:
after I clear all cache files (app/cache/*.* ) and restart ics-fusion the ics file is validated just fine.
but after a couple of minutes it starts to generate the error.
I use ics-fusion to merge 11 different ics subscriptions.
thanks for your work,
paradeiser
Hello @paradeiser,
Thanks for you interest in this project!
I was able to reproduce the bug on my side with an .ics feed. Indeed, the validator works just fine if I clear the cache but once the application starts serving the cached file I get the same error.
I'll commit the changes and close the issue.
Thanks for your report,
Jules