-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
[Bug]: TypeError: Cannot convert object to primitive value #208
Comments
@RobThree this is mainly due to this:
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. |
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!
The text was updated successfully, but these errors were encountered: