rust-server icon indicating copy to clipboard operation
rust-server copied to clipboard

Custom error handling for: attempt to index global 'grpc' (a nil value)

Open rkusa opened this issue 1 year ago • 1 comments

The most common error I see support requests for is:

attempt to index global 'grpc' (a nil value)

I'd thus suggest that we add a manual check for whether grpc is defined and if not, stop everything else from running and print out a more helpful error message. Something in the lines of check your MissionScripting.lua.

rkusa avatar Jan 17 '23 08:01 rkusa