0
C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\examples\offerbot.js:71
          throw err;
          ^

Error: There was an error sending your trade offer.  Please try again later. (15)
    at SteamTradeOffers.<anonymous> (C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\index.js:315:17)
    at Request.self.callback (C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\node_modules\request\request.js:188:22)
    at emitTwo (events.js:125:13)
    at Request.emit (events.js:213:7)
    at Request.<anonymous> (C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\node_modules\request\request.js:1171:10)
    at emitOne (events.js:115:13)
    at Request.emit (events.js:210:7)
    at IncomingMessage.<anonymous> (C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\node_modules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:314:30)
    at emitNone (events.js:110:20)

我正在使用这个node.js 脚本来交易皮肤,我收到了上述错误(15)。这个错误是因为这个原因

You may receive this result when sending, accepting, declining, or canceling a trade offer. Below is an explanation of what this result means in this context.

You can't send or accept this trade offer because either you can't trade with the other user, or one of the parties in this trade can't send/receive one of the items in the trade. Possible causes: a) You aren't friends with the other user and you didn't provide a trade token. b) The trade token was wrong. c) You are trying to send or receive an item for a game in which you or the other user can't trade (e.g. due to a VAC ban). d) You are trying to send an item and the other user's inventory is full for that game.

我所说的原因都是全领域的。我的帐户与这些原因无关。我是怎么知道的:就在以编程方式交易之前,我从官方 Steam 网站手动交易,结果是积极的。

但是当我使用这个机器人使用相同的 steamid 进行操作时,它会显示 15 个错误代码。

如果是这些原因,那我怎么能通过steam官方网站进行交易??

这有什么??将是非常可观的>>>

4

1 回答 1

0

来自:https ://steamerrors.com/15

a) 您不是其他用户的朋友,并且您没有提供交易代币。

b) 交易代币错误。

c) 您正在尝试为您或其他用户无法交易的游戏发送或接收物品(例如,由于 VAC 禁令)。

d) 您正在尝试发送一个项目,而其他用户的该游戏的库存已满。

于 2017-11-22T10:47:41.747 回答