Jump to content
McKay Development

Search the Community

Showing results for tags 'js'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • Releases & Updates
  • Help & Support
    • General
    • Guides
    • node-steam-user
    • node-steamcommunity
    • node-steam-tradeoffer-manager
    • node-steam-session

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Location


Interests

Found 2 results

  1. So whilst my bot is trying to log in this happens socket error: Error: connect EACCES XXXXXXXXX:27017 (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket closed with an error waiting 1 secs (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. connecting to 72.165.61.185:27018 (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket timed out (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket closed connecting to 72.165.61.176:27018 (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket timed out (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket closed connecting to 72.165.61.187:27018 (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket timed out (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. socket closed connecting to 72.165.61.175:27018 (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. connected (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. encrypt request (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. handshake complete (node:5600) DeprecationWarning: Calling an asynchronous function without callback is deprecated. Logged in! I replaced the top IP with X After it logs in i then get this: events.js:163 throw er; // Unhandled 'error' event ^ Error: connect ECONNREFUSED 127.0.0.1:3306 at Object.exports._errnoException (util.js:1050:11) at exports._exceptionWithHostPort (util.js:1073:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1093:14) Any help would be appreciated
  2. Hello, this is my code var offer = manager.createOffer(row.trade_url); offer.addTheirItem({"appid": 730, "contextid": 2, "assetid": row.assetid}); offer.send(function(err, status) { if (err) { console.log("[ERROR] Sending offer - " + err); } else { console.log("Offer #" + offer.id + " " + status); } console.log(status); }); Everything works, but can I check If he have mobile authentificator on?
×
×
  • Create New...