[GH-ISSUE #394] getAuthToken not supported #332

Closed
opened 2026-02-26 00:36:53 +03:00 by kerem · 1 comment
Owner

Originally created by @jberkel on GitHub (Nov 14, 2013).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/394

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:299)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864) Caused by: java.lang.IllegalArgumentException: getAuthToken not supported
at android.accounts.AccountManager.convertErrorToException(AccountManager.java:1609)
at android.accounts.AccountManager.access$400(AccountManager.java:140)
at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1458)
at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69)
at android.os.Binder.execTransact(Binder.java:367)
at dalvik.system.NativeStart.run(Native Method) java.lang.IllegalArgumentException: getAuthToken not supported
at android.accounts.AccountManager.convertErrorToException(AccountManager.java:1609)
at android.accounts.AccountManager.access$400(AccountManager.java:140)
at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1458)
at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69)
at android.os.Binder.execTransact(Binder.java:367)
at dalvik.system.NativeStart.run(Native Method)
Originally created by @jberkel on GitHub (Nov 14, 2013). Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/394 ``` java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:299) at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273) at java.util.concurrent.FutureTask.setException(FutureTask.java:124) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307) at java.util.concurrent.FutureTask.run(FutureTask.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) at java.lang.Thread.run(Thread.java:864) Caused by: java.lang.IllegalArgumentException: getAuthToken not supported at android.accounts.AccountManager.convertErrorToException(AccountManager.java:1609) at android.accounts.AccountManager.access$400(AccountManager.java:140) at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1458) at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69) at android.os.Binder.execTransact(Binder.java:367) at dalvik.system.NativeStart.run(Native Method) java.lang.IllegalArgumentException: getAuthToken not supported at android.accounts.AccountManager.convertErrorToException(AccountManager.java:1609) at android.accounts.AccountManager.access$400(AccountManager.java:140) at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1458) at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69) at android.os.Binder.execTransact(Binder.java:367) at dalvik.system.NativeStart.run(Native Method) ```
kerem closed this issue 2026-02-26 00:36:53 +03:00
Author
Owner

@timepp commented on GitHub (Jun 26, 2015):

what's the reason? I met the same problem

<!-- gh-comment-id:115464615 --> @timepp commented on GitHub (Jun 26, 2015): what's the reason? I met the same problem
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sms-backup-plus-jberkel#332
No description provided.