Search the Community
Showing results for tags 'node-steam-tradeoffer-manager'.
-
I found in method loadUserInventory check for more_start. I know, early Steam get not full inventory. But now, i cant repeat this action. Even for inventory including 1000 items i receive full inventory on https://steamcommunity.com/profiles/STEAMID/inventory/json/APPID/CONTEXTID Steam canceled method more_start for load inventory?
-
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
-
Question Bot sends the offer 2 times or more
Wa11bang posted a topic in node-steam-tradeoffer-manager
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 -
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.
-
How can i use the method getActions in getReceivedItens to generate the inspect link of the new item received ?