jgeusebroek / docker-spotweb

A docker image running ubuntu/20.04 Linux and Spotweb
47 stars 27 forks source link

Eweka cannot connect - Temporary failure in name resolution #52

Closed stefaanbolle closed 1 year ago

stefaanbolle commented 1 year ago

I do not succeed to connect to Eweka. Docker is running on QNAP via container station using the provided docker-compose file. It used to work but after a reinstall due to a mariadb crash, I can't get the eweka connection up anymore

The error I get is: Retrieving new Spots from server news.eweka.nl... PHP Warning: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/spotweb/vendor/spotweb/nntp/src/Protocol/Client.php on line 729 PHP Warning: stream_socket_client(): Unable to connect to ssl://news.eweka.nl:563 (php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution) in /var/www/spotweb/vendor/spotweb/nntp/src/Protocol/Client.php on line 729 SpotWeb v0.68.34.34 on PHP v8.0.27 crashed

How to resolve?

stefaanbolle commented 1 year ago

FYI, I tried apt update in the container but also get the name resolution error. DNS in the container does not seam to be working

jgeusebroek commented 1 year ago

DNS resolving is done by docker; there seems to be a configuration problem on the docker host.

stefaanbolle commented 1 year ago

Will reboot the server and test again. Thanks already!

stefaanbolle commented 1 year ago

Reboot made it work, so there was a container station issue. No only spots from today are retrieved even if I put history to 1/11/2009. Investigating further but already a working install again :-)

jgeusebroek commented 1 year ago

Glad it works! Have a nice day!