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

Closed
opened 2026-02-21 18:18:05 -05:00 by yindo · 5 comments
Owner

Originally created by @nowcoder-zhaozhen on GitHub (Nov 26, 2024).

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

Originally created by @nowcoder-zhaozhen on GitHub (Nov 26, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, 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] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] 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
yindo added the 🐞 bug label 2026-02-21 18:18:05 -05:00
yindo closed this issue 2026-02-21 18:18:05 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (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.

@dosubot[bot] commented on GitHub (Nov 26, 2024): <!-- Answer --> 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. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@nowcoder-zhaozhen commented on GitHub (Nov 26, 2024):

Does dify support AWS' Claude3.5 model?

@nowcoder-zhaozhen commented on GitHub (Nov 26, 2024): Does dify support AWS' Claude3.5 model?
Author
Owner

@nowcoder-zhaozhen commented on GitHub (Nov 26, 2024):

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

@nowcoder-zhaozhen commented on GitHub (Nov 26, 2024): CHECK_UPDATE_URL: ${CHECK_UPDATE_URL:-https://updates.dify.ai}
Author
Owner

@nowcoder-zhaozhen commented on GitHub (Nov 26, 2024):

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

@nowcoder-zhaozhen commented on GitHub (Nov 26, 2024): root@c71ce6bbe400:/app/api# env | grep -i CHECK_UPDATE_UR CHECK_UPDATE_URL=true
Author
Owner

@crazywoola commented on GitHub (Nov 26, 2024):

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

@crazywoola commented on GitHub (Nov 26, 2024): Yes, please upgrade to latest version. We no longer fix bugs for 0.10.x
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#6951