barisusakli / nodebb-plugin-dbsearch

A plugin that uses the database for search
16 stars 24 forks source link

crash when removing from index in redis #59

Closed barisusakli closed 3 years ago

barisusakli commented 3 years ago
(node:522) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'namespace' of undefined
    at Search.remove (/home/saas/nodebb/node_modules/redisearch/lib/redis-search.js:129:24)
    at /home/saas/nodebb/node_modules/async/dist/async.js:151:38
    at /home/saas/nodebb/node_modules/async/dist/async.js:2554:44
    at replenish (/home/saas/nodebb/node_modules/async/dist/async.js:443:21)
    at /home/saas/nodebb/node_modules/async/dist/async.js:448:13
    at Object.eachLimit$1 (/home/saas/nodebb/node_modules/async/dist/async.js:2684:34)
    at /home/saas/nodebb/node_modules/async/dist/async.js:219:25
    at new Promise (<anonymous>)
    at Object.awaitable (/home/saas/nodebb/node_modules/async/dist/async.js:214:20)
    at Object.exports.searchRemove (/home/saas/nodebb/node_modules/nodebb-plugin-dbsearch/lib/redis.js:49:14)