Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError in reIndexPids #24

Closed
boomzillawtf opened this issue Jun 13, 2016 · 1 comment
Closed

TypeError in reIndexPids #24

boomzillawtf opened this issue Jun 13, 2016 · 1 comment
Assignees
Labels

Comments

@boomzillawtf
Copy link

TypeError: callback is not a function
    at reIndexPids (/usr/src/app/node_modules/nodebb-plugin-dbsearch/lib/dbsearch.js:360:11)
    at /usr/src/app/node_modules/nodebb-plugin-dbsearch/lib/dbsearch.js:81:4
    at /usr/src/app/src/database/mongo/hash.js:94:4
    at handleCallback (/usr/src/app/node_modules/mongodb/lib/utils.js:96:12)
    at /usr/src/app/node_modules/mongodb/lib/collection.js:1357:5
    at handleCallback (/usr/src/app/node_modules/mongodb/lib/utils.js:96:12)
    at /usr/src/app/node_modules/mongodb/lib/cursor.js:661:5
    at handleCallback (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:159:5)
    at nextFunction (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:683:5)
    at /usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:585:7
    at queryCallback (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:220:18)
    at Callbacks.emit (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:119:3)
    at null.messageHandler (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:358:23)
    at Socket.<anonymous> (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/connection/connection.js:292:22)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at TCP.onread (net.js:531:20)
    at TCP.onread (/usr/src/app/node_modules/continuation-local-storage/node_modules/async-listener/glue.js:188:31)
13/6 20:51 [126] - error: TypeError: callback is not a function
    at reIndexPids (/usr/src/app/node_modules/nodebb-plugin-dbsearch/lib/dbsearch.js:360:11)
    at /usr/src/app/node_modules/nodebb-plugin-dbsearch/lib/dbsearch.js:81:4
    at /usr/src/app/src/database/mongo/hash.js:94:4
    at handleCallback (/usr/src/app/node_modules/mongodb/lib/utils.js:96:12)
    at /usr/src/app/node_modules/mongodb/lib/collection.js:1357:5
    at handleCallback (/usr/src/app/node_modules/mongodb/lib/utils.js:96:12)
    at /usr/src/app/node_modules/mongodb/lib/cursor.js:661:5
    at handleCallback (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:159:5)
    at nextFunction (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:683:5)
    at /usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:585:7
    at queryCallback (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:220:18)
    at Callbacks.emit (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:119:3)
    at null.messageHandler (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:358:23)
    at Socket.<anonymous> (/usr/src/app/node_modules/mongodb/node_modules/mongodb-core/lib/connection/connection.js:292:22)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at TCP.onread (net.js:531:20)
    at TCP.onread (/usr/src/app/node_modules/continuation-local-storage/node_modules/async-listener/glue.js:188:31)
13/6 20:51 [126] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
@barisusakli barisusakli self-assigned this Jun 13, 2016
@barisusakli
Copy link
Owner

Thanks, released 1.0.2

BenLubar added a commit to boomzillawtf/tdwtf that referenced this issue Jun 14, 2016
- parts of the composer are now available in Turkish <NodeBB/nodebb-plugin-markdown#71>
- fix mime type detection <NodeBB/NodeBB@a834275>
- upvote count and downvote count are now cached separately <NodeBB/NodeBB#4688>
- added an admin option to hide last posts in category view <NodeBB/nodebb-theme-persona#289>
- Fixed: Notifications in Darkly Theme are Unstyled, Show up Completely White <NodeBB/NodeBB#4735>
- fix crash if post is moved <barisusakli/nodebb-plugin-dbsearch#24>
- Fixed: If a user does not have the "topics:create" privilege in a category, they are denied read access to topics in that category <NodeBB/NodeBB#4753>
- group name length is now limited (admin-configurable) <NodeBB/NodeBB#4749>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants