Closed RobThree closed 1 year ago
@RobThree this is mainly due to this:
<category domain="http://www.blogger.com/atom/ns#">C#</category>
<category domain="http://www.blogger.com/atom/ns#">Controller</category>
<category domain="http://www.blogger.com/atom/ns#">Ordering</category>
<category domain="http://www.blogger.com/atom/ns#">Sorting</category>
<category domain="http://www.blogger.com/atom/ns#">Swagger</category>
<category domain="http://www.blogger.com/atom/ns#">Swashbuckle</category>
your RSS feed is sending categories like this
Ok. I'm sorry for my ignorance, but, what should it look like / be then?
@RobThree nevermind, I just read through the RSS spec docs looks like this is also a valid case. Will try to add a fix for this. https://validator.w3.org/feed/docs/rss2.html#ltcategorygtSubelementOfLtitemgt
That would be amazing! Thank you! Much appreciated!
(Also: I think blogger must've changed something yesterday then - I haven't changed anything)
@RobThree fix for this is now released on https://github.com/gautamkrishnar/blog-post-workflow/releases/tag/1.8.4 Thanks for reporting this. There is no action is required from your end it will automatically work the next time when it runs.
All green! 🚀
Thanks! That was amazing and super quick! Much appreciated!
Describe the bug I'm getting
Error: TypeError: Cannot convert object to primitive value
.Expected behavior I expected the RSS feed to load and be processed correctly 😃
Screenshots
Workflow Yml Used
Additional context Here is the debug log:
I have no idea what the
Cannot convert object to primitive value
is referring to. I hope you can point me in the right direction or instruct me how to debug this issue.Thanks!