Jump to content
McKay Development

Search the Community

Showing results for tags 'node-steam-tradeoffer-manager'.

  • 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

  1. Hi there, I have setup my bot correctly with weblogon polling every hour and a sendoffers/updateoffers function running every 20 seconds but when the bot sends a trade, it sends more than one for the same items. I have tried to increase the polling intervals but have no luck. No errors or callbacks are emitted. Hope you can help me. Regards
  2. I've noticed that on occasion (happens every 30 or so offers) I don't receive a newOffer event, the offer is simply forgotten about and eventually canceled automatically. Interestingly, if I send another offer right away (before the first one is canceled) I get a newOffer event for both of them. I've only just started noticing this bug, using version 1.19.0: https://github.com/kryogenic/node-steam-tradeoffer-manager/tree/v1.19
  3. I've noticed a lot of 500 errors recently, usually these errors only happen once or twice per offer but I've noticed some cases where I'm completely unable to send a trade offer because it returns a 500 error each time I retry it. These errors are very hard to debug. I'm wondering if this is a temporary issue that everyone is experiencing, since I used to notice a lot of descriptive errors with eresult params. Also if there is some way to get the error info that would be great to know. I've tried printing the err, response, and body which are { [Error: HTTP error 500] code: 500 }, undefined, and undefined, respectively.
  4. How can i use the method getActions in getReceivedItens to generate the inspect link of the new item received ?
  5. I'm planning on releasing a new major version of steam-tradeoffer-manager of v2.0.0. So far, what I'm planning to do is: Move token and message out of the TradeOffer#send() method and into methods like setMessage and setAccessTokenHard requirement for node.js v4.0.0 or later (currently package.json suggests that you need v4 or later, but v2 would make this an absolute requirement)This should be addressed.Since this is a major change and they're meant to be few and far between, there's no point in wasting it! If you have any suggestions of stuff that could be added, or things that have just annoyed you, I'd love to hear them!
×
×
  • Create New...