You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(monip.org is a website giving the user its public ip, I use it because it's available through http and gives very little data (thus a request doesn't take forever), and https isn't available yet in the module).
On Windows it just always returns nil, as if an error occured on the C++ side (most likely in http:client:get), and the request takes forever.
The text was updated successfully, but these errors were encountered:
In debug mode, the HTTP module seems to work fine (WSL2, Ubuntu) with this code
(monip.org is a website giving the user its public ip, I use it because it's available through http and gives very little data (thus a request doesn't take forever), and https isn't available yet in the module).
On Windows it just always returns nil, as if an error occured on the C++ side (most likely in http:client:get), and the request takes forever.
The text was updated successfully, but these errors were encountered: