question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Render ERROR: connect ETIMEDOUT

See original GitHub issue

I’ve got the latest udacimak v1.4.0 But still facing the ERROR: connect ETIMEDOUT while rendering the downloaded jason, please look into this…

image

Copy-Paste of the error!

x Download media file Man-Climbing-Up-in-Grocery-Store–115680.jpg 2019-05-02T12:47:36.654Z [error]: ERROR: connect ETIMEDOUT 169.48.71.26:443 CODE: ETIMEDOUT STACK: Error: connect ETIMEDOUT 169.48.71.26:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1082:14)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
teodargentcommented, Jun 20, 2019

I’m getting the same error. `2019-06-20T10:54:20.218Z [info]: Completed rendering lesson file /media/teo/Cruzer/Predictive Analytics for Business Nanodegree v1.0.0/Part 08-Module 02-Lesson 01_Combining Predictive Techniques/01. Project Overview.html 2019-06-20T10:54:20.218Z [info]: ____________________

✖ Download media file Man-Climbing-Up-in-Grocery-Store–115680.jpg 2019-06-20T10:56:31.439Z [error]: ERROR: connect ETIMEDOUT 169.48.71.26:443 CODE: ETIMEDOUT STACK: Error: connect ETIMEDOUT 169.48.71.26:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14) `

Thanks, I’m experiencing the same issue. Will try to fix over the weekend.

If you want to manually fix the issue now, follow these steps:

* Open `data.json` file in `Part 09_Segmentation and Clustering/Module 03_Capstone Project/Lesson 01_Combining Predictive Techniques`

* Find the line that contains `http://www.freakingnews.com/pictures/115500/Man-Climbing-Up-in-Grocery-Store--115680.jpg`

* Replace `http://www.freakingnews.com/pictures/115500/Man-Climbing-Up-in-Grocery-Store--115680.jpg` with `https://s3.cn-north-1.amazonaws.com.cn/u-img/6c9b7378-6401-4a00-9b95-e31414c44276`

* Re-run `render` command

This is not in part 9 for me, it’s in Part 08_Segmentation and Clustering/Module 02_Capstone/Lesson 01_Combining Predictive Techniques. Also, changing the url did not fixed the issue for me. I manually downloaded the image and placed it in Part 08-Module 02-Lesson 01_Combining Predictive Techniques/img and that worked.

0reactions
TheBaby5commented, May 2, 2019

Thanks, I’m experiencing the same issue. Will try to fix over the weekend.

If you want to manually fix the issue now, follow these steps:

  • Open data.json file in Part 09_Segmentation and Clustering/Module 03_Capstone Project/Lesson 01_Combining Predictive Techniques
  • Find the line that contains http://www.freakingnews.com/pictures/115500/Man-Climbing-Up-in-Grocery-Store--115680.jpg
  • Replace http://www.freakingnews.com/pictures/115500/Man-Climbing-Up-in-Grocery-Store--115680.jpg with https://s3.cn-north-1.amazonaws.com.cn/u-img/6c9b7378-6401-4a00-9b95-e31414c44276
  • Re-run render command

Thank you, it’s working fine now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: connect ETIMEDOUT - Render community
I am trying to deploy simple node app that attempts to use redis instance: const connection = new IORedis(REDIS_PORT, REDIS_HOST), where ...
Read more >
With my script is sending Error: connect ETIMEDOUT?
The error is showing because your app couldn't connect to your MySQL database within given time hence throwing ETIMEDOUT .
Read more >
error: connect ETIMEDOUT 188.114.98.171:443 #12637
Application error System Platform win32 10.0.19043 Architecture x64 Application Version 1.5.13 Process renderer Message connect ETIMEDOUT ...
Read more >
Sequelize and Mysql throw connect ETIMEDOUT error
I have a nodejs server with express and sequelize. When I was in development enviroment I didn't have any problem then in production...
Read more >
Compass Connection Errors - MongoDB
Connection to Cluster Shard Closed. This error means that the connection to your MongoDB cluster was closed before the initial setup completed. Possible ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found