You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: