fhem-mirror
fhem-mirror copied to clipboard
31_HUEDevice.pm
I get the following error message after FHEM Update and FHEM won't start:
Can't call method "Dumper" on unblessed reference at ./FHEM/31_HUEDevice.pm line 1105
Traced it back to this line in 31_HUEDevice.pm:
Log3 $name, 5, Dumper $result if($HUEDevice_hasDataDumper);
Removed the line and it all works again.
Same problem here:
2018.11.02 18:15:35 2: hueBridge1: http request failed: http://192.168.178.7/api/Hk5-G0uck2gUZ2v4qAJG1ajg92cz6uBBydL0fCjk: empty answer received Can't call method "Dumper" on unblessed reference at ./FHEM/31_HUEDevice.pm line 1105.
Removing this line will not fix the problem here.