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

WARNING [Dummy-488764] [version.py:36] - Check update version error: Invalid URL 'true': No scheme supplied. Perhaps you meant https://true?. #11118

Closed
5 tasks done
nowcoder-zhaozhen opened this issue Nov 26, 2024 · 5 comments
Labels
🐞 bug Something isn't working

Comments

@nowcoder-zhaozhen
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.10.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

I used AWS's claude model, and the API error log is as follows:WARNING [Dummy-488764] [version.py:36] - Check update version error: Invalid URL 'true': No scheme supplied. Perhaps you meant https://true?.

✔️ Expected Behavior

dify supports AWS's Gemini without any issues, but supports Claude exceptions

❌ Actual Behavior

dify supports AWS's Gemini without any issues, but supports Claude exceptions

@dosubot dosubot bot added the 🐞 bug Something isn't working label Nov 26, 2024
Copy link

dosubot bot commented Nov 26, 2024

The warning message you're encountering indicates an issue with the URL being used in the version checking process. Specifically, it seems that the URL is set to 'true', which is not a valid URL format because it lacks a scheme (like http:// or https://).

To resolve this issue, you should check the configuration settings for the CHECK_UPDATE_URL in your Dify setup. Ensure that the URL is correctly specified and includes the appropriate scheme. This setting is likely configured in your environment variables or a configuration file used by Dify.

If the issue persists after correcting the URL, you may want to verify that all related configuration settings are correctly set up, especially those related to the integration with AWS's Claude model. This might include checking API keys, endpoints, and any other relevant settings specific to Claude.

To continue talking to Dosu, mention @dosu.

@nowcoder-zhaozhen
Copy link
Author

Does dify support AWS' Claude3.5 model?

@nowcoder-zhaozhen
Copy link
Author

CHECK_UPDATE_URL: ${CHECK_UPDATE_URL:-https://updates.dify.ai}

@nowcoder-zhaozhen
Copy link
Author

root@c71ce6bbe400:/app/api# env | grep -i CHECK_UPDATE_UR
CHECK_UPDATE_URL=true

@crazywoola
Copy link
Member

Yes, please upgrade to latest version. We no longer fix bugs for 0.10.x

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

No branches or pull requests

2 participants