uTOmOuk3L6sb4MSI
2019-05-17 16:46:39 +08:00
对方不想说话,并向你抛出一个错误:
```
(node:661) ExperimentalWarning: The fs.promises API is experimental
task runner established!
get-v2ex is listening on port 3003!
Get task { taskId: 'fetch-notifications',
interval: 600000,
next: 1558082619038,
start: 1558082619038,
runner: '127.0.0.1' }
(node:661) UnhandledPromiseRejectionWarning: Error: User does not sign in
at Object.exports.get (/home/ubuntu/get-v2ex/lib/userrequest.js:39:39)
at taskQueue.onRun (/home/ubuntu/get-v2ex/tasks/index.js:28:60)
at (anonymous function).forEach.func (/home/ubuntu/get-v2ex/lib/taskrunner/index.js:258:11)
at Array.forEach (<anonymous>)
at TaskQueue.executeTask (/home/ubuntu/get-v2ex/lib/taskrunner/index.js:257:30)
at processTicksAndRejections (internal/process/next_tick.js:81:5)
(node:661) 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:661) [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.
```