We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a RSS Feed Trigger, if the RSS feed doesn't have entries, then the workflow can't be activated.
Example of an empty RSS feed:
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:idx="urn:atom-extension:indexing"> <id>tag:google.com,2005:reader/user/14265068296652275629/state/com.google/alerts/1327531161528255741</id> <title>Google Alert - techcrunch travel startup</title> <link href="https://www.google.com/alerts/feeds/14265068296652275629/1327531161528255741" rel="self"/> </feed>
A good one would have <entry> nodes.
<entry>
Example with only one node in the worfklow:
The issue might be coming from this line as items can be empty.
items
You should be able to activate the workflow
Ubuntu 23.0.6
1.57.0
unknown
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @bjacquemet,
We have created an internal ticket to look into this which we will be tracking as "GHC-241"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description
When using a RSS Feed Trigger, if the RSS feed doesn't have entries, then the workflow can't be activated.
Example of an empty RSS feed:
A good one would have
<entry>
nodes.Example with only one node in the worfklow:
The issue might be coming from this line as
items
can be empty.To Reproduce
Expected behavior
You should be able to activate the workflow
Operating System
Ubuntu 23.0.6
n8n Version
1.57.0
Node.js Version
unknown
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: