checking status at 18:44:28 Fri Sep 26
Traceback (most recent call last):
File "/Users/kiel/Downloads/ip6plus-tracker-master/run.py", line 8, in <module>
if __name__ == '__main__': main()
File "/Users/kiel/Downloads/ip6plus-tracker-master/run.py", line 6, in main
start()
File "/Users/kiel/Downloads/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 100, in start
start_monitoring(zip_code, target_stores, alert_models, beep_models)
File "/Users/kiel/Downloads/ip6plus-tracker-master/ip6plus_tracker/monitor.py", line 28, in start_monitoring
connection.request("GET", path, headers={"Cache-Control" : "no-cache"})
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 973, in request
self._send_request(method, url, body, headers)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1007, in _send_request
self.endheaders(body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 969, in endheaders
self._send_output(message_body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 829, in _send_output
self.send(msg)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 791, in send
self.connect()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 772, in connect
self.timeout, self.source_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 8] nodename nor servname provided, or not known