Bug in code dir: opus/sys/modules/opus /json.lua #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
there is no piece of code saying what the variable "path" on line 583 = so it bugs out and gives an error
@nohax955 Could you try to either add a space here:
4104750539/sys/modules/opus/json.lua (L582)json.decodeFromFile(path)
here----------------^
or add
localbeforefunction json.decodeFromFile(path)or change the variable
pathto something likepathToJsonso it doesn't interfere with sys.path.
That will not fix anything, you just need to comment out this line
9b502553e0That should work!
Considered fixed as of commit
5775954