Skip to content
New issue

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

Jina fail to crawl - Unknown error #8934

Closed
5 tasks done
damadorPL opened this issue Sep 30, 2024 · 4 comments · Fixed by #8935
Closed
5 tasks done

Jina fail to crawl - Unknown error #8934

damadorPL opened this issue Sep 30, 2024 · 4 comments · Fixed by #8935
Assignees
Labels
🐞 bug Something isn't working

Comments

@damadorPL
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a question, 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).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.9.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

select Jina add key - type any url

✔️ Expected Behavior

No response

❌ Actual Behavior

An exception occurred while running crawling job:
Unknown error

ReferenceError: DataSourceProvider is not defined
at ts (layout-4ee0e1eb4478d6bf.js:1:8274)
at 4340-39749c4cf15ab253.js:1:55145
at 4340-39749c4cf15ab253.js:1:42544
at Object.a_ (fd9d105-7863749520a823c0.js:1:72147)
at aR (fd9d105-7863749520a823c0.js:1:72301)
at fd9d105-7863749520a823c0.js:1:139240
at sF (fd9d105-7863749520a823c0.js:1:139339)
at sM (fd9d105-7863749520a823c0.js:1:139753)
at fd9d105-7863749520a823c0.js:1:145896
at o4 (fd9d105-7863749520a823c0.js:1:93336)

Screenshot 2024-09-30 143818
Screenshot 2024-09-30 143836

Copy link

dosubot bot commented Sep 30, 2024

I found two similar discussions that might be relevant to your issue:

  1. Expecting value: line 1 column 1 (char 0) - This discussion is still open and was last updated on September 20, 2024.
  2. Firecrawl configuration for datasource was disabled - This discussion is also open and was last updated on September 7, 2024.

Regarding the error you're encountering, it seems like the DataSourceProvider is not defined in your code. This could be due to a missing import or an issue with how the DataSourceProvider is being referenced in your JavaScript files.

To troubleshoot this, you might want to check the following:

  1. Ensure that DataSourceProvider is correctly imported or defined in the files where it is being used.
  2. Verify that there are no typos or incorrect paths in your import statements.
  3. Look for any recent changes or commits related to DataSourceProvider in the repository that might have introduced this issue.

If you need more detailed steps or further assistance, please let me know!

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the 🐞 bug Something isn't working label Sep 30, 2024
@BryceWG
Copy link

BryceWG commented Sep 30, 2024

I have the same issue as you

@74sistemas
Copy link

me too

@damadorPL
Copy link
Author

local variable 'api_key' referenced before assignment

Now this error :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants