RisingStack / trace-nodejs

Trace is a visualised distributed tracing platform designed for microservices.
https://trace.risingstack.com
Other
471 stars 90 forks source link

Sequelize fails with "Cannot read property 'setMaxListeners' of undefined" #143

Closed blakebyrnes closed 3 years ago

blakebyrnes commented 7 years ago

Just tried installing the client (3.12.2) with our app, and it's crashing trying to do sql queries. Sequelize is version 3.30.4, Mysql is version 2.13.0.

TypeError: Cannot read property 'setMaxListeners' of undefined at [...] node_modules/sequelize/lib/dialects/mysql/query.js:53:7 at Promise.cancellationExecute [as _execute] ([...] node_modules/bluebird/js/release/debuggability.js:321:9) at Promise._resolveFromExecutor ([...] bluebird/js/release/promise.js:483:18) at new Promise ([...] node_modules/bluebird/js/release/promise.js:79:10)

gergelyke commented 7 years ago

Hey, can you help us what Node.js version are you using?

blakebyrnes commented 7 years ago

Sure, we're on 6.2.2

blakebyrnes commented 7 years ago

Oops, didn't mean to close this.