mherger wrote: 
> > Here my problem:
> > I can't play any radio station (with radio plugin or tunein)
> 
> It looks as if LMS started before the network was fully available or 
> something. Or did you configure a proxy for LMS?

Thank you to help me :)
No i don't have proxy 

Here my docker-compose: 


Code:
--------------------
    
  version: "3.8"
  services:
  lms:
  image: lmscommunity/logitechmediaserver:stable
  container_name: lms
  environment:
  - PUID=1057
  - PGID=100
  - HTTP_PORT=9002
  volumes:
  - /volume1/docker/lms/config:/config:rw
  - /volume1/docker/lms/playlists:/playlist:rw
  - /volume1/music:/music:ro
  - /etc/localtime:/etc/localtime:ro
  - /etc/TZ:/etc/timezone:ro
  ports:
  - 9002:9002/tcp
  - 9090:9090/tcp
  - 3483:3483/tcp
  - 3483:3483/udp
  restart: unless-stopped
  
--------------------


I try a new config in an another config folder, add high privileged to
the container and same story


Code:
--------------------
    [21-07-08 23:48:18.7700] main::init (389) Starting Logitech Media Server 
(v8.1.2, 1624550702, Thu Jun 24 18:35:32 CEST 2021) perl 5.024001 - 
x86_64-linux-gnu-thread-multi
  [21-07-08 23:48:20.2067] Slim::Utils::Misc::msg (1283) Warning: 
[23:48:20.2061] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /lms/Slim/Schema.pm line 1899
  [21-07-08 23:48:41.6680] Slim::Networking::Repositories::__ANON__ (147) 
Failed to fetch 
http://sarakha63.github.io/SqueezeBox-Control-LMS-Jeedom/repository/repoSqueezeboxControl.xml:
 Timed out waiting for data
  [21-07-08 23:48:44.1784] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.1.2/fab4.version (Timed out 
waiting for data), will try again in 10 minutes.
  [21-07-08 23:48:44.3073] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.1.2/baby.version (Timed out 
waiting for data), will try again in 20 minutes.
  [21-07-08 23:48:56.7614] Slim::Utils::PluginDownloader::_downloadError (260) 
unable to download Spotty from http://downloads.nixda.ch/Spotty-4.5.4.zip - 
Timed out waiting for data
  [21-07-08 23:49:36.6663] Slim::Utils::Scanner::Remote::__ANON__ (234) Error: 
Can't connect to remote server to retrieve playlist for, 
http://opml.radiotime.com/Tune.ashx?id=s50733&partnerId=16&username=xxx: Timed 
out waiting for data.
  [21-07-08 23:50:27.3420] Slim::Utils::Scanner::Remote::__ANON__ (234) Error: 
Can't connect to remote server to retrieve playlist for, 
http://opml.radiotime.com/Tune.ashx?id=s50733&partnerId=16&username=xxxx: Timed 
out waiting for data.
  [21-07-08 23:51:52.9999] Slim::Utils::Scanner::Remote::__ANON__ (234) Error: 
Can't connect to remote server to retrieve playlist for, 
http://opml.radiotime.com/Tune.ashx?id=s50759&formats=aac,ogg,mp3,wmpro,wma,wmvoice&partnerId=16&serial=a329ad5edf61d741f126952d0ffd23dd:
 Timed out waiting for data.
  [21-07-08 23:53:17.5530] Slim::Networking::Repositories::__ANON__ (147) 
Failed to fetch 
http://sarakha63.github.io/SqueezeBox-Control-LMS-Jeedom/repository/repoSqueezeboxControl.xml:
 Timed out waiting for data
  [21-07-08 23:53:32.7311] Slim::Utils::PluginDownloader::_downloadError (260) 
unable to download Spotty from http://downloads.nixda.ch/Spotty-4.5.4.zip - 
Timed out waiting for data
  [21-07-08 23:58:59.1046] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.1.2/fab4.version (Timed out 
waiting for data), will try again in 40 minutes.
--------------------


It seems there is no connexion but i can use ping/nslookup in the
container, use spotty or get new app on mysqueezeboxonline etc..



Squeezebox lover since 2010
------------------------------------------------------------------------
Leixia's Profile: http://forums.slimdevices.com/member.php?userid=64699
View this thread: http://forums.slimdevices.com/showthread.php?t=114819

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to