waylaidwanderer/PHP-SteamCommunity

When creating any of trade Empty response?

Opened this issue · 1 comments

ankkk commented

When I try to send a trade, I always get the error: Empty response, before such was not. What could be the problem?

$tradeId = (string) $tradeoffer[1];
$tradeToken = (string) $tradeoffer[2];
$itemPlayer = (string) $itemsPlayer[0];

$trade = $tradeOffers->createTrade($tradeId);
$trade->addOtherItem(730, 2, $itemPlayer);

I'm experiencing the same thing, can it be that you are not authenticated any more?