Ruby Net::OpenTimeout: execution expired

后端 未结 3 1298
借酒劲吻你
借酒劲吻你 2021-02-20 04:53

I\'m consistently getting this error on several hosts on my machine, e.g.:

require \'open-uri\'
open(\'https://google.com\').read


Net::OpenTimeout: execution e         


        
3条回答
  •  眼角桃花
    2021-02-20 05:22

    I received error from rails application in docker container, and restarting docker service solved the problem:

    sudo service docker start
    

提交回复
热议问题