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
My feed items do not have categories, and the docs list this as optional.
When running feed.xml():
TypeError: undefined is not an object (evaluating 'item.categories.forEach')
at /node_modules/rss/lib/index.js:71:9
at forEach (:1:21)
at generateXML (/node_modules/rss/lib/index.js:63:5)
at /node_modules/rss/lib/index.js:185:17
When I change node_modules/rss/lib/index.js:71 to:
My feed items do not have categories, and the docs list this as optional.
When running
feed.xml()
:When I change
node_modules/rss/lib/index.js:71
to:I am able to generate the xml feed
The text was updated successfully, but these errors were encountered: