You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I would like to ask how can I turn off those prints in the console? (screenshot attached)
ERRORS
First one:
[ script:JD_logsV3] SCRIPT ERROR: @JD_logsV3/server/main.lua:178: bad argument #2 to 'gsub' (string/function/table expected, got nil)
[ script:JD_logsV3] > handler (@JD_logsV3/server/main.lua:17
Second one:
[ script:JD_logsV3] SCRIPT ERROR: @JD_logsV3/server/main.lua:295: attempt to index a nil value (local 'rv')
[ script:JD_logsV3] > userCallback (@JD_logsV3/server/main.lua:295)
The text was updated successfully, but these errors were encountered:
Try to go to server/main.lua line 102 there should be a print(resp), comment that out and it should not print that anymore.
1st one might be some error with logging weapons being shot. Is this happening on all weapons or certain weapons? If certain ones you might have to add it in a file somewhere I forgot where specifically.
2nd error is api error, since it doesnt exist anymore it no longer works. It shouldnt affect functionality though, someone is working on trying to fix that error with a PR soon.
First of all, I would like to ask how can I turn off those prints in the console? (screenshot attached)
ERRORS
First one:
[ script:JD_logsV3] SCRIPT ERROR: @JD_logsV3/server/main.lua:178: bad argument #2 to 'gsub' (string/function/table expected, got nil)
[ script:JD_logsV3] > handler (@JD_logsV3/server/main.lua:17
Second one:
[ script:JD_logsV3] SCRIPT ERROR: @JD_logsV3/server/main.lua:295: attempt to index a nil value (local 'rv')
[ script:JD_logsV3] > userCallback (@JD_logsV3/server/main.lua:295)
The text was updated successfully, but these errors were encountered: