Infinite execution with luaqrcode library #83

Closed
opened 2021-02-07 16:22:20 +00:00 by TrashCoder96 · 0 comments
TrashCoder96 commented 2021-02-07 16:22:20 +00:00 (Migrated from github.com)

Hi!
I'm trying to use https://github.com/speedata/luaqrcode together with luaj. I'm running the next code:

java -cp luaj-jse-3.0.2.jar lua l.lua df

Script1.lua:

qrencode = dofile("qrencode.lua")

local ok, tab_or_message = qrencode.qrcode(arg[1])

And script becomes infinitely executed. In same time native lua executes the script correctly. What's wrong with luaj?

Hi! I'm trying to use https://github.com/speedata/luaqrcode together with luaj. I'm running the next code: ``` java -cp luaj-jse-3.0.2.jar lua l.lua df ``` Script1.lua: ``` qrencode = dofile("qrencode.lua") local ok, tab_or_message = qrencode.qrcode(arg[1]) ``` And script becomes infinitely executed. In same time native lua executes the script correctly. What's wrong with luaj?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#83