We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to connect AWS duet server URL provided in Lesson 1 https://courses.openmined.org/courses/foundations-of-private-computation/
Below line returns error duet = sy.join_duet('4814df40925c14ae8f950342e3e8d776', network_url="http://ec2-18-216-8-163.us-east-2.compute.amazonaws.com:5000/")
TimeoutError Traceback (most recent call last) d:\users\pkgadw\anaconda3\envs\my_syft_env\lib\site-packages\urllib3\connection.py in _new_conn(self) 173 try: --> 174 conn = connection.create_connection( 175 (self._dns_host, self.port), self.timeout, **extra_kw
Response should show connected
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Unable to connect AWS duet server URL provided in Lesson 1 https://courses.openmined.org/courses/foundations-of-private-computation/
Below line returns error
duet = sy.join_duet('4814df40925c14ae8f950342e3e8d776', network_url="http://ec2-18-216-8-163.us-east-2.compute.amazonaws.com:5000/")
How to Reproduce
Punching through firewall to OpenGrid Network Node at:
♫♫♫ > http://ec2-18-216-8-163.us-east-2.compute.amazonaws.com:5000/
♫♫♫ >
♫♫♫ > ...waiting for response from OpenGrid Network...
TimeoutError Traceback (most recent call last)
d:\users\pkgadw\anaconda3\envs\my_syft_env\lib\site-packages\urllib3\connection.py in _new_conn(self)
173 try:
--> 174 conn = connection.create_connection(
175 (self._dns_host, self.port), self.timeout, **extra_kw
Expected Behavior
Response should show connected
Screenshots
If applicable, add screenshots to help explain your problem.
System Information
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: