avatarkava / beavisbot

A node.js powered bot for plug.dj and dubtrack.fm
https://github.com/avatarkava/beavisbot/wiki
MIT License
22 stars 20 forks source link

Unhandled 'error' event #113

Closed dorkix closed 8 years ago

dorkix commented 8 years ago

Theres new problem thats popping up now, after a while bot stops working and spits out following exception stack :

events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:837:11)
    at TCP.onread (net.js:544:26)            
avatarkava commented 8 years ago

What package does events.js belong to or is that your own code? I only have one instance of a file with that name (in dubapi/lib/data/) and it doesn't have anywhere near 141 lines.

dorkix commented 8 years ago

Sorry for making you search through it , turns out it was a problem where bot is hosted. It seems fixed now. I apologize.