Found this in the log:


Code:
--------------------
    
  [20-09-02 03:06:37.5024] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/fab4.version (403 
Forbidden), will try again in 10 minutes.
  [20-09-02 03:06:38.4671] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/jive.version (403 
Forbidden), will try again in 20 minutes.
  [20-09-02 03:16:37.2541] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/fab4.version (403 
Forbidden), will try again in 40 minutes.
  [20-09-02 03:26:38.1938] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/jive.version (403 
Forbidden), will try again in 80 minutes.
  [20-09-02 03:56:37.1461] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/fab4.version (403 
Forbidden), will try again in 160 minutes.
  [20-09-02 04:46:38.2628] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/jive.version (403 
Forbidden), will try again in 320 minutes.
  [20-09-02 06:36:37.2635] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/fab4.version (403 
Forbidden), will try again in 640 minutes.
  [20-09-02 10:06:38.5459] Slim::Utils::Firmware::downloadAsyncError (580) 
Warning: Firmware: Failed to download 
http://update.slimdevices.com/update/firmware/8.0.0/jive.version (403 
Forbidden), will try again in 1280 minutes.
  
--------------------


The retry intervals are a bit strange. There are two files, fab4 and
jive. On the one hand, they are regarded as independent: fab4: "will try
again in 10 minutes". But a second later there's a try for jive. LMS is
not waiting 10 minutes. Thus, independent. On the other hand, the
interval is doubled nonetheless, despite it being the first try for
jive. Is this intentional? Shouldn't it be (in this case):


Code:
--------------------
    
  fab4 ~ will try again in 10 minutes.
  jive ~ will try again in 10 minutes.
  fab4 ~ will try again in 20 minutes.
  jive ~ will try again in 20 minutes.
  etc.
  
--------------------



QLMS [email protected] x64 (digimaster) with perl 5.30.1 / QNAP 469L QTS 4.3.4
------------------------------------------------------------------------
dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=112873

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

Reply via email to