When clicking on the "Instances" button from the main page (after account is selected), the app fails to render anything with the error:
ServersActivity.AsyncTaskOSListServers.onPostExecute: Value at image of type java.lang.String cannot be converted to JSONObject
I believe this is happening because the "image" field in my instances is null. I also suspect that this bug is located around https://github.com/alvise72/DroidStack/blob/master/src/org/stackdroid/activities/ServersActivity.java#L1389