Git Product home page Git Product logo

nezuko's People

Contributors

aliaryantech avatar dependabot[bot] avatar pratyush4932 avatar raysenpai69 avatar shibamdey69 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nezuko's Issues

error

error when starting, no qr code output

How to use Bot?

I managed to install and run correctly. I changed the options in .ENV

But I don't know where to start.

For example. In the /Education folder there is a calc.js file. How do I call this function in a chat or group?

DeprecationWarning

I tried to Deploy the bot on railway but i get this error,i tried changing the mongodb url,This is the issue i'm facing

Connected to the database1
(node:13) [MONGOOSE] DeprecationWarning: Mongoose: the strictQuery option will be switched back to false by default in Mongoose 7. Use mongoose.set('strictQuery', false); if you want to prepare for this change. Or use mongoose.set('strictQuery', true); to suppress this warning.
(Use node-18 --trace-deprecation ... to show where the warning was created)
Server running on PORT 7975
/nezuko/node_modules/mongodb/lib/cmap/connection.js:230
callback(new error_1.MongoServerError(document));
^
MongoServerError: user is not allowed to do action [find] on [test.sessionschemas]
at Connection.onMessage (/nezuko/node_modules/mongodb/lib/cmap/connection.js:230:30)
at MessageStream. (/nezuko/node_modules/mongodb/lib/cmap/connection.js:61:60)
at MessageStream.emit (node:events:513:28)
at processIncomingData (/nezuko/node_modules/mongodb/lib/cmap/message_stream.js:125:16)
at MessageStream._write (/nezuko/node_modules/mongodb/lib/cmap/message_stream.js:33:9)
at writeOrBuffer (node:internal/streams/writable:392:12)
at _write (node:internal/streams/writable:333:10)
at Writable.write (node:internal/streams/writable:337:10)
at TLSSocket.ondata (node:internal/streams/readable:766:22)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:190:23) {
ok: 0,
code: 8000,
codeName: 'AtlasError',
[Symbol(errorLabels)]: Set(0) {}
}
Node.js v18.14.2
Connected to the database1
(node:24) [MONGOOSE] DeprecationWarning: Mongoose: the strictQuery option will be switched back to false by default in Mongoose 7. Use mongoose.set('strictQuery', false); if you want to prepare for this change. Or use mongoose.set('strictQuery', true); to suppress this warning.
(Use node-18 --trace-deprecation ... to show where the warning was created)
Server running on PORT 7975
/nezuko/node_modules/mongodb/lib/cmap/connection.js:230
callback(new error_1.MongoServerError(document));
^
MongoServerError: user is not allowed to do action [find] on [test.sessionschemas]
at Connection.onMessage (/nezuko/node_modules/mongodb/lib/cmap/connection.js:230:30)
at MessageStream. (/nezuko/node_modules/mongodb/lib/cmap/connection.js:61:60)
at MessageStream.emit (node:events:513:28)
at processIncomingData (/nezuko/node_modules/mongodb/lib/cmap/message_stream.js:125:16)
at MessageStream._write (/nezuko/node_modules/mongodb/lib/cmap/message_stream.js:33:9)
at writeOrBuffer (node:internal/streams/writable:392:12)
at _write (node:internal/streams/writable:333:10)
at Writable.write (node:internal/streams/writable:337:10)
at TLSSocket.ondata (node:internal/streams/readable:766:22)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:190:23) {
ok: 0,
code: 8000,
codeName: 'AtlasError',
[Symbol(errorLabels)]: Set(0) {}
}
Node.js v18.14.2
Connected to the database1
(node:35) [MONGOOSE] DeprecationWarning: Mongoose: the strictQuery option will be switched back to false by default in Mongoose 7. Use mongoose.set('strictQuery', false); if you want to prepare for this change. Or use mongoose.set('strictQuery', true); to suppress this warning.
(Use node-18 --trace-deprecation ... to show where the warning was created)
Server running on PORT 7975
/nezuko/node_modules/mongodb/lib/cmap/connection.js:230
callback(new error_1.MongoServerError(document));
^
MongoServerError: user is not allowed to do action [find] on [test.sessionschemas]
at Connection.onMessage (/nezuko/node_modules/mongodb/lib/cmap/connection.js:230:30)
at MessageStream. (/nezuko/node_modules/mongodb/lib/cmap/connection.js:61:60)
at MessageStream.emit (node:events:513:28)
at processIncomingData (/nezuko/node_modules/mongodb/lib/cmap/message_stream.js:125:16)
at MessageStream._write (/nezuko/node_modules/mongodb/lib/cmap/message_stream.js:33:9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.