-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello,
I'm trying to get this bot to work, the bot join the network and channel just fine, but it seems it can't connect to my Plex server. This is the error I'm getting
plexbot@0.1.0 start /home/plexbot/plexbot
node index.js(node:1744) UnhandledPromiseRejectionWarning: Error: socket hang up
at createHangUpError (_http_client.js:332:15)
at Socket.socketOnEnd (_http_client.js:435:23)
at Socket.emit (events.js:203:15)
at endReadableNT (_stream_readable.js:1145:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
(node:1744) 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:1744) [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.
Anything I can do to fix this?