I have VLC v3.0.16 and when I try to use vlc.config.get() or vlc.config.set() functions I get the following error message:
for example: vlc.config.set("a","b")
lua warning: Error while running script C:\Program Files\VideoLAN\VLC\lua\extensions\vlc-addons-tutorial.lua, function activate(): ...\VideoLAN\VLC\lua\extensions\vlc-addons-tutorial.lua:19: VLC lua error in file /home/jenkins/workspace/vlc-release/windows/vlc-release-win32-x64/extras/package/win32/../../../modules/lua/libs/configuration.c line 70 (function vlclua_config_get)
Seems that something is not compiled ok in VLC!