Hello,
When I add a torrent using :
$torrent = $transmission->add(base64_encode(file_get_contents($link)),true);
I get the following warning :
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /root/seedbox/vendor/kleiram/transmission-php/lib/Transmission/Util/ResponseValidator.php on line 67
The torrent is added successfully on my transmission.
My PHP version : 7.4.29
Hello,
When I add a torrent using :
$torrent = $transmission->add(base64_encode(file_get_contents($link)),true);I get the following warning :
The torrent is added successfully on my transmission.
My PHP version : 7.4.29