Outpost-System / Outpost

MIT License
7 stars 6 forks source link

Multiple NDB Issues. #4

Closed SynecticLabs closed 3 years ago

SynecticLabs commented 3 years ago

We're currently unable to persist the NDB settings through sessions. No errors are being returned. Anybody available to look into it, please?

ronh3 commented 3 years ago

Created configs for NDB (colors, which orgs are enemies, etc) and saved with ndb save. Quit out (which showed NDB configs being saved again), closed, reopened profile, settings loaded in just fine. Are the NDB persistence issues above due to just closing the mud/Mudlet without saving NDB configs first?

SynecticLabs commented 3 years ago

I'm getting this: https://ada-young.com/pastebin/jLCZEbFE

SynecticLabs commented 3 years ago

Are we missing the execution of tempTrigger() assignation? It's making no attempt to grab the API data for those names, so they are in existence.

SynecticLabs commented 3 years ago

'qw update' fixes the issue. I'll add as a workaround for now.

SynecticLabs commented 3 years ago

https://ada-young.com/pastebin/ct7vhPhl

ronh3 commented 3 years ago

Not sure if it's going to be an issue here, since I went through ndb.lua to look around at things, but I know there were issues with a few ndb type things when Lusternia added non-binary as gender. May be worth looking into.

SynecticLabs commented 3 years ago

Nope, nothing there was causing the issue, but I have located the problem. Will commit a fix soon.

SynecticLabs commented 3 years ago

Closing. Issue resolved.