This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Script error json stack traceback:
#6
It's an issue with your scripts/libraries. In Lua every variable is global unless prefixed with "local". If you override json global in any script library you cannot use it anywhere else. Another solution is to require library like this:
Code:
local json = require('json')

As for weather forecast not loading, check that you have valid gateway and dns settings in network config.
Reply


Messages In This Thread
RE: Script error json stack traceback: - by admin - 06.04.2018, 06:32

Forum Jump: