mapbox / mapbox-studio-classic

https://www.mapbox.com/mapbox-studio/
BSD 3-Clause "New" or "Revised" License
1.14k stars 229 forks source link

Error: getaddrinfo ENOTFOUND when working offline #1327

Closed jasonferrier closed 9 years ago

jasonferrier commented 9 years ago

Mapbox Studio v0.2.7 on OS X 10.10.2

Seems to be related to #446

Here's the relevant section from ~/.mapbox-studio/app.log

<Fri, 01 May 2015 04:32:51 GMT> Mapbox Studio @ http://localhost:3000/
<Fri, 01 May 2015 04:32:51 GMT> error 500 { [Error: getaddrinfo ENOTFOUND]
  code: 'ENOTFOUND',
  errno: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  method: 'GET',
  url: '/' }

Mapbox error when there is no internet connection

springmeyer commented 9 years ago

This should be fixed by https://github.com/mapbox/mapbox-studio/pull/1318

jasonferrier commented 9 years ago

Thanks, I'm subscribed to #1318, so I'll close this for now.