mhop / fhem-mirror

Branch 'master' is an unofficial read-only-mirror of https://svn.fhem.de/fhem/trunk which is updated once a day. (branch sf_old a mirror of the old repo: svn://svn.code.sf.net/p/fhem/code/trunk)
106 stars 127 forks source link

31_HUEDevice.pm #31

Open Rira666 opened 6 years ago

Rira666 commented 6 years ago

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.

hackepeterOli commented 5 years ago

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.