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);
When I try to send a trade, I always get the error:
Empty response, before such was not. What could be the problem?