I'm getting an error with blist and can't seem to fix it. I've had the same issue previously but usually reloading fixes it. I've tried restarting pc, loading and unloading the file, I've even deleted and reinstalled the file and I'm still getting the same error.
Blist: Lua runtime error: libs/functions.lua:140: attempt to call local 'fn' (a table value)
135 local addTemp = T{}
136 addTemp[com2] = {}
137 addTemp[com2].reason = com5mess
138 addTemp[com2].date = os.date("%x", date)
139 addTemp[com2].temptime = com3
140 addTemp[com2].hidetype = com4
141
142 members = members:update(addTemp)
143 members:save('all')
144 windower.send_ipc_message("blist reload members")
145 windower.add_to_chat(160,"Updating "..string.color(args[2],56,160).." entry on "..string.color(_addon.name,55,160)..".")
end