ThunbergOlle / SteamTradeBot

Open source steam trading bot. Accepting or declining trades based on the automatic value calculation.
MIT License
93 stars 16 forks source link

Nothing happen when bot gets an offer #5

Closed vladikantimag closed 6 years ago

vladikantimag commented 6 years ago

Hi again. I just tried to test the bot, bot got trade offer. Then nothing happened :(

ThunbergOlle commented 6 years ago

Hi, 👍 May I have some more information on how it looks inside the console window? Does the bot recieve the offer and doesn't handle it or what's happening? Did you send some items to the bot for free? If so: You will have to update to the latest version. (Commit: https://github.com/ThunbergOlle/SteamTradeBot/commit/48b349c194e0ca399e2b0764daf9e0b2ee7b98be) Also in this commit: (https://github.com/ThunbergOlle/SteamTradeBot/commit/48b349c194e0ca399e2b0764daf9e0b2ee7b98be) I made a debugging tool. Would love if you would like to use it and send me the debug.log file so I can take a closer look at the problem. 👀

As before, an update will be required. ⬇️

vladikantimag commented 6 years ago

Hello Ok, I will try soon, thank you. And yes, I sent some items for free to bot. Bot didn't decline and didn't accept. In console nothing happened too.

vladikantimag commented 6 years ago

I updated main.js with "48b349c" and got new error.

https://prnt.sc/kxnxe3

I think it will never work for me, I'm so unlucky :(

ThunbergOlle commented 6 years ago

Huh, that's very weird. It should work fine from my testing... https://prnt.sc/kxq634 Are you sure that you setup everything correct in the config.json folder? 📘 Take a closer look at this line inside your config.json file: https://prnt.sc/kxq6z5

Overall that's a very weird issue that should not appear. The error is pointing towards a character that's commented out. What version of Node.js are you using? To check: "Windows + R" then type "cmd" and press enter. Then you run the command "node -v"

Don't give up. We will make this work for you! ❤️

vladikantimag commented 6 years ago

Hello Version is 8.12.0 Ok I'll try to change config.json and I will let you know what happened.

ThunbergOlle commented 6 years ago

Alright, I'm going to close this issue right now because it seems to be inactive.