Open pkgadw opened 3 years ago
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.
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
See error below: 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.