mherger wrote: > Hey Philippe_44, > > last night something happened with the YouTube plugin. My internet > connection was down for an hour or two, as I had to replace the cable > modem. During that time my son must have tried to use the YouTube > plugin. > > > I was not at home at that time. Above message was repeated a few times - > IMHO more often than my son would have had the patience to try (a few > dozen times over the timespan of more than an hour). Then, when internet > finally was back, I got flooded with these: > > > Code: -------------------- > > [19-01-22 17:55:51.0699] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:51.5031] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:51.9168] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:52.0208] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:52.1635] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:52.3187] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:52.4589] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:53.0290] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > [19-01-22 17:55:53.1366] Plugins::YouTube::ProtocolHandler::__ANON__ (773) Failed to grab track information > -------------------- > > > > 12h later I had 205k of these lines in the log file, and LMS' memory > usage was up >1.2GB. This only ended once I had restarted LMS and > removed that player's queue. > > I don't know whether you can many any sense out of this. Just wanted > to let you know. Interestingly although I would get those log > statements as long as I left that playlist on the player, I now can > use the YouTube plugin again.
Hi Michael - As you know because I took it from you, the metadata request tries to get all the metadata for a playlist. When the BulkMetadata query fails, I don't set the cache and simply return no result. So LMS keep asking Metadata and I keep failing to find it in the cache, so keep retrying to grab it through an HTTP query which keeps failing ... I should probably do something different but I'm not sure exactly what at that point. Maybe put something in the cache with a very low TTL. It does not explain precisely why 1.2GB of memory was used LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=105840 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
