Ulrar / hassio-addons

Repo for hassio addons
MIT License
23 stars 10 forks source link

Lag Issue, possibly related to this error? #19

Closed floodwayprintco closed 3 years ago

floodwayprintco commented 3 years ago

I am getting this error a ton in my Raspotify logs. Forked-Daapd is also reporting that it's not getting sufficient data.

[2020-09-16T14:37:51Z WARN libmdns::fsm] couldn't parse packet from V4(172.30.32.1:5353): type 47 is invalid

It's in there a LOT.

Any suggestions?

Ulrar commented 3 years ago

Hi,

Note that I'm not the developer of either projects, I just packaged them into addons. Also raspotify actually hasn't anything to do with raspotify anymore, the addon is compiling librespot from scratch and adding an extra patch to get a metadatapipe. I see that they updated the mdns library last month for their issue 520, if you installed the adding before that you could try to uninstall it and re-install it, see if that new version helps. But I doubt it, mdns should I think only be used to discover devices, not for streaming, it's likely unrelated.

floodwayprintco commented 3 years ago

Thank you! Yes I was a bit confused about the duplicated naming. I moved this onto a dedicated Pi instead of as a Hassio add-on and it works perfectly with no lag.

--

Cory Beal

Production Manager @ Floodway Print Company LTD.

http://floodwayprintco.co http://floodwayprintco.com/m

On Tue, Nov 3, 2020 at 3:15 AM Lemonnier notifications@github.com wrote:

Hi,

Note that I'm not the developer of either projects, I just packaged them into addons. Also raspotify actually hasn't anything to do with raspotify anymore, the addon is compiling librespot from scratch and adding an extra patch to get a metadatapipe. I see that they updated the mdns library last month for ( https://github.com/librespot-org/librespot/issues/520)[their issue 520], if you installed the adding before that you could try to uninstall it and re-install it, see if that new version helps. But I doubt it, mdns should I think only be used to discover devices, not for streaming, it's likely unrelated.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ulrar/hassio-addons/issues/19#issuecomment-720995747, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM3B6M75ZUZUU5R6RZRPF2LSN7C4FANCNFSM4RO6A32Q .

Ulrar commented 3 years ago

Good to hear ! Closing this then, thanks.