Topic on Extension talk:Scribunto

LuaSandboxFunction::call(): Unable to create timer: Invalid argument in Scribunto/includes/engines/LuaSandbox/Engine.php on line 318

2
121.219.111.44 (talkcontribs)

Getting a bunch of this warning at the top of any page with lua on it. Doesn't seem to actually affect lua from working, but it's not really usable with all the errors on the page, which I need to leave enabled for development. Couldn't find any results for this error. Running on debian 9 within WSL, which might be the cause?

Anomie (talkcontribs)

Probably WSL has an incomplete implementation of timer_create. LuaSandbox passes the clock ID fetched from pthread_getcpuclockid(pthread_self(), ...).

Reply to "LuaSandboxFunction::call(): Unable to create timer: Invalid argument in Scribunto/includes/engines/LuaSandbox/Engine.php on line 318"