@@ -72,6 +72,9 @@ class Handle
$stream = $method->getInfo($info['key']);
+ $live = array();
+ $hitory = array();
+
try {
$live = $method->getLiveStatus($info['key']);
$hitory = $method->history($info['key']);