Peter K. Cawley
Peter K. Cawley
Ah ha. Okay, that seems like it is well beyond my abilities at present, but I'll give it a longer glance later when I have time and see if it...
``` Traceback (most recent call last): File "/bin/run-hook-python", line 26, in exec code File "", line 1, in File "", line 2, in ImportError: No module named pushbullet ``` I...
Side note: Currently, in Python, is there any way to access a) the JSON body of a POST request sent to a hook b) the Hook.log (for writing)?
I can replicate the timeout as above, but have not been able to replicate the socket hangup.
So, I did recently move the problematic use case to a self hosted Python/Flask application I wrote based on the hook code I was using - because you're right, it...
I actually haven't been using IFTTT for this app, so I don't have them handy, but I can try to work something up to dump them this week - will...
So, I pointed the IFTTT action at my own nginx server and ran tcpdump, here's a few of its POSTs. There was no body set in IFTTT, so body should...
Command was `tcpdump -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)2)) != 0)'`
And here's a normal header from another webapp I'm running against the same server: ``` 15:36:34.299410 IP c-73-25-89-49.hsd1.or.comcast.net.58765 > 10.0.0.7.http: Flags [P.], seq 257900422:257900890, ack 3822763501, win 16425, length 468...