Rinnegatamante / lpp-vita

Lua Player Plus for PSVITA. Documentation on: http://rinnegatamante.github.io/lpp-vita/
GNU General Public License v3.0
175 stars 27 forks source link

Network.requestString do not work with HTTP #39

Closed ruslol closed 5 years ago

ruslol commented 6 years ago

requestString method returns nil:

Network.init() if Network.isWifiEnabled() then result = Network.requestString("http://httpbin.org/get") end Network.term() while true do ... Graphics.debugPrint(5, 5, result, Color.new(255,255,255) ) -- this nil ... end