Page 1 of 1

Issue with Madsonic Android Client

PostPosted: Fri Dec 14, 2012 10:17 pm
by lunarok
Hi,

I get an issue with Android Madsonic client.
I have a subsonic URL like this setup in the clients (I get Subsonic official Android app, Dsub and Madsonic)

http://subsonic.domain.tld:4040/subsonic/

The /subsonic/ is here because subsonic is also avalaible by apache proxy. But has this configuration is not working for Android clients, I keep a direct access to the subsonic server (different host from the apache host)
So, subsonic.domain.tld resolve to the subsonic host from oustide my home or inside (DD-WRT with DNSMasq taking care to deliver the resolution)

This setup is working fine with Subsonic and Dsub application from my lan or from outside.
But for Madsonic, it's working from outside my home, but when I connect the phone to my wifi (so become LAN resolved, in this case DNSMasq just resolv the subsonic.domain.tld with an IP in my network) not working

I get "Host name may not be null" popup.

I know you can just say "that's your problem, it's a network configuration issue" but as it's no problem for subsonic and dsub, I'm lookin for a difference than can explain this.

Thanks

Re: Issue with Madsonic Android Client

PostPosted: Wed Jan 16, 2013 6:51 pm
by daneren2005
I actually remember stealing that fix from the main subsonic branch. Here is the link for the fix commit if the dev wants to fix it in his branch as well: https://github.com/daneren2005/Subsonic ... f31f74734e

Re: Issue with Madsonic Android Client

PostPosted: Wed Jan 16, 2013 8:50 pm
by MadEvil
daneren2005 wrote:I actually remember stealing that fix from the main subsonic branch. Here is the link for the fix commit if the dev wants to fix it in his branch as well: https://github.com/daneren2005/Subsonic ... f31f74734e


Thank you daneren2005, for spot this out!!

Checked in Fix, come with next build.
best regards