ungoldman / himawari-bg

:earth_asia: Set the latest image from Himawari 8 as your desktop background.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unhandled ETIMEDOUT stream error

fanpei91 opened this issue · comments

$ node ngoldman-himawari-bg-example.js
Downloading satellite images [==                  ] 12% 797.2sstream.js:74
      throw er; // Unhandled stream error in pipe.
      ^

Error: ETIMEDOUT
    at null._onTimeout (/Users/Kiven/node_modules/himawari-bg/node_modules/himawari/node_modules/request/request.js:762:15)
    at Timer.listOnTimeout (timers.js:92:15)

This appears to be an unhandled timeout error in himawari.js. I'll report this issue in that repo and keep this open for reference until it's resolved.

This appears to be resolved in the latest release of himawari.js (see jakiestfu/himawari.js#5). If you reinstall himawari-bg it should us the latest version of himawari.js. I'll bump the dependency to ensure this doesn't happen in future releases. Please let me know if you have any further issues.