Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread Learnincurve


bpa wrote: 
> When LMS is stopped there should only be cache.db  -IIRC wal is for
> process locking and shm is shared memory maybe for performance.  I'd
> delete all three.  I delete cache.db everytime I start LMS as I do
> testing with internet streams and caching plays havok with trying to get
> reproducible results.  Deleting cache everytime may cause a performance
> hit for people who play a lot of local files.
> 
> DNS records show there is an ok  internet connection.  I/F stats look
> clean no errors so no timeout expected due to network connections
> issues. 
> The problem seems to be limited to mysqueezebox.com.  
> Port 443 is SSL stuff.  Is  your OpenSSL up to date ?  I have Ubuntu
> 18.04.3 LTS and OpenSSL should be at 1.1.1-1ubuntu2.1 (about Dec 2018) .
> 
> I've seen SSL issues with old versions causing network delays /
> timeouts.
> 
> I'll try to find a https MP3 to try to play - it may help test SSL
> separate from mysqueezebox.com

Thanks bpa and thanks also to kidstypike.

I'll delete the cache this evening. One thing I forgot to mention is
that I'm ripping my entire CD collection at present, so lots of local
files are being moved on the filesystem, could be corrupting gthe cache
with loads of invalid paths.  Just a thought.

Anyway, will see if that helps and also check OpenSSL.

BR.

--Marius--



Learnincurve's Profile: http://forums.slimdevices.com/member.php?userid=64807
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Restore 'New Music' list

2019-11-12 Thread Roland0


Ironopolis wrote: 
> When I do a full rescan, I lose the contents of the New Music top level
> menu item - it then seems to be filled either with random albums or the
> most recently scanned ones.
> If the list is in an SQLite database, I might be able to export the
> list, then import an SQL file after the scan. The SQlite databases are
> in /var/lib/squeezeboxserver/cache/. Is the new music list contained in
> one of them?
> 

Pretty sure it's generated on the fly (based on modification dates of
files, which are stored in the DB during the scan).
SQL (library.db):

Code:

select distinct album from tracks where album not null order by timestamp 
desc limit 20


compare with JSONRPC query:

Code:

curl -H "Content-Type: application/json" -X POST -d 
'{"id":1,"method":"slim.request","params":["-", ["albums", 0, 
20,"sort:new","tags:al"]]}' "http://lmsserver:9000/jsonrpc.js;



try comparing the results of those before/after scan.



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Playlist
Editor / Generator | Music Classification | Similar Music | Announce |
EventTrigger | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=111205

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-12 Thread paul-

I would bet track stat is causing this hang .  I’ve seen other reports
of it.   Maybe turn up the logging for that plugin, and see what it
says.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=90

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread bpa


When LMS is stopped there should only be cache.db  -IIRC wal is for
process locking and shm is shared memory maybe for performance.  I'd
delete all three.  I delete cache.db everytime I start LMS as I do
testing with internet streams and caching plays havok with trying to get
reproducible results.  Deleting cache everytime may cause a performance
hit for people who play a lot of local files.

DNS records show there is an ok  internet connection.  I/F stats look
clean no errors so no timeout expected due to network connections
issues. 
The problem seems to be limited to mysqueezebox.com.  
Port 443 is SSL stuff.  Is  your OpenSSL up to date ?  I have Ubuntu
18.04.3 LTS and OpenSSL should be at 1.1.1-1ubuntu2.1 (about Dec 2018) .

I've seen SSL issues with old versions causing network delays /
timeouts.

I'll try to find a https MP3 to try to play - it may help test SSL
separate from mysqueezebox.com



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] Restore 'New Music' list

2019-11-12 Thread Ironopolis


When I do a full rescan, I lose the contents of the New Music top level
menu item - it then seems to be filled either with random albums or the
most recently scanned ones.

If the list is in an SQLite database, I might be able to export the
list, then import an SQL file after the scan. The SQlite databases are
in /var/lib/squeezeboxserver/cache/. Is the new music list contained in
one of them?

Thanks,
Ironopolis.



Ironopolis's Profile: http://forums.slimdevices.com/member.php?userid=69549
View this thread: http://forums.slimdevices.com/showthread.php?t=111205

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread kidstypike


