> For the complete documentation index, see [llms.txt](https://gmd-scripts.gitbook.io/gmd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gmd-scripts.gitbook.io/gmd/gmd_armysystem/troubleshooting.md).

# Troubleshooting

If you get this error, then the database is missing the item that is entered in Config.EnergyHackingTool. The SQL insert for this item is contained in insert.sql

```lua
SCRIPT ERROR: @ds_amrysystem/server/raid.lua:74: attempt to index a nil value >
```

If you get this error, the specified society does not exist at Config.ArmySociety.

```lua
SCRIPT ERROR: @make_armysystem/server/query.lua:12: attempt to index a nil value (local 'store')
```
