You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
Dify version
0.15.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Both APIs for crawling websites, Firecrawl and Jina Reader don't work. Firecrawl throws an error "
Failed to start crawl job. Status code: 400. Error: Bad Request" and Jina Reader throws a Firecrawl Error (!!!). At the moment it is not possible to use websites as data source.
✔️ Expected Behavior
Crawl websites with external crawling APIs
❌ Actual Behavior
Both APIs throw errors
The text was updated successfully, but these errors were encountered:
Hello @flockton! I'm here to help you with any bugs, questions, or contributions you have while waiting for a human maintainer. Let's work together to solve this issue.
I found a similar unsolved discussion regarding the issue with the Firecrawl and Jina Reader APIs, which might be relevant to your situation. You can check it out here[1].
Regarding the errors you're encountering, there are a few potential causes to consider:
Missing or Invalid Parameters: Ensure that all required parameters like url, options, and limit are correctly provided in your requests. Missing or invalid parameters can lead to a "Bad Request" error.
Invalid Provider: Verify that the provider specified is either "firecrawl" or "jinareader". Any other value will result in an error.
API Key Issues: Check that the API key is correctly configured and decrypted. An incorrect API key can cause authentication errors.
Incorrect API Endpoint or Parameters: Make sure that the endpoints and parameters used in your requests are correct. Any mismatch can result in a 400 error.
These are some areas to investigate to resolve the issue. If you need further assistance, please provide more details about your configuration and the exact requests being made.
Self Checks
Dify version
0.15.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Both APIs for crawling websites, Firecrawl and Jina Reader don't work. Firecrawl throws an error "
Failed to start crawl job. Status code: 400. Error: Bad Request" and Jina Reader throws a Firecrawl Error (!!!). At the moment it is not possible to use websites as data source.
✔️ Expected Behavior
Crawl websites with external crawling APIs
❌ Actual Behavior
Both APIs throw errors
The text was updated successfully, but these errors were encountered: