Jump to content
McKay Development

All Activity

This stream auto-updates

  1. Past hour
  2. You can't. This is a Node.js module only.
  3. Today
  4. i have website with nextjs and I want to send TF2 keys to the trade link that user sent when the user makes a purchase, how can i do this with steam-tradeoffer-manager in Next js ?
  5. Yesterday
  6. Hello, i am beginner in node js programming and i have created atmost few tradebots, so the idea is that in order to maintain and scale my float bot i have to buy many private proxies that include both login and password, but the problem is that such proxies are quite expensive and harm my ROI, so the question is whether it is possible to send request not from private proxies, but from public one and to get data from endpoints that for example render 10 first listings on the itempage, and if so, then what module or instrument should i use? Thank you in advance
  7. Last week
  8. I have treated the error on my end I was calling the send offer without checking partner so I fixed it I am suggesting that the error should be handled gracefully as u have written the error message but instead it crashes code Respectfully,
  9. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferid-callback
  10. You're treating the symptom, not the cause. There's no scenario where this.partner should be undefined or otherwise invalid unless you're doing something wrong.
  11. thanks, I have already got secret by using the example-code(enable-twofactor.js) of node-steam-community.
  12. Greetings, is there any way to get invisible items from steam inventory after last update?
  13. brother it is contained in the mafile created by SDA or setting up the account auth using the DR.mckay libraries (never used this way)
  14. i am very sorry for the late reply it seemslike the the error was happening when i was calling the sendoffer function with in valid or incomplete details but instead of showing what was the cause it was crashing the program with the above error so i adjusted the main if statement on the new trade offer to if (!this.partner?.isValid || !this.partner?.isValid() || this.partner?.type != SteamID.Type.INDIVIDUAL) { throw new Error("Invalid input SteamID " + this.partner); } in this way we safely access or try to access the contents and dosent crashes the program
  15. Steam has this endpoint https://api.steampowered.com/IEconService/GetTradeOffer/ that giving information about a trade offer. I just need to check stat of a tradeoffer. I have a cron that check from database trades with statuses that are in pending more than 5 minutes and to finish transaction in my system I should check what happened with the trade. Was automatically canceled or was not accepted or is in pending for some reason. Has steam-tradeoffer-manager a method that will give me information about a trade by trade number?
  16. steam-session is a Node.js module, not a browser module.
  17. I have the such same noob question !! Could you tell me what you read ? thank a lot!
  18. The steam-session uses the protobufjs/codegen module, which internally evaluates strings as JavaScript code. This causes errors in browser extensions because of strict security settings. Here's the full error trace: Some related issues i found on github: https://github.com/protobufjs/protobuf.js/issues/593 https://github.com/protobufjs/protobuf.js/issues/1483
  19. Earlier
  20. So I figured out what the problem was. I had a single file for refresh token and when I switched bots locally it would use refresh token of another bot and won't even realize it's logged into different account. So when it came to confirming listings idenity_secret didn't match...
  21. ?? What does this have to do with steam-session?
  22. Show how you're creating a trade offer (new TradeOffer(...))
  23. If you don't have the user's SteamID at all in any form, no.
  24. if have no clue what this error means it started coming suddenly my account is fine E:\Bots\node_modules\steam-tradeoffer-manager\lib\classes\TradeOffer.js:19 if (!this.partner.isValid || !this.partner.isValid() || this.partner.type != SteamID.Type.INDIVIDUAL) { ^ TypeError: Cannot read properties of undefined (reading 'isValid') at new TradeOffer (E:\Bots\node_modules\steam-tradeoffer-manager\lib\classes\TradeOffer.js:19:20) at TradeOfferManager.createOffer (E:\Bots\node_modules\steam-tradeoffer-manager\lib\index.js:506:14) at sendOffer (E:\Bots\Autoconfirmbot\mainimprovements.js:168:25) at WebSocket.incoming (E:\Bots\Autoconfirmbot\modules\shadowpaysell.js:116:17) at WebSocket.emit (node:events:520:28) at Receiver.receiverOnMessage (E:\Bots\node_modules\ws\lib\websocket.js:1209:20) at Receiver.emit (node:events:520:28) at Receiver.dataMessage (E:\Bots\node_modules\ws\lib\receiver.js:594:14) at Receiver.getData (E:\Bots\node_modules\ws\lib\receiver.js:496:10) at Receiver.startLoop (E:\Bots\node_modules\ws\lib\receiver.js:167:16) Node.js v22.1.0
  25. can i create a trade offer with only the trade token of a user the website endpoint doesnot provide the steam id 32 or steam id 64 i an looking at this but we are still giving the steam id of user var offer = manager.createOffer(new TradeOfferManager.SteamID("76561198006409530"), "KYworVTM"); // trade token provided
  26. Hi, I'm developing a Chrome extension related to the Steam and have encountered a blocking issue with the Content Security Policy. The error message is: I'd like to know if there's any planned support or existing workarounds for environments with strict security policies, such as those in newer Chrome extension versions.
  27. GetTradeHistory does appear to accept an access token to retrieve all trades.
  1. Load more activity
×
×
  • Create New...