Hello, ich bekomme neuerdings (seit update auf 5.8 ) diese Fehlermeldung beim Start von fhem.
PERL WARNING: main::SB_PLAYER_SonginfoHandleQueue() called too early to check prototype at ./FHEM/98_SB_PLAYER.pm line 5029
sagt mir leider nicht viel. Jemand von euch eine Idee? Wüßte jetzt auch gerade nicht, von welchem SB_Player-Device ich hier ein List einhängen sollte?
Danke und Grüße
Hallo,
Die Warnung ist in der aktuellen Version des Player-Moduls (0075) behoben.
Grüße,
ChrisD
Danke Chris.
Bin gerade irritiert, habe eine Version vom 26.04.17 in meinem FHEM Verzeichnis.
# ############################################################################
# $Id: 97_SB_SERVER.pm 0036 2017-04-26 22:17:00Z CD $
#
# FHEM Module for Squeezebox Servers
#
# ############################################################################
#
# used to interact with Squeezebox server
#
# ############################################################################
#
# Written by bugster_de
#
# Contributions from: Siggi85, Oliv06, ChrisD, Eberhard
#
# ############################################################################
#
# This is absolutley open source. Please feel free to use just as you
# like. Please note, that no warranty is given and no liability
# granted
#
# ############################################################################
#
# we have the following readings
# power on|off
# version the version of the SB Server
# serversecure is the CLI port protected with a password?
#
# ############################################################################
#
# we have the following attributes
# alivetimer time frequency to set alive signals
# maxfavorites maximum number of favorites we handle at FHEM
#
# ############################################################################
# we have the following internals (all UPPERCASE)
# IP the IP of the server
# CLIPORT the port for the CLI interface of the server
#
# ############################################################################
# CD 0007 documentation update
# PRESENCE statusRequest requires v7278
# ############################################################################
Im contrib ist die Version vom 09.03.17.
# ############################################################################
# $Id: 97_SB_SERVER.pm 13658 2017-03-09 19:36:35Z ChrisD $
#
# FHEM Module for Squeezebox Servers
#
# ############################################################################
#
# used to interact with Squeezebox server
#
# ############################################################################
#
# Written by bugster_de
#
# Contributions from: Siggi85, Oliv06, ChrisD
#
# ############################################################################
#
# This is absolutley open source. Please feel free to use just as you
# like. Please note, that no warranty is given and no liability
# granted
#
# ############################################################################
#
# we have the following readings
# power on|off
# version the version of the SB Server
# serversecure is the CLI port protected with a passowrd?
#
# ############################################################################
#
# we have the following attributes
# alivetimer time frequency to set alive signals
# maxfavorites maximum number of favorites we handle at FHEM
#
# ############################################################################
# we have the following internals (all UPPERCASE)
# IP the IP of the server
# CLIPORT the port for the CLI interface of the server
#
# ############################################################################
# based on 97_SB_SERVER.pm 9811 beta 0023 CD
# ############################################################################
Wie kann das sein? Vor allem, wo habe ich die her? :D
...
Hallo,
Die aktuelle Version kannst du mit
update force https://raw.githubusercontent.com/ChrisD70/FHEM-Modules/master/autoupdate/sb/controls_squeezebox.txt
installieren. Diese enthält gegenüber der Version in contrib diverse Erweiterungen (bessere Spotify-Unterstützung, Gruppen, ...) die aber eventuell noch Fehler enthalten. Die Version in contrib ist die 'stabile' Version.
Grüße,
ChrisD