Jump to content
McKay Development

Oranje

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Oranje

  1. First step is including mysql and socket.io module to your bot. Then after you receive items you need to fetch them and check what you have got, then process them in to your database. Then you can push the new data to your website via socket.io. That's simply how it goes.
  2. Hello there, So I am having poll failure error according to my logs and my bot does nothing after poll failure, even though it accepted the trade offer. Here is the issued logs, {"level":"debug","message":"#1 - Received new offer: - 1146841042","timestamp":"2016-04-10T03:26:01.792Z"} {"level":"debug","message":"#7 - Offer # - 1146841042 accepted from 76561198074956634","timestamp":"2016-04-10T03:26:12.168Z"}{"level":"debug","message":"!! POLL FAILURE ERROR !!: Error: Timeout","timestamp":"2016-04-10T03:26:14.464Z"}
  3. Hello there, Dr. McKay told that in future old NodeJS versions won't be supported so I've updated my NodeJS version. After the installation my modules's directory system get messed up. I am assuming this is about NodeJS latest version. I was installing modules and it was looking like - node modules/ * steamcommunity/ * node_modules - node_modules/ * steam-tradeoffer-maanger/ * node_modules But now, all bounded sub-modules under first node_modules directory, I mean they are not keeping inside of each module. I think this is some kind of messed up and I am looking a solution for that. To make it clear how my node_modules looking like atm.
×
×
  • Create New...