seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 180 forks source link

Everything is fine but [Error: There was an error sending your trade offer. Please try again later. (8)] #345

Closed madlybong closed 8 years ago

madlybong commented 8 years ago

[Error: There was an error sending your trade offer. Please try again later. (8)]

Every time i'm trying to trade ....

MY TRADE REQUEST EXACTLY IS

{ partnerSteamId: '765611980********',
  itemsFromMe:
   [ { appId: 570,
       contexId: 2,
       amount: 1,
       assetId: '36107323_23013902' },
     { appId: 570,
       contexId: 2,
       amount: 1,
       assetId: '61240980_23013902' } ],
  itemsFromThem: [] }

or

{ partnerSteamId: '765611980********',
  itemsFromMe:
   [ { appid: 570,
       contexid: 2,
       amount: 1,
       assetid: '36107323_23013902' },
     { appid: 570,
       contexid: 2,
       amount: 1,
       assetid: '61240980_23013902' } ],
  itemsFromThem: [] }

any help please ???

andrewda commented 8 years ago

contexid should be contextid

Also, I'm not too familiar with Dota2, but those don't look like assetids.

seishun commented 8 years ago

Wrong repo.