WeGit
WeGit copied to clipboard
An Android App for Github
When i hit back while on the log in screen for the first time, it shows the main view with the initializing dialog, then brings me back to the login...
Such like:https://github.com/trending?l=java
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher java.lang.IllegalArgumentException: no such account at android.os.Parcel.readException(Parcel.java:1435) at android.os.Parcel.readException(Parcel.java:1385) at android.accounts.IAccountManager$Stub$Proxy.getAuthToken(IAccountManager.java:929) at android.accounts.AccountManager$5.doWork(AccountManager.java:923) at android.accounts.AccountManager$AmsTask.start(AccountManager.java:1472) at android.accounts.AccountManager.getAuthToken(AccountManager.java:921) at com.quinn.githubknife.account.GitHubAccount.getAuthToken(GitHubAccount.java:106) at com.quinn.githubknife.model.RetrofitUtil$2.intercept(RetrofitUtil.java:89) besides, MainActivity has leaked window...
can not sign in,can you provide a public email and pwd
java.lang.IllegalArgumentException: no such account at android.os.Parcel.readException(Parcel.java:1435) at android.os.Parcel.readException(Parcel.java:1385) at android.accounts.IAccountManager$Stub$Proxy.getAuthToken(IAccountManager.java:929) at android.accounts.AccountManager$5.doWork(AccountManager.java:923) at android.accounts.AccountManager$AmsTask.start(AccountManager.java:1472) at android.accounts.AccountManager.getAuthToken(AccountManager.java:921) at com.quinn.githubknife.account.GitHubAccount.getAuthToken(GitHubAccount.java:80) at com.quinn.githubknife.interactor.UserInfoInteractorImpl$2.run(UserInfoInteractorImpl.java:73) at java.lang.Thread.run(Thread.java:841)