GithubHelp home page GithubHelp logo

Comments (7)

0maunz0 avatar 0maunz0 commented on September 1, 2024 1

thank you for your efforts; it was an issue with the account. I tried on a different one and it worked just fine. Sorry for stealing your time.

from node-steam-guide.

andrewda avatar andrewda commented on September 1, 2024

The event which is triggered when you receive an event is located here. Also - make sure your bot is actually successfully logging in and that the bot is on when it receives an offer.

from node-steam-guide.

0maunz0 avatar 0maunz0 commented on September 1, 2024

Bot is logged in, I get the message from the cmd and I can see him online. I tried a console log in front of the if statement under the manager.on but got no results either. The webSession listen seems to work as I can print the sessionid and cookies. What's the best way to make sure the manager instance is running?

from node-steam-guide.

andrewda avatar andrewda commented on September 1, 2024

Hmm, interesting. I would recommend adding the following code to your app and tell me what it outputs:

manager.on('pollFailure', () => {
    console.log('poll failure');
});

manager.on('debug', (msg) => {
    console.log(`debug: ${msg}`);
});

from node-steam-guide.

 avatar commented on September 1, 2024

@andrewda This isn't part of the issue, but I can't find a way to thank you for making this great tutorial and to tell you to keep going with it! I'm looking forwards to being able to fetch and show a users inventory on the site!

from node-steam-guide.

andrewda avatar andrewda commented on September 1, 2024

@DopplaCSGO sure no problem! Hope it helps and proves useful!

from node-steam-guide.

 avatar commented on September 1, 2024

@andrewda Thanks! Just be sure to bless us with it soon and not let it die! <3

from node-steam-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.