Bugzilla – Bug 15129
Music IP Integration on Windows Home Server provides wrong url with Seed song to API
Last modified: 2010-04-08 17:26:35 UTC
The URL provided by SB Server is http://localhost:10002/api/mix?song%3D%5C%5Cmkshome%5CMusic%5CSqueezebox%5CA%5CAlice%20In%20Chains%5CFacelift%5C03%20Sea%20of%20Sorrow.mp3&variety=2&rejectsize=5&mixgenre=0&style=20&sizetype=min&size=240 whilst it should be http://localhost:10002/api/mix?song=%5C%5Cmkshome%5CMusic%5CSqueezebox%5CA%5CAlice%20In%20Chains%5CFacelift%5C03%20Sea%20of%20Sorrow.mp3&variety=2&rejectsize=5&mixgenre=0&style=20&sizetype=min&size=240 Difference: /api/mix?song?%3d..../ should be /api/mix?song=... Consequence: API error, an return of empty mix. So far, I have only seen this in the WHS implementation.
Whilst I originally posted the bug after a forum discussion, I have since moved from WHS to a normal Win7 installation. WHS proved to be extremely slow and not very stable.
== Auto-comment from SVN commit #29485 to the slim repo by michael == == https://svn.slimdevices.com/slim?view=revision&revision=29485 == Fixed Bug: 15129 Description: do as the comment says: url encode the request, but not the argstring
This bug has been marked fixed in a released version of Squeezebox Server or the accompanying firmware or mysqueezebox.com release. If you are still seeing this issue, please let us know!