Username: Password:

Author Topic: (node:3952) UnhandledPromiseRejectionWarning: Unhandled promise rejection  (Read 6263 times)

Offline victoryu

  • Rookie
  • *
  • Posts: 11
    • View Profile
Hello,

I'm getting the following in Logs:

Loading config...
Loading exchange - bittrex


and the following in Errors:

(node:3952) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: [object Object]
(node:3952) [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.


Does anyone happen to know what's causing the issue and how to resolve it?  Thank you!


Offline victoryu

  • Rookie
  • *
  • Posts: 11
    • View Profile
Enabled READ INFO, TRADE LIMIT, and TRADE MARKET for my API key in Bittrex, and that seems to resolve the issue.  Thanks!