getNowPlaying - no result

I don't get any result when calling the getNowPlaying method using:
All i get is:
Other methods like getIndexes and getGenres lists the results correctly.
Anyone know why? Is the getNowPlaying method broken? I'm using Subsonic 5.0 (build 4100) – September 21, 2014, running on a Mac mini (late 2010) with OS X 10.10.1
Running "java -version" gives me "1.8.0_25", maybe that version is too new?
- Code: Select all
http://server-address:4040/rest/getNowPlaying.view?u=username&p=password&v=1.1.0&c=foo
All i get is:
- Code: Select all
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.10.2">
<nowPlaying/>
</subsonic-response>
Other methods like getIndexes and getGenres lists the results correctly.
Anyone know why? Is the getNowPlaying method broken? I'm using Subsonic 5.0 (build 4100) – September 21, 2014, running on a Mac mini (late 2010) with OS X 10.10.1
Running "java -version" gives me "1.8.0_25", maybe that version is too new?