You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was caused by the long title in this feed - it's exceeding filesystem limits and so the os.Create() call fails.
I've raised an MR to fix this, and included some simple tests with it too.
The approach I'm taking is an arbitrary split (at the length limit) rather than splitting on a whitespace boundary. I'll amend my patch if you feel it would be better to truncate at a word break instead.
I tested some RSS feeds. The feed https://blog.fefe.de/rss.xml is mostly failing.
Maybe to long or wrong encoding? Didn't dive into the code yet 😄 .
The text was updated successfully, but these errors were encountered: