getaddrinfo: nodename nor servname provided, or not known

前端 未结 13 1583
梦谈多话
梦谈多话 2020-12-02 12:14

I have a Ruby on Rails application that I am deploying on a computer running Mac OS X 10.6. The code where the problem arises is run by a delayed_job. The problem only occur

13条回答
  •  离开以前
    2020-12-02 12:23

    I got the error while trying to develop while disconnected to the Internet. However, the website I was working on needs to be able to talk to some other websites, so it choked when it couldn't do so. Connecting to the internet fixed the error.

提交回复
热议问题