From ec50749c4d0b8d72b067a9e9ce4b08d5b7d4c9ea Mon Sep 17 00:00:00 2001 From: Erik Jespersen Date: Mon, 16 Sep 2024 18:07:09 -0400 Subject: [PATCH] 20240916 @Mookse - hotfix accidentally removed `personal-avatar` document for Q from system, had to recreate; in moving vector store, require a capture and alert updateItem() was throwing fatal error even after document was restored and vectorstore appropriately moved to avatar; will fix at later date, is resident in issue in .21 --- inc/js/mylife-agent-factory.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/js/mylife-agent-factory.mjs b/inc/js/mylife-agent-factory.mjs index d1519cf..90a2be9 100644 --- a/inc/js/mylife-agent-factory.mjs +++ b/inc/js/mylife-agent-factory.mjs @@ -989,7 +989,7 @@ class MyLifeFactory extends AgentFactory { return await this.#dataservices.registerCandidate(candidate) } updateItem(){ - throw new Error('MyLife server cannot update items') + console.log(chalk.blueBright('MyLifeFactory::updateItem()::error'), chalk.bgRed('updateItem Request, but MyLife server cannot update items')) } /** * Validate registration id.