Hello, I'm using Gunbot v 3.3.2 on Linux Debian. When i check the error logs i get this error, or series of errors:
Unhandled rejection StatusCodeError: 503 - "The service is unavailable."
at new StatusCodeError (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request-promise-core/lib/errors.js:32:15)
at Request.plumbing.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request-promise-core/lib/plumbing.js:104:33)
at Request.RP$callback [as _callback] (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request-promise-core/lib/plumbing.js:46:31)
at Request.self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
at emitTwo (events.js:106:13)
at Request.emit (events.js:192:7)
at Request.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1171:10)
at emitOne (events.js:96:13)
at Request.emit (events.js:189:7)
at IncomingMessage.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1091:12)
at Object.onceWrapper (events.js:291:19)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:186:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
(node:24264) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:17676) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
Does anyone have any idea as to what this means?