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

disable ipv6 #5013

Merged
merged 8 commits into from
Mar 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
demote it to a debug
adhami3310 committed Mar 24, 2025
commit 7254f8559d8de610be042ee1de83eb8de73b11c6
2 changes: 1 addition & 1 deletion reflex/utils/net.py
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ def wrapper(*args: _P.args, **kwargs: _P.kwargs) -> _T:
"path of the certificate file or SSL_NO_VERIFY=1 to disable verification."
)
if "Temporary failure in name resolution" in str(err):
console.error(
console.debug(
f"DNS resolution failed for {url}. Check your network connection.\n\nIf your access to the internet "
"can only be done over IPv6, set environment variable REFLEX_HTTP_CLIENT_BIND_ADDRESS to `::`."
)