Troubleshooting RSS Connector URL Issue

Summary

The user is facing an issue with the RSS connector where not all URLs work. They are receiving a 404 error when initializing the connector with a specific URL, even though the URL returns data in a local Python script using the feedparser library.


Question

Hello everyone,

I would like to use the RSS connector, but not all URLs work with it, and I can’t figure out what’s causing the issue.
In the UI, when initializing the connector with the following URL:
https://www.ledauphine.com/rss
I get the following error:

'Unable to connect to stream items - Request to <https://www.ledauphine.com/rss/> failed with status code 404 and error message None'```
I tried using the `feedparser` library in a local Python script, and this URL does return data.
Does anyone have an idea where the problem might be coming from?
Thanks, everyone

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1726057972361149) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["rss-connector", "url-issue", "404-error", "feedparser", "configuration-check"]
</sub>

Thanks for your answer but yes I see it.
The trailing slash is added by Airbyte connector.

Yes but without trailing slash it work’s

do you use low code CDK or connector?

https://docs.airbyte.com/integrations/sources/rss ?

Yes I used this. ( Connector community )

So it looks like a bug in this connector

You can report problem with connector here https://github.com/airbytehq/airbyte/issues/new/choose

Yes I’m gonna do this.
Thanks for answer.