Learnincurve wrote: 
> Thanks for the advice, I see three cache.db files (when the server is
> running:
> 
> locate cache.db
> /var/lib/squeezeboxserver/cache/cache.db
> /var/lib/squeezeboxserver/cache/cache.db-shm
> /var/lib/squeezeboxserver/cache/cache.db-wal
> 
> Should I delete all three?
> 
> Firefox and Chrome caches deleted.

You can't delete all three.

Stop LMS and you'll just see the first one - delete that.



*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0-b6 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-12 Thread callesoroe


paul- wrote: 
> sox is there, but would definitely be a different version than in 7.9.1.
> My suspicion is that you are not muting the output from the sox
> command.  Make it quiet by adding a -q command line option.
> 
> Look at other sox based lines in convert.conf, and try to copy.
> something similar.   Perhaps test from command line in a ssh session.

Putting -q in front of the [sox] command did the trick. Now Tidal plays
again and no stuttering.. Thanks Paul!!

Now I only have two annoying but not blocking things. I don't understand
that when LMS restarts it takes about 2 hours before I can access it
again??? I don't know what it is doing ??? Does it start scanning after
a LMS restart ??? or can it
my trackstat database the Pi is struggling with ?? The pi main page
starts immedately and have fine response. It also says LMS is running
but you can not access it before about 2 hours ???

I also still see som of the "broken pipe" messages on the console, but
they don't seem to have any impact.



Callesoroe
Living room: Transporter, Tact RCS 2.2X digital preamp, Martin Logan
Vista speakers, AMPS(Icepower): Acoustic Reality Ear Enigma
PLUS(PANELS), Acoustic Reality Ear TWO MKII(Bas)
Kitchen: Transporter - Prodipe Pro 5 active bi-amp speakers. Bedroom:
Receiver+UE boombox, Kids: Receiver+Active speakers, Guestroom: Touch -
Bencmark DAC1, JBL LSR305 active speakers , TIDAL HIFI flac streaming.
http://www.last.fm/user/callesoroe

callesoroe's Profile: http://forums.slimdevices.com/member.php?userid=22693
View this thread: http://forums.slimdevices.com/showthread.php?t=90

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-12 Thread philippe_44

The RP plugin is not involved in buffering. It simply leaves LMS do the
data transfer job, there was no reason I think to overload any low level
functions. 

In interactive streams, the audio is split into ~20 mins blocks of 2-5
tracks with a couple of announcements at the beginning or the end (maybe
in the middle, I don’t remember). The metadata describes the tracks in
the block. 

So worse case the size would be about 20 mins of  flac at around
850kbits/s.

To download the whole thing would be an important architecture change
with the need to overload low level functions like sysread and feed them
with the downloaded file made in // with series of asyncread. And of
course you need to erase the file when acquired and have a different
process when using regular stream otherwise you’ll have infinite files
(I’ve been through that with v1 of my UPnP and cast plugins)

A good amount of complications. I don’t know with @mherger thinks, this
is his plugin



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=31

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread Learnincurve


bpa wrote: 
> Forgot to suggest one of the basics. Clear the caches when LMS is
> stopped. Clear the Browser cache and delete LMS cache.db

Thanks for the advice, I see three cache.db files (when the server is
running:

locate cache.db
/var/lib/squeezeboxserver/cache/cache.db
/var/lib/squeezeboxserver/cache/cache.db-shm
/var/lib/squeezeboxserver/cache/cache.db-wal

Should I delete all three?

Firefox and Chrome caches deleted.



Learnincurve's Profile: http://forums.slimdevices.com/member.php?userid=64807
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread Learnincurve


bpa wrote: 
> IT could be a DNS issue.   Can you enable logging for network.asyncdns
> to DEBUG and see what is logged when you try to play a plain internet
> stream e.g. something via Tune-in.


Here is some network info:


# systemd-resolve --status enp2s0
Link 2 (enp2s0)
Current Scopes: DNS
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
Current DNS Server: 192.168.253.1
DNS Servers: 192.168.253.1
DNS Domain: ~.
schrecker.bogus


# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
default pfsense 0.0.0.0 UG0  00
enp2s0
default pfsense 0.0.0.0 UG10000
enp2s0
192.168.253.0   0.0.0.0 255.255.255.0   U 10000
enp2s0


# ifconfig -a
enp2s0: flags=4163  mtu 1500
inet 192.168.253.85  netmask 255.255.255.0  broadcast
192.168.253.255
inet6 fe80::b71:1feb:82f0:389c  prefixlen 64  scopeid
0x20
ether 94:c6:91:11:2c:48  txqueuelen 1000  (Ethernet)
RX packets 887940  bytes 800544636 (800.5 MB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 830639  bytes 863124052 (863.1 MB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
inet 127.0.0.1  netmask 255.0.0.0
inet6 ::1  prefixlen 128  scopeid 0x10
loop  txqueuelen 1000  (Local Loopback)
RX packets 35215  bytes 4002346 (4.0 MB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 35215  bytes 4002346 (4.0 MB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


tail of log:

Connect timed out: Transport endpoint is not connected
[19-11-10 18:01:26.3187]
Slim::Plugin::InternetRadio::Plugin::_gotRadioError (72) Unable to
retrieve radio directory from SN: Connect timed out: Transport endpoint
is not connected
[19-11-10 18:01:30.1312] Slim::Web::Cometd::handler (422)
errorNeedsClient: fe:c6:a1:a2:3a:bf, status, -, 10, menu:menu,
useContextMenu:1, subscribe:600
[19-11-10 18:01:30.6701] Slim::Web::JSONRPC::requestMethod (486)
fe:c6:a1:a2:3a:bf: request not dispatchable!
[19-11-10 18:01:32.2307] Slim::Web::Cometd::handler (422)
errorNeedsClient: fe:c6:a1:a2:3a:bf, status, -, 10, menu:menu,
useContextMenu:1, subscribe:600
[19-11-10 18:02:26.0377] Slim::Networking::Async::connect (115) Failed
to connect to www.mysqueezebox.com:443, because
Net::HTTP: connect: timeout
[19-11-10 18:02:26.0386] Slim::Utils::Update::checkVersionError (185)
There was an error while checking for updates to Logitech Media Server:
Connect timed out: Connection timed out
[19-11-11 02:42:36.0662] Slim::Networking::Async::connect (115) Failed
to connect to www.mysqueezebox.com:443, because
Net::HTTP: connect: timeout
[19-11-11 02:42:36.0670] Slim::Networking::SqueezeNetwork::_error (497)
Unable to login to SN: Connect timed out: Connection timed out
[19-11-11 02:42:36.0677] Slim::Networking::SqueezeNetwork::_init_error
(177) Unable to login to mysqueezebox.com, sync is disabled: Connect
timed out: Connection timed out (https://www.mysqueezebox.com)
[19-11-11 02:42:36.0686] Slim::Networking::SqueezeNetwork::_init_error
(193) mysqueezebox.com sync init failed: Connect timed out: Connection
timed out, will retry in 31500 (https://www.mysqueezebox.com)
[19-11-11 11:28:46.0671] Slim::Networking::Async::connect (115) Failed
to connect to www.mysqueezebox.com:443, because
Net::HTTP: connect: timeout
[19-11-11 11:28:46.0679] Slim::Networking::SqueezeNetwork::_error (497)
Unable to login to SN: Connect timed out: Connection timed out
[19-11-11 11:28:46.0686] Slim::Networking::SqueezeNetwork::_init_error
(177) Unable to login to mysqueezebox.com, sync is disabled: Connect
timed out: Connection timed out (https://www.mysqueezebox.com)
[19-11-11 11:28:46.0695] Slim::Networking::SqueezeNetwork::_init_error
(193) mysqueezebox.com sync init failed: Connect timed out: Connection
timed out, will retry in 31800 (https://www.mysqueezebox.com)
[19-11-11 17:15:03.8750] Plugins::BBCiPlayer::BBCOnAir::__ANON__ (213)
error fetching RadioPlayer BBC  data while playing so try fetching
again
[19-11-11 17:19:04.5812] Plugins::BBCiPlayer::BBCOnAir::__ANON__ (213)
error fetching RadioPlayer BBC  data while playing so try fetching
again
[19-11-11 18:02:26.0421] Slim::Networking::Async::connect (115) Failed
to connect to www.mysqueezebox.com:443, because
Net::HTTP: connect: timeout
[19-11-11 18:02:26.0429] Slim::Utils::Update::checkVersionError (185)
There was an error while checking for updates to Logitech Media Server:
Connect timed out: Connection timed out
[19-11-11 18:54:43.9624] Slim::Networking::Async::connect (115) Failed
to connect to www.mysqueezebox.com:443, because
Net::HTTP: connect: timeout
[19-11-11 20:19:56.0686] Slim::Networking::Async::connect (115) Failed
to connect to www.mysqueezebox.com:443, because
Net::HTTP: connect: timeout
[19-11-11 20:19:56.0693] Slim::Networking::SqueezeNetwork::_error (497)
Unable to login to SN: Connect timed out: 

Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-12 Thread Ron F.


paul- wrote: 
> LMS uses perl IO::Socket::SSL, which then uses the system openssl for
> connections (I wonder if the perl module version makes a difference),
> however LMS is only used if you are using proxied streaming.   If the
> player supports SSL, then the players SSL is what matters.   If the
> player does not support SSL, then LMS will automatically proxy. 
> However, I'm not sure how SSL plays into this.  I was doing a test over
> the weekend, and the connections to RP were _not_ secured.  The music
> was streaming over plain HTTP.  (Both in the interactive and continuous
> stream)
> 
> When playing the continuous stream, data is fed to the player at a nice
> controlled pace from the server.  When the interactive stream is played,
> the server tries to send the whole file all at once, so the file fills
> the player and network receive buffers. I wonder what happens if you
> increase your player buffer to hold more data.

Thank you for this. I do not understand how SSL works; I have some
reading to do. From my use of Wireshark this past weekend and watching
RP FLAC packets on their way to LMS, I did not see anything related to
SSL - but I did not understand the implication of that at the time.
Playing with different releases of openssl was not going to make any
difference, and indeed - it did not.

I have tried playing with the LMS network settings in the past, and
setting "Radio Station Buffer Seconds" to it's max: 30, has not make any
difference. Enabling "Proxied Streaming" never made much if any
difference either. Does Proxied Streaming cause LMS to create an
additional buffer on the server? Regardless, if the interactive stream
is attempting to download an entire file all at once, then this sounds
like an ftp download! If every time Bill does a station announcement
represents the start of a new file, then we could be talking about a
GByte of data. Ouch - I am surprised this works as well as it does!
There are all kinds of timeouts that might occur causing this to fail,
and the RP server attempts to restart the download ... from the
beginning.

When streaming Interactive, wouldn't the RP plugin then need to offload
all this data into a temporary file? A buffer in memory big enough to
solve the issue would be impracticable. The TCP Rx buffer is going to
fill and I imagine timeout if the plugin does not read out the data and
store it somewhere. Is the LMS RP plugin relying on the network stack to
control the connection, to close the connection for instance when there
is a problem?

If LSM RP plugin is only reading sufficient data out of the network
stack to fill a 30 second buffer, then I doubt that buffer size is going
to matter if the RP server is trying to shove a file's worth of data to
LMS. It also seems likely that increasing the size of the TCP Rx Buffer
in the LMS server network stack is not going to help either. I imagine
then the only solution is that the RP plugin needs to be able to store a
LOT of data into a temporary FIFO file on the server's HDD.

While writing this, I have experienced two long delays, followed by
restarts in the RP Main FLAC Interactive stream.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 16.04 + Squeezelite + Material Skin >
ifi USB iSilencer > Audirect Beam DAC > Senn IE 80 earbuds
*Bedroom:* Pixel 3a Phone + SB Player + Material/mobile > Bose SoundLink
Revolve
*Server:* Puget Systems Serenity + Ubuntu 18.04 + LMS 7.9.2
*Music:* Personal FLAC, Radio Paradise FLAC, Qobuz, Spotify

Ron F.'s Profile: http://forums.slimdevices.com/member.php?userid=5616
View this thread: http://forums.slimdevices.com/showthread.php?t=31

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-12 Thread philippe_44

paul- wrote: 
> 
> When playing the continuous stream, data is fed to the player at a nice
> controlled pace from the server.  When the interactive stream is played,
> the server tries to send the whole file all at once, so the file fills
> the player and network receive buffers. I wonder what happens if you
> increase your player buffer to hold more data.

That makes sense. The continuous is treated as a live stream so data is
produced piece by piece where the interactive are files (blocks of 2 to
5 tracks) so it can be grabbed as fast as possible. That corroborates
what I’ve seen.



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=31

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread seth_space


Well... that took some time..
after unplugging the cable every action takes ages.. in fact several
minutes to complete.
The windows service does not crash but seems to freeze for some time
(several minutes) and then shows the info.

all players are normal in the info during that stage. ip, Mac etc..
good.

The diagnostic part in the windows control panel ( as administrator)
works a little faster but after some time port 9000 is not working.
After some time.. port 9000 is back.

In the server log this appears:
[19-11-12 18:17:25.8192]
Slim::Networking::Discovery::Players::_players_error (146) Unable to get
players: Timed out waiting for data

No webpage will act during that periode.. so it seems related to port
9000?

reconnecting the internet and everything comes back to narmal.

And yes, all the players are on the same ip-range 192.168.1.xxx



seth_space's Profile: http://forums.slimdevices.com/member.php?userid=37717
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread bpa


Forgot to suggest one of the basics. Clear the caches when LMS is
stopped. Clear the Browser cache and delete LMS cache.db



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread bpa


IT could be a DNS issue.   Can you enable logging for network.asyncdns
to DEBUG and see what is logged when you try to play a plain internet
stream e.g. something via Tune-in.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread bpa


In WebUI Settings/Information, there are details about players.

The detail (e.g. MAC address, wireless signal strength)   should be
complete when internet is connected.
When you disconnect the internet, wait about 2 minutes, do the details
about the players remain the same ?

The IP address of the server is 192.168.1.130 - I presume all the
players address as seen by LMS are on same LAN segment i.e.
192.168.1.xxx



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread seth_space


Ping to router, and logitech players without errors.
Router: Asus RT-AC3200 with Merlin firmware. (384.13)
Changed the order of the DNS.. to no avail.



seth_space's Profile: http://forums.slimdevices.com/member.php?userid=37717
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS can't connect to mysqueezebox.com

2019-11-12 Thread Rodrigo


mherger wrote: 
> > Currently 7.9.2, have tried various different versions.
> 
> Please check the server.log file whether there's any trace of the
> problem.
> 
> -- 
> 
> Michael

Discovered the problem, but now a new one:

I checked server.log file and noticed player was not being recognized.
I'm using a squeezebox duet, with no remote. I ran again a script and
identified the problem was my network password without "". After that I
got to chose music source without any problems.

But now I can't select music source anymore, eventhough the player is
being recognized.



Rodrigo's Profile: http://forums.slimdevices.com/member.php?userid=39057
View this thread: http://forums.slimdevices.com/showthread.php?t=60

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS can't connect to mysqueezebox.com

2019-11-12 Thread Rodrigo


mherger wrote: 
> > Anybody else have an advice? Still the same problem.
> 
> What LMS version are you using? There has been an issue with some 
> characters which were not correctly encoded and would have lead to the 
> problem you're seeing.
> 
> -- 
> 
> Michael

I used latest stable and beta versions, neither worked



Rodrigo's Profile: http://forums.slimdevices.com/member.php?userid=39057
View this thread: http://forums.slimdevices.com/showthread.php?t=60

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread d6jg


Paul Webster wrote: 
> 1.1.1.1 and 1.0.0.1 are DNS from Cloudfare - like the Google 8.8.8.8
> 
> How about changing the order and putting the local one first.

Returning to the issue.

When the internet is down can you successfuly ping the router from your
Server?
Can you ping a player ?
My suspicion is that the router is at fault and simply can't route
packets while its polling for an internet connection. What make / model
is it?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread d6jg


Paul Webster wrote: 
> 1.1.1.1 and 1.0.0.1 are DNS from Cloudfare - like the Google 8.8.8.8
> 
> How about changing the order and putting the local one first.

I didn't know that. Are they public / considered faster than Google?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread Paul Webster


1.1.1.1 and 1.0.0.1 are DNS from Cloudfare - like the Google 8.8.8.8

How about changing the order and putting the local one first.



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread d6jg


seth_space wrote: 
> Its windows 10..cp 1252.
> 
> Microsoft Windows [Version 10.0.17134.1069]
> (c) 2018 Microsoft Corporation. Alle rechten voorbehouden.
> 
> C:\Users\Administrator>ipconfig /all
> 
> Windows IP Configuration
> 
> Host Name . . . . . . . . . . . . : HPserver
> Primary Dns Suffix  . . . . . . . :
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> 
> Ethernet adapter Ethernet 2:
> 
> Media State . . . . . . . . . . . : Media disconnected
> Connection-specific DNS Suffix  . :
> Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit
> Ethernet #2
> Physical Address. . . . . . . . . : xxx
> DHCP Enabled. . . . . . . . . . . : No
> Autoconfiguration Enabled . . . . : Yes
> 
> Ethernet adapter Ethernet:
> 
> Connection-specific DNS Suffix  . :
> Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit
> Ethernet
> Physical Address. . . . . . . . . : 
> DHCP Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> Link-local IPv6 Address . . . . . :xx(Preferred)
> IPv4 Address. . . . . . . . . . . : 192.168.1.130(Preferred)
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Lease Obtained. . . . . . . . . . : dinsdag 5 november 2019 08:24:49
> Lease Expires . . . . . . . . . . : woensdag 13 november 2019
> 05:40:43
> Default Gateway . . . . . . . . . : 192.168.1.1
> DHCP Server . . . . . . . . . . . : 192.168.1.1
> DHCPv6 IAID . . . . . . . . . . . : 56905990
> DHCPv6 Client DUID. . . . . . . . : xx
> DNS Servers . . . . . . . . . . . : 1.1.1.1
> 1.0.0.1
> 192.168.1.1
> NetBIOS over Tcpip. . . . . . . . : Enabled
> 
> C:\Users\Administrator>
> Btw: its DHCP but a reserved adress, so it does not change.
> 
> 
> the server is wired to the network.. the most players are wireless ( but
> no difference with the wired ones)
> 192.168.1.1 is the router wireless and wired.
> unplugging the internet same result.

What are those DNS server addresses 1.1.1.1 and 1.0.0.1 ?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech media server not working without internet connection

2019-11-12 Thread seth_space


Its windows 10..cp 1252.

Microsoft Windows [Version 10.0.17134.1069]
(c) 2018 Microsoft Corporation. Alle rechten voorbehouden.

C:\Users\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : HPserver
Primary Dns Suffix  . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet 2:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix  . :
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit
Ethernet #2
Physical Address. . . . . . . . . : xxx
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Ethernet adapter Ethernet:

Connection-specific DNS Suffix  . :
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit
Ethernet
Physical Address. . . . . . . . . : 
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . :xx(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.130(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : dinsdag 5 november 2019 08:24:49
Lease Expires . . . . . . . . . . : woensdag 13 november 2019
05:40:43
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 56905990
DHCPv6 Client DUID. . . . . . . . : xx
DNS Servers . . . . . . . . . . . : 1.1.1.1
1.0.0.1
192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled

C:\Users\Administrator>


the server is wired to the network.. the most players are wireless ( but
no difference with the wired ones)



seth_space's Profile: http://forums.slimdevices.com/member.php?userid=37717
View this thread: http://forums.slimdevices.com/showthread.php?t=62

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-12 Thread paul-


Ron F. wrote: 
> Question: is LMS using the system's installed version of openssl, or is
> it using a copy that it brings with it?

LMS uses perl IO::Socket::SSL, which then uses the system openssl for
connections (I wonder if the perl module version makes a difference),
however LMS is only used if you are using proxied streaming.   If the
player supports SSL, then the players SSL is what matters.   If the
player does not support SSL, then LMS will automatically proxy. 
However, I'm not sure how SSL plays into this.  I was doing a test over
the weekend, and the connections to RP were _not_ secured.  The music
was streaming over plain HTTP.  (Both in the interactive and continuous
stream)

When playing the continuous stream, data is fed to the player at a nice
controlled pace from the server.  When the interactive stream is played,
the server tries to send the whole file all at once, so the file fills
the player and network receive buffers. I wonder what happens if you
increase your player buffer to hold more data.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=31

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread Learnincurve


bpa wrote: 
> Do you have multiple network interfaces ?
> 
> Is all internet LMS functionality broken but local network is OK (i.e
> can play files to local network connected player)  ? or just some
> internet functionality is broken/erratic ?
> 
> edit:
> 
> What is the system 
> DNS address ?
> Gateway address ?

Exactly: Local network is okay but looks like internet is broken.

System is Xubuntu 18/10, running on hardware (no virtualisation).

DNS server on local network (for lan-wide hostname lookup, including the
host that LMS is running on and the only connected player - which
connects fine), with forwarding from ISP, but resolv.conf in Ubuntu
related distros recently points to a loopback address (netplan?), which
I still haven't got my head around. Shell lookups and connections are
fine, although mysqueezebox.com seems to drop icmp.
Single interface on the host, which is the gateway.

Cat5 ethernet to pfsense FW, with player and LMS separated by single
switch.



Learnincurve's Profile: http://forums.slimdevices.com/member.php?userid=64807
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-12 Thread d6jg


You can't use this with Michael's plugin but you you can force the
regular streams to use a particular server rather than the load balancer
by replacing "stream" in the URL with "icy-X"

This from an old RP Forum post
"Wasn't aware of any issues with the load balancer. But your solution on
that is indeed correct. icy-4 and icy-5 will directly call our servers
in London, icy-6 or icy-8 in Texas, icy-7 in Virginia."

There are also icy-1, 2 & 3 but I do not know where they are

28528


+---+
|Filename: 2019-11-12 12_21_43-Command Prompt - nslookup.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28528|
+---+


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=31

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS can't connect to mysqueezebox.com

2019-11-12 Thread Michael Herger

Currently 7.9.2, have tried various different versions.


Please check the server.log file whether there's any trace of the problem.

--

Michael
___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread bpa


Learnincurve wrote: 
> Thanks but unfortunately already tried that. :(

Do you have multiple network interfaces ?

Is all internet LMS functionality broken but local network is OK (i.e
can play files to local network connected player)  ? or just some
internet functionality is broken/erratic ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] An unexpected error occurred while validating your my squeezebox.com account

2019-11-12 Thread Ronc01


mherger wrote: 
> Please see my latest comment in 
> http://forums.slimdevices.com/showthread.php?t=60
> -- Michael
Tried 7.7.6 then latest 7.9.2
Currently 7.9.2, have tried various different versions.



Ronc01's Profile: http://forums.slimdevices.com/member.php?userid=33801
View this thread: http://forums.slimdevices.com/showthread.php?t=99

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS can't connect to mysqueezebox.com

2019-11-12 Thread Ronc01


Currently 7.9.2, have tried various different versions.



Ronc01's Profile: http://forums.slimdevices.com/member.php?userid=33801
View this thread: http://forums.slimdevices.com/showthread.php?t=60

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread Learnincurve


bpa wrote: 
> Looks like network issue.
> A common problem is where LMS is started before the network connection
> is up & running.  Then LMS will report no network yet network will be OK
> for all other application.
> 
> To check this theory. Just stop & restart LMS - not Ubuntu and not the
> network.

Thanks but unfortunately already tried that. :(



Learnincurve's Profile: http://forums.slimdevices.com/member.php?userid=64807
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread bpa


Looks like network issue.
A common problem is where LMS is started before the network connection
is up & running.  Then LMS will report no network yet network will be OK
for all other application.

To check this theory. Just stop & restart LMS - not Ubuntu and not the
network.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No network and apps not listing in LMS but are available from squeezelite player

2019-11-12 Thread Learnincurve


Learnincurve wrote: 
> Hi,
> 
> I've been running LMS for a few years, with Spotify - Spotty amd
> youtube apps. Both have shown up in LMS and on my player (squeezelite),
> but were suddenly gone from the LMS web interface (although still
> installed.
> 
> The log is listing loads of network-related errors, but network is fine
> from the host running LMS.
> 
> 2019-11-08 19:04:42 squeezeboxserver_safe stopped.
> 2019-11-10 18:01:22 squeezeboxserver_safe started.
> [19-11-10 18:01:24.8504] main::init (387) Starting Logitech Media Server
> (v7.9.2, 1572699180, Sat Nov  2 14:13:52 CET 2019) perl 5.026002 -
> x86_64-linux-gnu-thread-multi
> [19-11-10 18:01:25.2051] Slim::Utils::IPDetect::_init (140) Warning:
> Couldn't call connect() - falling back to 127.0.0.1
> [19-11-10 18:01:26.2995] Slim::Networking::Async::connect (115) Failed
> to connect to www.mysqueezebox.com:443, because
> Net::HTTP: connect: Network is unreachable
> [19-11-10 18:01:26.3000] Slim::Formats::XML::gotErrorViaHTTP (339)
> Error: getting https://www.mysqueezebox.com/api/sounds/v1/opml
> Connect timed out: Network is unreachable
> [19-11-10 18:01:26.3003] Slim::Plugin::Sounds::Plugin::_gotSoundsError
> (83) Error: Unable to cache Sounds & Effects menu from SN: Connect timed
> out: Network is unreachable
> [19-11-10 18:01:26.3024] Slim::Networking::Async::connect (115) Failed
> to connect to repos.squeezecommunity.org:443, because
> Net::HTTP: connect: Network is unreachable
> [19-11-10 18:01:26.3028] Slim::Networking::Repositories::__ANON__ (146)
> Failed to fetch https://repos.squeezecommunity.org/extensions.xml:
> Connect timed out: Network is unreachable
> [19-11-10 18:01:26.3031] Slim::Networking::Repositories::__ANON__ (149)
> https lookup failed - trying plain text http instead:
> http://repos.squeezecommunity.org/extensions.xml
> [19-11-10 18:01:26.3072] Slim::Networking::Async::connect (115) Failed
> to connect to sourceforge.net:443, because
> Net::HTTP: connect: Network is unreachable
> [19-11-10 18:01:26.3078] Slim::Networking::Repositories::__ANON__ (146)
> Failed to fetch
> https://sourceforge.net/projects/bpaplugins/files/betarelease-repo.xml:
> Connect timed out: Network is unreachable
> [19-11-10 18:01:26.3085] Slim::Networking::Repositories::__ANON__ (149)
> https lookup failed - trying plain text http instead:
> http://sourceforge.net/projects/bpaplugins/files/betarelease-repo.xml
> [19-11-10 18:01:26.3121] Slim::Networking::Async::connect (115) Failed
> to connect to www.mysqueezebox.com:443, because
> Net::HTTP: connect: Network is unreachable
> [19-11-10 18:01:26.3141] Slim::Networking::SqueezeNetwork::_error (497)
> Unable to login to SN: Connect timed out: Network is unreachable
> [19-11-10 18:01:26.3145] Slim::Networking::SqueezeNetwork::_init_error
> (177) Unable to login to mysqueezebox.com, sync is disabled: Connect
> timed out: Network is unreachable (https://www.mysqueezebox.com)
> [19-11-10 18:01:26.3151] Slim::Networking::SqueezeNetwork::_init_error
> (193) mysqueezebox.com sync init failed: Connect timed out: Network is
> unreachable, will retry in 31200 (https://www.mysqueezebox.com)
> [19-11-10 18:01:26.3183] Slim::Formats::XML::gotErrorViaHTTP (339)
> Error: getting http://opml.radiotime.com/Index.aspx?partnerId=16
> Connect timed out: Transport endpoint is not connected
> [19-11-10 18:01:26.3187]
> Slim::Plugin::InternetRadio::Plugin::_gotRadioError (72) Unable to
> retrieve radio directory from SN: Connect timed out: Transport endpoint
> is not connected
> [19-11-10 18:01:30.1312] Slim::Web::Cometd::handler (422)
> errorNeedsClient: fe:c6:a1:a2:3a:bf, status, -, 10, menu:menu,
> useContextMenu:1, subscribe:600
> [19-11-10 18:01:30.6701] Slim::Web::JSONRPC::requestMethod (486)
> fe:c6:a1:a2:3a:bf: request not dispatchable!
> [19-11-10 18:01:32.2307] Slim::Web::Cometd::handler (422)
> errorNeedsClient: fe:c6:a1:a2:3a:bf, status, -, 10, menu:menu,
> useContextMenu:1, subscribe:600
> [19-11-10 18:02:26.0377] Slim::Networking::Async::connect (115) Failed
> to connect to www.mysqueezebox.com:443, because
> Net::HTTP: connect: timeout
> [19-11-10 18:02:26.0386] Slim::Utils::Update::checkVersionError (185)
> There was an error while checking for updates to Logitech Media Server:
> Connect timed out: Connection timed out
> 
> ogitech Media Server Status
> Logitech Media Server Version: 7.9.2 - 1572699180 @ Sat Nov 2 14:13:52
> CET 2019
> Hostname: media-pc
> Server IP Address: 192.168.253.85
> Server HTTP Port Number: 9000
> Operating system: Debian - EN - utf8
> Platform Architecture: x86_64-linux
> Perl Version: 5.26.2 - x86_64-linux-gnu-thread-multi
> Audio::Scan: 0.95
> IO::Socket::SSL: 2.060
> Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
> Total Players Recognized: 1
> 
> 
> Can anyone help me understand what's going on?
> 
> BR.
> 
> --Marius--

Any advice?

I am considering completely removing/purging LMS and re-installing, but
this will require a complete reconfiguration, which will take time.


Re: [SlimDevices: SqueezeCenter] An unexpected error occurred while validating your my squeezebox.com account

2019-11-12 Thread Michael Herger
Please see my latest comment in 
http://forums.slimdevices.com/showthread.php?t=60


--

Michael
___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter