Jain56 Posted June 5, 2016 Report Posted June 5, 2016 hi,I am getting this error when i send offer via bot with items from bot inventory- There was an error sending your trade offer. Please try again later. (26)But when i send offer again via bot with item from other's inventory- it works perfectly fine. Please help me here as way of sending offer is same in both case except itemstogive and itemstoreceive value in offer. Quote
16austin16 Posted June 5, 2016 Report Posted June 5, 2016 Error 26 means the item does not exist in that inventory. So you are probably using the wrong asset id Quote
Dr. McKay Posted June 5, 2016 Report Posted June 5, 2016 Error 26 means the item does not exist in that inventory. So you are probably using the wrong asset id ^^^ https://steamerrors.com/26 Quote
Vin4er Posted December 7, 2016 Report Posted December 7, 2016 Error 26 means the item does not exist in that inventory. So you are probably using the wrong asset id ^^^ https://steamerrors.com/26 Hi!I'am Serg. I apologize in advance for the bad english ..Very need your help! I have, for over a week prosihodit a similar situation with the bot - error "26" I started trying to fix. Rechecked all constants - all true. I've updated to version 2 Trade Manager, slightly corrected by the new specification. However, the error "26" is not lost The old version of the working code - again, no luck with the "26" ... What happened?I have panic) Maybe something I do not see panic and wonder?) How can I use assetid - is not correct? Here is the code screenshots AND Another unsuccessful attempt Quote
Dr. McKay Posted December 7, 2016 Report Posted December 7, 2016 It usually helps to print out values of variables when debugging. In this case, I suspect one of appid, contextid, or assetid is undefined or not the value you are expecting. Vin4er 1 Quote
Vin4er Posted December 8, 2016 Report Posted December 8, 2016 (edited) It usually helps to print out values of variables when debugging. In this case, I suspect one of appid, contextid, or assetid is undefined or not the value you are expecting. hmm.. I am using: if(winItem && winItem.appid && winItem.contextid && winItem.assetid ){ newOffer.addMyItem({...}) } undefined values are discarded...( After work - I be try to deduce the value ..But I used and the constants: appid == 730 (csgo)context id == 2 (csgo) Maybe data types matter (Number / String) ? Edited December 8, 2016 by Vin4er Quote
Dr. McKay Posted December 8, 2016 Report Posted December 8, 2016 Data types shouldn't matter. The module should convert everything internally for you. Are you absolutely sure you're using asset IDs which are owned by the account you're logged into? Maybe you mixed up some accounts? Vin4er 1 Quote
Vin4er Posted December 9, 2016 Report Posted December 9, 2016 Data types shouldn't matter. The module should convert everything internally for you. Are you absolutely sure you're using asset IDs which are owned by the account you're logged into? Maybe you mixed up some accounts?mm ..yesterday failed to get to the bot, I will try to check the accounts today. But - I start with this step, because recently bandaged account and keyapi and secrets Quote
Vin4er Posted December 10, 2016 Report Posted December 10, 2016 (edited) Good day! I do all the simple. Hmm, what am I doing wrong? again - error 26... I somewhere something missed? Edited December 10, 2016 by Vin4er Quote
Dr. McKay Posted December 11, 2016 Report Posted December 11, 2016 Your asset ID is still wrong. Vin4er 1 Quote
Vin4er Posted December 11, 2016 Report Posted December 11, 2016 (edited) Your asset ID is still wrong.Yes, Thank youI began to understand precisely this assetid I found a way to get on the correct asseid obtained in JSON format bot equipment, digging in the property "rgInventory", for ClassID and InstanceID If I have correctly translated the information from here https://dev.doctormckay.com/topic/332-identifying-steam-items/ That is what I do - right? Edited December 11, 2016 by Vin4er Quote
Dr. McKay Posted December 11, 2016 Report Posted December 11, 2016 Yes, the assetid is the "id" property there. Vin4er 1 Quote
Vin4er Posted December 12, 2016 Report Posted December 12, 2016 Yes, the assetid is the "id" property there. Thank you once again for all the information and help! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.