i am using domoticz on a raspberry pi 4 with rasbian 10 (buster) installed/ upgraded on it.
my domoticz is giving a lua version problem in the logging.
see the following code
i tried installing lua and reinstalling it but somehow he can't find the location of those files.
it looks like that domoticz want to use version 5.3 while my raspberry pi sees version 5.2 as default or so.
Can someone help me out?
Code: Select all
2020-03-23 16:50:30.006 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_device_calculate_consumption.lua: ...ticz/scripts/lua/script_device_calculate_consumption.lua:21: module 'socket.http' not found:
2020-03-23 16:50:30.006 no field package.preload['socket.http']
2020-03-23 16:50:30.006 no file '/usr/local/share/lua/5.3/socket/http.lua'
2020-03-23 16:50:30.006 no file '/usr/local/share/lua/5.3/socket/http/init.lua'
2020-03-23 16:50:30.006 no file '/usr/local/lib/lua/5.3/socket/http.lua'
2020-03-23 16:50:30.006 no file '/usr/local/lib/lua/5.3/socket/http/init.lua'
2020-03-23 16:50:30.006 no file './socket/http.lua'
2020-03-23 16:50:30.006 no file './socket/http/init.lua'
2020-03-23 16:50:30.006 no file '/usr/local/lib/lua/5.3/socket/http.so'
2020-03-23 16:50:30.006 no file '/usr/local/lib/lua/5.3/loadall.so'
2020-03-23 16:50:30.006 no file './socket/http.so'
2020-03-23 16:50:30.006 no file '/usr/local/lib/lua/5.3/socket.so'
2020-03-23 16:50:30.006 no file '/usr/local/lib/lua/5.3/loadall.so'
2020-03-23 16:50:30.006 no file './socket.so'