Cool. fetch_database() changed to get_database() in both aliases. Debug output is now:tsuujin wrote:yeah, fetch_database is wrong, and should be corrected in the manual. Go back to get_database
Code: Select all
Alias name=Init DB(^init$) matched.
Alias: capture group #1 = <init>
LUA: ERROR running script Init DB (Alias2) ERROR:/home/kris/.config/mudlet/db.lua:517: Failed to
add item: this is probably a violation of a UNIQUE index or other constraint.Alias name=query
db(^find (\w+)$) matched.
Alias: capture group #1 = <find Abby>
Alias: capture group #2 = <Abby>
LUA: ERROR running script query db (Alias3) ERROR:/home/kris/.config/mudlet/db.lua:1017: Attempt to
access field name in sheet folks in database people that does not exist.