-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update the peerDependencies of rx-queue
: rxjs@6 from rxjs@5
#1205
Comments
UPDATE: we need rxjs@6 instead of rxjs@5 because of the |
OK,I will have a try. Thanks! |
I have installed the specific [email protected] by run: npm install [email protected] and try again.But it dose not work. |
What Wechaty version are you using? Please remember to submit the version first before you ask questions. |
Met same issue on remove rxjs and reinstall 5.5.0 did not help either. |
rx-queue
: rxjs@6 from rxjs@5
@timqian Thanks for your report with the details version information, and sorry I had made a mistake in the previous reply: We need upgrade Wechaty v0.14.2 or above should fix this issue, please test and feel free to let me know if you are still having problems. |
@lym152898 @timqian Could you please to confirm that whether the v0.14.2 or above version of Wechaty resolve this issue? |
Yes, the issue is resolved when use rxjs@6 in [email protected] |
Thank you for the confirmation. |
(node:5731) UnhandledPromiseRejectionWarning: TypeError: rxjs.interval is not a function
at ThrottleSubscriber.durationSelector (/home/linyimin/practice/wechaty/test/node_modules/_rx-queue@0.3.14@rx-queue/bundles/rx-queue.umd.js:181:99)
at ThrottleSubscriber.tryDurationSelector (/home/linyimin/practice/wechaty/test/node_modules/_rxjs@5.5.10@rxjs/operators/throttle.js:107:25)
at ThrottleSubscriber._next (/home/linyimin/practice/wechaty/test/node_modules/_rxjs@5.5.10@rxjs/operators/throttle.js:92:33)
at ThrottleSubscriber.Subscriber.next (/home/linyimin/practice/wechaty/test/node_modules/_rxjs@5.5.10@rxjs/Subscriber.js:93:18)
at Subject.next (/home/linyimin/practice/wechaty/test/node_modules/_rxjs@5.5.10@rxjs/Subject.js:55:25)
at ThrottleQueue.next (/home/linyimin/practice/wechaty/test/node_modules/_rx-queue@0.3.14@rx-queue/bundles/rx-queue.umd.js:185:26)
at PuppetWeb.on.data (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet-web/puppet-web.js:74:60)
at emitOne (events.js:121:20)
at PuppetWeb.emit (events.js:211:7)
at PuppetWeb.emit (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet.js:34:22)
at Watchdog.dog.on.food (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet-web/puppet-web.js:102:20)
at emitTwo (events.js:126:13)
at Watchdog.emit (events.js:214:7)
at Watchdog.feed (/home/linyimin/practice/wechaty/test/node_modules/_watchdog@0.3.4@watchdog/bundles/watchdog.umd.js:188:18)
at PuppetWeb.puppet.on.food (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet-web/puppet-web.js:98:43)
at emitOne (events.js:116:13)
at PuppetWeb.emit (events.js:211:7)
at PuppetWeb.emit (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet.js:34:22)
at PuppetWeb. (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet-web/event.js:53:14)
at Generator.next ()
at fulfilled (/home/linyimin/practice/wechaty/test/node_modules/_wechaty@0.14.1@wechaty/dist/src/puppet-web/event.js:4:58)
at
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
(node:5731) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5731) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: