JohnTheNerd / PySarra

A Python Sarracenia client without any of the bells-and-whistles.
The Unlicense
1 stars 0 forks source link

pika URLError Name or service not known #8

Open idallen opened 1 year ago

idallen commented 1 year ago

For many days now, PySarra is failing:

2022-12-06 07:05:08,993 - ERROR - pika.adapters.utils.io_services_utils - _consume: protocol.data_received() failed: error=URLError(gaierror(-2, 'Name or service not known')); <ssl.SSLSocket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('192.168.9.250', 58404), raddr=('205.189.10.47', 5671)>
Traceback (most recent call last):

I can use wget to fetch the hourly file I'm asking for, so that works, but PySarra no longer gives me notifications.

Full error traceback: errs.txt