12-27-2014, 02:39 PM
I don't know how to use the debug log, but I was able to figure out the problem line.
local url = "http://en.ff14angler.com/skywatcher.php?name=1"
local content = ""; --http.request(url)
It crashes on http.request(url)
local url = "http://en.ff14angler.com/skywatcher.php?name=1"
local content = ""; --http.request(url)
It crashes on http.request(url)