Can't parse JSON for grabbing code from github?

There’s two spaces after JSON there, because req still is "".

Probably args[2] is not actually "Test". Did you remember that lua uses 1-based indices? :slight_smile:

Also you can use the debugger to step through line by line and watch the variables change.

1 Like