yDelouis / selfoss-android

Android application for Selfoss
MIT License
41 stars 9 forks source link

check (sub)domain #57

Open herrxyz opened 7 years ago

herrxyz commented 7 years ago

hey there, when I add my account, it doesn't matter if i use http(s)://www.example.com/selfoss or http(s)://example.com/selfoss, it will connect and get data (only the first time. but if I later open the app, it does not sync because of the "www." in domain-name. could you please throw an error during install or try both urls for updating? I know that there are no activities last months, this is just for people with the same problem. it may also be solavble in webserver-settings, but I have no access to it due to a "webspace-only" package

exception is thrown from file C:\Users\XXX.gradle\caches\modules-2\files-2.1\org.springframework.android\spring-android-rest-template\1.0.1.RELEASE\a3f165f517617361739eeaf2e0e7dc1cf701cab8\spring-android-rest-template-1.0.1.RELEASE-sources.jar!\org\springframework\http\converter\json\MappingJackson2HttpMessageConverter.java , line 126, so it may be a problem of the springframework

herrxyz commented 7 years ago

might be a duplicate of issue #49