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

Failed to connect to the server #9358

Closed
jyotichandel279 opened this issue Nov 26, 2024 · 0 comments
Closed

Failed to connect to the server #9358

jyotichandel279 opened this issue Nov 26, 2024 · 0 comments
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@jyotichandel279
Copy link

jyotichandel279 commented Nov 26, 2024

import syft as sy

Correct server URL

server_url = "************" # Ensure this is correct

try:
# Pass arguments explicitly
server = sy.login(url="**********", email="[email protected]", password="*****")
print("Successfully connected to the server!")
except Exception as e:
print(f"Failed to connect to the server: {e}").

..this show me error Failed to connect to the server: Failed to fetch http://*********/api/v2/metadata. Response returned with code 404

@jyotichandel279 jyotichandel279 added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended
Projects
None yet
Development

No branches or pull requests

1 participant