Originally posted by AngloCuencano
View Post
Announcement
Collapse
No announcement yet.
Announce : Global Player (UK) Plugin (Classic FM, Capital, Smooth, Heart, LBC etc.)
Collapse
X
-
Stuart McLean
ExpectingToFly Plugins :
BBC Sounds, Global Player (UK), Times Radio, UK Radio Player, Virgin Radio (UK) and the Radio Favourites Plugin
For BBC Sounds help see the BBC Sounds Wiki.
-
I have tried Classic FM and Capital this morning and noticed frequent gaps in playback. Is that normal?Last edited by slartibartfast; 2023-02-09, 14:05.Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
Bedroom: Radio
Bathroom: Radio
Comment
-
Originally posted by expectingtofly View Post
In your case, it is the api that is failing. This particular API doesn't use the standard http protocol, but something called web sockets which I had to include specific libraries for that to work in the plugin. This plugin has lots of installs, and I would have thought I would have had more reports of it not working outside the UK, if it was being geo-locked. I wonder if it is to do with the web socket traffic being blocked on your network for some reason, you don't have something non-standard like a proxy or firewall installed on you network do you?
Comment
-
Another non-standard thing is that I run an Apache server on the same Pi as LMS. I notice that Apache and the GlobalPlayer websockethandler component both want to use the same ports (80, 443). Is it possible that this is creating a conflict? If so, something must have changed recently, since they have lived together happily for a few years.
Although, Apache was not present when I set up the Picore server, so maybe this is a red herring.
Comment
-
The WebSocket capability is a very recent addition to any LMS - I think that expectingtofly is the first person to seriously try to implement it and it is only in the last few weeks.
It is not a core LMS capability (although it may well be useful if it does become core in the future).Paul Webster
Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin
Comment
-
Originally posted by AngloCuencano View PostAnother non-standard thing is that I run an Apache server on the same Pi as LMS. I notice that Apache and the GlobalPlayer websockethandler component both want to use the same ports (80, 443). Is it possible that this is creating a conflict? If so, something must have changed recently, since they have lived together happily for a few years.
Although, Apache was not present when I set up the Picore server, so maybe this is a red herring.Stuart McLean
ExpectingToFly Plugins :
BBC Sounds, Global Player (UK), Times Radio, UK Radio Player, Virgin Radio (UK) and the Radio Favourites Plugin
For BBC Sounds help see the BBC Sounds Wiki.
Comment
-
Hi
I've been using your plugins for a while now, with your GlobalPlayer the one I use most. I've been trying to hunt down a problem I have with my LMS system in that it slowly grinds to a halt in response to mouse clicks etc. Upon rebooting my server, I am asked to login to mysqueezebox.com and redefine the location of my music and playlist files. Thinking it was a hardware problem, I built a new server on an RPi4 (was using a Dell 3040) but ended up with the same problem.
After a bit of digging around, I found that the 'server.log' file was absolutely huge, populated mostly as below:
Code:[23-02-23 11:51:26.6468] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6471] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6473] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6476] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6479] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6481] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6484] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6487] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6490] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6493] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6495] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6498] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6501] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6503] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6506] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6509] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6512] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream
Thanks
Comment
-
Originally posted by Yatsushiro View PostHi
I've been using your plugins for a while now, with your GlobalPlayer the one I use most. I've been trying to hunt down a problem I have with my LMS system in that it slowly grinds to a halt in response to mouse clicks etc. Upon rebooting my server, I am asked to login to mysqueezebox.com and redefine the location of my music and playlist files. Thinking it was a hardware problem, I built a new server on an RPi4 (was using a Dell 3040) but ended up with the same problem.
After a bit of digging around, I found that the 'server.log' file was absolutely huge, populated mostly as below:
Code:[23-02-23 11:51:26.6468] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:26.6471] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream
ThanksStuart McLean
ExpectingToFly Plugins :
BBC Sounds, Global Player (UK), Times Radio, UK Radio Player, Virgin Radio (UK) and the Radio Favourites Plugin
For BBC Sounds help see the BBC Sounds Wiki.
Comment
-
Not that I'm aware of. I have 3 players, one of which is hardly ever used. The one in the kitchen is mostly on BBC. It's my workshop one that is used to listen to LBC. For various reasons, this player is just switched off at the power with the lights, no gentle shutdown.
Is there anything I can do on the logging front to help diagnosis?
Comment
-
Originally posted by Yatsushiro View PostNot that I'm aware of. I have 3 players, one of which is hardly ever used. The one in the kitchen is mostly on BBC. It's my workshop one that is used to listen to LBC. For various reasons, this player is just switched off at the power with the lights, no gentle shutdown.
Is there anything I can do on the logging front to help diagnosis?
[EDIT]. Sorry haven't found the bug, red herring.
Last edited by expectingtofly; 2023-03-01, 10:49.Stuart McLean
ExpectingToFly Plugins :
BBC Sounds, Global Player (UK), Times Radio, UK Radio Player, Virgin Radio (UK) and the Radio Favourites Plugin
For BBC Sounds help see the BBC Sounds Wiki.
Comment
-
Originally posted by Yatsushiro View PostNot that I'm aware of. I have 3 players, one of which is hardly ever used. The one in the kitchen is mostly on BBC. It's my workshop one that is used to listen to LBC. For various reasons, this player is just switched off at the power with the lights, no gentle shutdown.
Is there anything I can do on the logging front to help diagnosis?Stuart McLean
ExpectingToFly Plugins :
BBC Sounds, Global Player (UK), Times Radio, UK Radio Player, Virgin Radio (UK) and the Radio Favourites Plugin
For BBC Sounds help see the BBC Sounds Wiki.
Comment
-
The logging continues until the SD card fills up! Not knowing, initially, what was happening, I reloaded LMS onto the Dell Wyse 3040 until the same thing happened. Still not realising why, I gave up on the Dell (thinking perhaps it was a problem with Alpine Linux) and loaded LMS onto an RPi4. AFter a few days the problem re-occurred and that's when I noticed the large and growing server.log file.
Would it help if I can isolate the log entries immediately before and perhaps after the reported error?
Comment
-
Originally posted by Yatsushiro View PostThe logging continues until the SD card fills up! Not knowing, initially, what was happening, I reloaded LMS onto the Dell Wyse 3040 until the same thing happened. Still not realising why, I gave up on the Dell (thinking perhaps it was a problem with Alpine Linux) and loaded LMS onto an RPi4. AFter a few days the problem re-occurred and that's when I noticed the large and growing server.log file.
Would it help if I can isolate the log entries immediately before and perhaps after the reported error?
Do you have just standard players, or do you have any upnp players or the like as well?Stuart McLean
ExpectingToFly Plugins :
BBC Sounds, Global Player (UK), Times Radio, UK Radio Player, Virgin Radio (UK) and the Radio Favourites Plugin
For BBC Sounds help see the BBC Sounds Wiki.
Comment
-
Here's the start of the error period:
Code:[23-02-23 10:22:43.9061] Plugins::BookmarkHistory::Plugin::newsongCallback (1561) Trigger for newsong exists but is to old (to be expected when you press play after reconnect). client:Slim::Player::SqueezePlay=ARRAY(0x7f3ae5b5feb8) time: 1677144163 trigger value:1677144070 request:playlist newsong url:globa lplayer://_live_116 [23-02-23 11:02:03.7125] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:02:03.7158] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:02:03.7164] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream
Code:[23-02-23 11:51:27.1483] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:27.1486] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream [23-02-23 11:51:27.1489] Plugins::GlobalPlayerUK::ProtocolHandler::__ANON__ (707) Failed to stream
Code:dell3040:/var/opt/lms/log$ ls -l total 2870360 -rw-r--r-- 1 lms lms 0 Jan 27 16:07 perfmon.log -rw-r--r-- 1 lms lms 1472 Feb 27 14:58 scanner.log -rw-r--r-- 1 lms lms 2939236521 Mar 1 13:20 server.log
Comment
-
Originally posted by expectingtofly View PostDo you have just standard players, or do you have any upnp players or the like as well?
These are the plugins in use:
Plugins- Additional Browse Modes 1.0
- BBC Sounds 2.28.3
- Bookmarks 1.2.22
- Date and Time 1.0
- Don't Stop The Music 1.0.0
- DSDPlayer 1.09
- Global Player (UK) 2.2.0
- LastMix 2.3.0
- Material Skin 3.1.4
- Music and Artist Information 1.8.2
- Music Information Screen 4.4.12
- mysqueezebox.com services handler 1.0
- Play Windows Media 1.1
- Podcast Extensions 0.23.1
- Podcasts 2.0
- Presets Editor 1.0
- Radio France 0.4.3
- Radio Paradise 3.1.1
- RadioNet 2.2
- ShairTunes2 (fork) 0.205.3
- SqueezeESP32 0.353
- UK Radio Player 1.1.1
- Virgin Radio (UK) 2.2.3
Comment
Comment