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

Unable to connect to aws URL in tutorial #201

Open
pkgadw opened this issue Oct 17, 2021 · 0 comments
Open

Unable to connect to aws URL in tutorial #201

pkgadw opened this issue Oct 17, 2021 · 0 comments
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@pkgadw
Copy link

pkgadw commented Oct 17, 2021

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

  • OS: [e.g. Windows ]
  • OS Version: [e.g. 10]
  • Language Version: [e.g. Python 3.8, Node 10.18.1]
  • Package Manager Version: [e.g. Conda 4.10.3,
  • Browser (if applicable): [e.g. Google Chrome]

Additional Context

Add any other context about the problem here.

@pkgadw pkgadw added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Oct 17, 2021
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