python-lametric icon indicating copy to clipboard operation
python-lametric copied to clipboard

Error 'HTTPConnectionPool(host='0.0.0.0', port=1901): Max retries exceeded with url: /index.html

Open mar627 opened this issue 4 years ago • 0 comments

Hello,

Firstly, thanks for taking the time to put this together!

Just getting started via pip install lametric and noticed the model directory was missing, grabbed it from here and all seems to work now.

I tested the notification with your sample code (only changing the priority to "critical") and success, but I did get these three error returned to me in the terminal: Error 'HTTPConnectionPool(host='0.0.0.0', port=1901): Max retries exceeded with url: /index.html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x1101ac340>: Failed to establish a new connection: [Errno 61] Connection refused'))' for <upnpclient.ssdp.Entry object at 0x10eb13c40> Error 'HTTPConnectionPool(host='0.0.0.0', port=1901): Max retries exceeded with url: /index.html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x11019fa30>: Failed to establish a new connection: [Errno 61] Connection refused'))' for <upnpclient.ssdp.Entry object at 0x10eb13ca0> Error ''DstSupported'' for <upnpclient.ssdp.Entry object at 0x10eb13bb0>

mar627 avatar Jun 03 '21 14:06 mar627