I just installed and set up a premium account of Subsonic.
The version I am using is Subsonic 5.0 beta 1 (24 May).
Part from the admin account I have created a user account.
When I log in from either the web interface or the android app no files are shown on the "Home page".
When I click any of the following I get no result:
Random
Recently added
Starred
Top rated
Most played
Recently played,
By decade
By genre
All
When I click "Users" then I do get the graphs.
On the android app in "Home" i get a "No media found" when I click the different options.
On android I get the folder listings that I can select a folder from - but nothing else when when I have selected the folder.
The only thing that seems to be passed through both to the android app and to the web client is when I create a playlist using the web client and then it will be available for playing both through web and android app.
I am assuming that all you other users get your files listed under your home folder and that you can do something with the library tab on the android app.
So what I am wondering is if anyone know what I have done wrong.
I installed Subsonic as root, but I changed the /etc/default/subsonic file to be run by another user on my system. However changing back to root does not have any effect on the problem.
Regards,
Magnus
EDIT: Starred file actually shows up on android device - but not in webinterface.
Sys info.
Linux laptux 3.2.0-4-686-pae #1 SMP Debian 3.2.57-3+deb7u1 i686 GNU/Linux
Nothing exeptional in last part of logfile /var/subsonic/subsonic.log:
[2014-07-02 15:30:37,477] WARN Util - Failed to resolve local IP address.
java.net.UnknownHostException: laptux: laptux
at java.net.InetAddress.getLocalHost(InetAddress.java:1461)
at net.sourceforge.subsonic.util.Util.getLocalIpAddresses(Util.java:113)
at net.sourceforge.subsonic.util.Util.getLocalIpAddress(Util.java:100)
at net.sourceforge.subsonic.service.SettingsService$2.run(SettingsService.java:1304)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
Two ERROR entries in logfile
root@laptux:~# cat /var/subsonic/subsonic.log | grep ERROR
[2014-07-02 14:33:19,238] ERROR JAXBWriter - Failed to marshal JAXB
[2014-07-02 14:33:19,239] ERROR RESTFilter - Failed to write error response.
