Page 1 of 1

Android app: StringIndexOutOfBoundsException

PostPosted: Fri Dec 23, 2011 3:49 am
by onyx00
Configured subsonic to be accessed remotely, and verified the web page comes up and works perfectly in a browser.

Problem is: I use the Android subsonic app, and doing anything that connects to the server immediately returns an error message saying "StringIndexOutOfBoundsException"

Help?

EDIT: Okay, bit of a weird issue - maybe still a fix for the Android app? The app fails when you browse to http://host.domain.com which then uses an HTTP redirection record to https://host2.domain.com:port . Not sure if this is something more with the Android framework the subsonic app is using, or the subsonic app code itself. Note that this does all work perfectly in a browser.