OpenMined / openmined

OpenMined courses application
https://courses.openmined.org
Apache License 2.0
25 stars 16 forks source link

Unable to connect to aws URL in tutorial #201

Open pkgadw opened 3 years ago

pkgadw commented 3 years ago

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

  1. Go to courses\federated-learning\duet_basics\
  2. Execute cell 2 of notebook "Duet_Basics_Data_Owner.ipynb"
  3. 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.