Sys_GetURLContent - End of file Error

Hallo,

ich habe ein Script:

$content = Sys_GetURLContent("http://192.168.0.83/json?cmd=status"); 
$json = json_decode($content); 
print_r($json);  

Wenn ich das ausführe, bekomme ich ein „End of file“ in der ersten Zeile.

Wenn ich die URL im Browser aufrufe, bekomme ich ganz normal eine Zeichenkette:

{„successful“: true, „status“: {„status“: 1, „duration“: 1045, „mode“: 2, „battery“: 100, „hours“: 631}, „timer“: {„status“: 1}, „wlan“: {„signal“: -82}}

Wo ist das Problem im Script?

Gruß

Jimmy