Replies: 2 comments 3 replies
-
HTTP is enabled in config as well, forgot to mention. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The If you wrap Does anything appear in the logs? Typically this is caused by an TLS certificate error (see #1719), which should log an error. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having trouble getting the HTTP api to work at all - when I attempt to http.get far as I can tell any url, it doesn't return any sort of response. Tried checking for an HTTP success/failure event using http.request, then listening for said events, following along with how the wiki does it. It ends up sitting endlessly, so either the event(s) aren't firing for some reason or it's just timing out trying to read the response. Printing the results of http.response just returns (true, nil), and I'm not entirely sure what to do with that or how to fix it. Attached is the code I'm using and the print I'm getting. I'm sure I'm being stupid somewhere, so if anyone knows what the hell is going on/what I'm doing wrong, that would be [great.]
Beta Was this translation helpful? Give feedback.
All reactions