Is there a bug in the RSS trigger causing issues with angle brackets in post titles?

This topic was automatically generated from Slack. You can find the original thread here.

Possible bug in the RSS trigger. My last post has angle brackets in the title,
- First Episode. If you view the RSS (Raymond Camden), it is properly (afaik) escaped:
- First Episode . But the steps.trigger.event info looks broken, which makes the rest of the workflow output it incorrectly - Raymond Camden: "New post from my blog: " - First Episode" https:…" - Mastodon

image.png

You might need to configure the source to match your delimiters.

Or potentially the newest version of the underlying package that parses XML has changed their parsing formatting.

i have no clue what you mean by the first :slightly_smiling_face: afaik, its valid xml as ive escaped the values.

as for the trigger - i cant directly edit afaik, right?

heh, in Details for the trigger, the Source value is a 404

https://github.com/PipedreamHQ/pipedream/tree/master//home/runner/work/pipedream/p[…]mponents/rss/dist/sources/new-item-in-feed/new-item-in-feed.mjs

as for the trigger - i cant directly edit afaik, right?
Actually yes you can, under the Sources tab in the dashboard, you can open your specific RSS source.

Then you can modify the code and the configuration of the trigger in this view.

oh fascinating

if i add console.logs here, and go to my workflow and test, would i see it?

oh, its a read only editor?

“Code changes disabled. Save or reset props first.”

Not quite. The Source is actually running on a separate lambda

So the Logs tab you see in the source details is where you’ll see logs when you click Run Now in the source’s page

ah ok

but i can trigger a run from my workflow i assume?

(fyi, i can edit now)

Yup the Run Now button in the trigger initializes the source

here goes nothing

wait im sorry… to test, in the work flow, go to the trigger, select event, and pick Try Now?

yes, that worked - sorry