REST API Bugs in 5.0 Beta2 Build 3480

Post your Server Bug Report
archrival
Posts: 4
Joined: 20 Apr 2013, 21:39
Has thanked: 0
Been thanked: 4 times

REST API Bugs in 5.0 Beta2 Build 3480

Unread post by archrival »

Adding this random songs bug to the appropriate place

It looks like getRandomSongs.view will return an empty result set more often than not. I've been passing no other parameters other than the required u, p, c and v:

getRandomSongs.view?u=user&p=password&c=test&v=1.9.0

Code: Select all

<subsonic-response xmlns="http://madsonic.org/restapi" status="ok" version="1.10.1">
<randomSongs></randomSongs>
</subsonic-response>
In addition, getGenres.view returns an additional ampersand when escaping

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<subsonic-response xmlns="http://madsonic.org/restapi" status="ok" version="1.10.1">
  <genres>
    <genre>Children&apos;s Music</genre>
    <genre>Drum &amp; Bass</genre>
    <genre>R&amp;B</genre>
  </genres>
</subsonic-response>
These users thanked the author archrival for the post:
Madsonic
Rating: 7.69%
addseo1115
Has thanked: 0
Been thanked: 0

Re: REST API Bugs in 5.0 Beta2 Build 3480

Unread post by addseo1115 »

view will return an empty result set more often than not.
Post Reply