We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
Log3 $name, 5, Dumper $result if($HUEDevice_hasDataDumper);
Removed the line and it all works again.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I get the following error message after FHEM Update and FHEM won't start:
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.
The text was updated successfully, but these errors were encountered: