Hi,

I think there might be an issue with the repo.

I'm using LMS 7.9.1 running on MacOs Sierra. When I try and install the
latest version of the plugin from he test repo, I get an error in debug
plugin logging:


Code:
--------------------
    [17-06-11 09:37:49.9876] Slim::Utils::PluginDownloader::install (159) 
install - downloading Spotty from http://www.herger.net/_data/Spotty-0.6.1.zip
  [17-06-11 09:37:51.5572] Slim::Utils::PluginDownloader::_downloadDone (176) 
downloaded Spotty to 
/Users/tv/Library/Caches/Squeezebox/DownloadedPlugins/Spotty.zip
  [17-06-11 09:37:51.6106] Slim::Utils::PluginDownloader::_downloadDone (194) 
digest does not match 
/Users/tv/Library/Caches/Squeezebox/DownloadedPlugins/Spotty.zip - Spotty will 
not be installed
--------------------


Looking at the xml it gives the sha1 as:


Code:
--------------------
    <plugin name="Spotty" version="0.6.2" minTarget="7.7" maxTarget="*">
  <title lang="EN">
  Spotty Spotify implementation for Squeezebox. Not quite Connect ready...
  </title>
  <desc lang="EN">
  The potential next generation Spotify protocol handler. v0.5.0 - add full 
content browsing menus (to be enabled in the settings). v0.6.0 - add support 
for multiple accounts. v0.6.1 - fix authentication. v0.6.2 - fix playback 
issues with new releases
  </desc>
  <url>http://www.herger.net/_data/Spotty-0.6.1.zip</url>
  <creator>Michael Herger</creator>
  <email>[email protected]</email>
  <sha>775f2f2e53eb1668b26b8a3e9fdf87bd544fdea3</sha>
  </plugin>
--------------------


If I calculate the sha 1 of the zip I get something different:


Code:
--------------------
    $ shasum -a 1 Spotty-0.6.1.zip
  ac1ecc83e4d6663138228a0fa980ab9cd910ff15  Spotty-0.6.1.zip
--------------------


Is the problem simply that the digest has been updated with the value
for version 0.6.2 but the zip linked in the xml is still version 0.6.1?


------------------------------------------------------------------------
odw199's Profile: http://forums.slimdevices.com/member.php?userid=15387
View this thread: http://forums.slimdevices.com/showthread.php?t=107418

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

Reply via email to