Web Scraper does not support application/xml Type #2199

Closed
opened 2026-02-21 17:42:51 -05:00 by yindo · 0 comments
Owner

Originally created by @zcode-apps on GitHub (Apr 14, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Hey Guys,

ive tried to call a rss feed (xml) with the webscraper module.
How can i fix this?

Input

{
  "url": "https://news.google.com/rss/search?q=Cloud&hl=de&gl=DE&ceid=DE:de",
  "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1000.0 Safari/537.36"
}

Output:

{
  "text": "Unsupported content-type [application/xml] of URL.\n",
  "files": []
}

✔️ Expected Behavior

a success call

Actual Behavior

application/xml Type is not supported

Originally created by @zcode-apps on GitHub (Apr 14, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Hey Guys, ive tried to call a rss feed (xml) with the webscraper module. How can i fix this? Input ``` { "url": "https://news.google.com/rss/search?q=Cloud&hl=de&gl=DE&ceid=DE:de", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1000.0 Safari/537.36" } ``` Output: ``` { "text": "Unsupported content-type [application/xml] of URL.\n", "files": [] } ``` ### ✔️ Expected Behavior a success call ### ❌ Actual Behavior application/xml Type is not supported
yindo added the 🐞 bug label 2026-02-21 17:42:51 -05:00
yindo closed this issue 2026-02-21 17:42:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#2199