Skip to content

TypeError: _repl.clearBufferedCommand is not a function #160

Description

@ChristianPyth

Description

Prints out error [DEP0018]
christian@Flamethrower:~$ messer
Logging in...
Successfully logged in as censored
m censored test
(node:3552) UnhandledPromiseRejectionWarning: TypeError: _repl.clearBufferedCommand is not a function
at Object.log (/usr/local/lib/node_modules/messer/src/messer/repl.js:21:9)
at processCommand.then.catch.err (/usr/local/lib/node_modules/messer/src/messer/index.js:115:20)
at
at runMicrotasksCallback (internal/process/next_tick.js:121:5)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickDomainCallback (internal/process/next_tick.js:218:9)
(node:3552) 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: 2)
(node:3552) [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.

Steps to Reproduce

  1. Log in
  2. Write a message
  3. Error

Expected behavior: Work

Actual behavior: Don't work

Versions

Run and copy-paste the results of the following:

  • npm -v = 3.2.5
  • node -v 8.10.0
  • messer -v 0.7.3

Ubuntu Mate 18.04

Additional Information

Not sure

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions