ifttt

Python socket.error

Python socket.error Question: I found this script on aaronbell.com with which I´m trying to use my Dashbutton to connect to IFTTT. My Pi is throwing this error: Traceback (most recent call last): File “dash.py”, line 30, in <module> rawSocket = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(0x0003)) File “/usr/lib/python2.7/socket.py”, line 187, in __init__ _sock = _realsocket(family, type, proto) socket.error: …

Total answers: 1