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

Always "declining" #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, my trade bot always seems to console.log("We declined an offer.") even when it accepts the offer. Please help!

ThunbergOlle commented 6 years ago

Hello 👋

Can you send the debug.log file? It should be inside the bots folder.

Have you got the latest version of the bot installed on your machine? I've tried with the latest version and it works perfectly fine for me.

ghost commented 6 years ago

@ThunbergOlle only debug i could find [18:39:44] Loaded debug. [18:39:44] New tradeoffer-manager was setup. [18:39:44] Tried to logon with account credentials [18:39:45] Loaded App [18:39:45] Loaded BrowserMenu [18:39:47] Logged on to Steam [18:44:51] New offer recieved. [18:44:51] Proccessing offer [18:44:51] Variables setup for trade [18:44:51] Their items are: USP-S | Blueprint (Field-Tested) [18:44:51] Our items are: USP-S | Cyrex (Field-Tested) [18:44:51] allitems.length is bigger than 0 [18:44:51] Trying to get market prices for items [18:44:51] 730 [18:44:52] { '0': { success: true, lowest_price: '$1.56', volume: '244', median_price: '$1.47', id: 252, name: 'USP-S | Blueprint (Field-Tested)' } } [18:44:52] Loaded Market Prices for the partner [18:44:53] { '0': { success: true, lowest_price: '$1.92', volume: '501', median_price: '$2.00', id: 169, name: 'USP-S | Cyrex (Field-Tested)' } } [18:44:53] Loaded market prices for us :) [18:44:53] Declined offer

ThunbergOlle commented 6 years ago

Okay, just to make sure: Did you change something in the code? 👨‍💻

Your trade was recieved and the item values checked, there shouldn't be any problems with accepting it? In commit https://github.com/ThunbergOlle/SteamTradeBot/commit/828f8ca16247278c1a2e77bab519a5cf45390f20 I added some more debug logs. You may want to consider testing that out!

Have you tried trading some other items with the bot? 🌍

ghost commented 6 years ago

Ok I'll try again. ty

Eric Cheng

Student

Wake County Public Schools


From: Olle Thunberg notifications@github.com Sent: Monday, October 29, 2018 10:11:28 AM To: ThunbergOlle/SteamTradeBot Cc: Eric Cheng _ Student - DavisDriveMS; Author Subject: Re: [ThunbergOlle/SteamTradeBot] Always "declining" (#11)

Okay, just to make sure: Did you change something in the code? 👨‍💻

Your trade was recieved and the item values checked, there shouldn't be any problems with accepting it? In commit 828f8cahttps://github.com/ThunbergOlle/SteamTradeBot/commit/828f8ca16247278c1a2e77bab519a5cf45390f20 I added some more debug logs. You may want to consider testing that out!

Have you tried trading some other items with the bot? 🌍

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ThunbergOlle/SteamTradeBot/issues/11#issuecomment-433924316, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ApR9cJ-3QqJefRY7kZKbXs_0iKICfKzjks5upwyQgaJpZM4X9yKm.

ghost commented 6 years ago

I think I found the problem. It seems to always accept it and say that it was declined even if it accepted it. Also, it always accepts even if their value is less than mine.

Eric Cheng

Student

Wake County Public Schools


From: Eric Cheng _ Student - DavisDriveMS Sent: Monday, October 29, 2018 11:27:35 AM To: ThunbergOlle/SteamTradeBot Subject: Re: [ThunbergOlle/SteamTradeBot] Always "declining" (#11)

Ok I'll try again. ty

Eric Cheng

Student

Wake County Public Schools


From: Olle Thunberg notifications@github.com Sent: Monday, October 29, 2018 10:11:28 AM To: ThunbergOlle/SteamTradeBot Cc: Eric Cheng _ Student - DavisDriveMS; Author Subject: Re: [ThunbergOlle/SteamTradeBot] Always "declining" (#11)

Okay, just to make sure: Did you change something in the code? 👨‍💻

Your trade was recieved and the item values checked, there shouldn't be any problems with accepting it? In commit 828f8cahttps://github.com/ThunbergOlle/SteamTradeBot/commit/828f8ca16247278c1a2e77bab519a5cf45390f20 I added some more debug logs. You may want to consider testing that out!

Have you tried trading some other items with the bot? 🌍

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ThunbergOlle/SteamTradeBot/issues/11#issuecomment-433924316, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ApR9cJ-3QqJefRY7kZKbXs_0iKICfKzjks5upwyQgaJpZM4X9yKm.

ThunbergOlle commented 6 years ago

That seems really weird, I tried to recreate the same issue but it works as normal. 🤔

image

From steam: image

ThunbergOlle commented 6 years ago

Inactive issue 👎