I created a repository on a server that I hope contain passwords in the correct format (ascii-armored gpg2-signed files that contain password in the first line). The resulting store is usable by the command-line tool pass.
When I try to pull this repository to the Android device, I get this toast:

and this in the log:
07-23 02:04:18.953 6458 6458 D PASS : Menu item 2131558635 pressed
07-23 02:04:18.954 6458 6458 I Timeline: Timeline: Activity_launch_request id:com.zeapo.pwdstore time:315453550
07-23 02:04:18.956 931 3902 I ActivityManager: START u0 {cmp=com.zeapo.pwdstore/.git.GitActivity (has extras)} from uid 10334 on display 0
07-23 02:04:18.981 931 3564 W InputMethodManagerService: Focus gain on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@3746b64 (uid=10334 pid=6458)
07-23 02:04:19.049 931 17779 D NetlinkSocketObserver: NeighborEvent{elapsedMs=533111313, 2001:470:1f09:520::1, [B8A38650C3D8], RTM_NEWNEIGH, NUD_REACHABLE}
07-23 02:04:19.125 931 998 I ActivityManager: Displayed com.zeapo.pwdstore/.git.GitActivity: +155ms
07-23 02:04:19.172 6458 6480 D OpenGLRenderer: endAllActiveAnimators on 0x9d9b1380 (ListPopupWindow$DropDownListView) with handle 0x9ecd8e30
07-23 02:04:19.175 6458 6458 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@ffa1d8a time:315453772
07-23 02:04:19.321 931 998 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{447d91 u0 com.zeapo.pwdstore/.git.GitActivity t175748} time:315453918
07-23 02:04:22.297 6458 6608 W System.err: org.eclipse.jgit.api.errors.JGitInternalException: Could not read an object while parsing commit d36838975f0c14d43e6aa119874a8536c6a281c3
07-23 02:04:22.297 6458 6608 W System.err: at org.eclipse.jgit.api.RebaseCommand.setUpstream(RebaseCommand.java:1416)
07-23 02:04:22.299 6458 6608 W System.err: at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:312)
07-23 02:04:22.299 6458 6608 W System.err: at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:78)
07-23 02:04:22.299 6458 6608 W System.err: at com.zeapo.pwdstore.git.GitAsyncTask.doInBackground(GitAsyncTask.java:44)
07-23 02:04:22.299 6458 6608 W System.err: at com.zeapo.pwdstore.git.GitAsyncTask.doInBackground(GitAsyncTask.java:18)
07-23 02:04:22.299 6458 6608 W System.err: at android.os.AsyncTask$2.call(AsyncTask.java:295)
07-23 02:04:22.299 6458 6608 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
07-23 02:04:22.299 6458 6608 W System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
07-23 02:04:22.299 6458 6608 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
07-23 02:04:22.299 6458 6608 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
07-23 02:04:22.299 6458 6608 W System.err: at java.lang.Thread.run(Thread.java:818)
07-23 02:04:22.299 6458 6608 W System.err: Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing unknown d36838975f0c14d43e6aa119874a8536c6a281c3
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:148)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.lib.ObjectReader.open(ObjectReader.java:229)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:840)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:753)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.api.RebaseCommand.setUpstream(RebaseCommand.java:1413)
07-23 02:04:22.300 6458 6608 W System.err: ... 10 more
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/MainCore.cpp:1550: Failed to get TransState, rc 9
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF
07-23 02:04:24.074 931 17779 D NetlinkSocketObserver: NeighborEvent{elapsedMs=533116338, fe80::baa3:86ff:fe50:c3d8, [B8A38650C3D8], RTM_NEWNEIGH, NUD_REACHABLE}
App version is 1.2.0.47 from the market.
Please tell me if I need to collect more information.
That happens when you have a conflict during rebase. You fall into a
detached head.
Sadly the current version does not have a simple way to fix this for non
rooted users.
On Sat, Jul 23, 2016 at 12:39 AM, Eugene Crosser [email protected]
wrote:
I created a repository on a server that I hope contain passwords in the
correct format (ascii-armored gpg2-signed files that contain password in
the first line). The resulting store is usable by the command-line tool
pass.When I try to pull this repository to the Android device, I get this toast:
[image: screenshot_20160723-020815]
https://cloud.githubusercontent.com/assets/1404921/17073584/1f16d70a-5083-11e6-936b-518fb5577040.pngand this in the log:
07-23 02:04:18.953 6458 6458 D PASS : Menu item 2131558635 pressed
07-23 02:04:18.954 6458 6458 I Timeline: Timeline: Activity_launch_request id:com.zeapo.pwdstore time:315453550
07-23 02:04:18.956 931 3902 I ActivityManager: START u0 {cmp=com.zeapo.pwdstore/.git.GitActivity (has extras)} from uid 10334 on display 0
07-23 02:04:18.981 931 3564 W InputMethodManagerService: Focus gain on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@3746b64 (uid=10334 pid=6458)
07-23 02:04:19.049 931 17779 D NetlinkSocketObserver: NeighborEvent{elapsedMs=533111313, 2001:470:1f09:520::1, [B8A38650C3D8], RTM_NEWNEIGH, NUD_REACHABLE}
07-23 02:04:19.125 931 998 I ActivityManager: Displayed com.zeapo.pwdstore/.git.GitActivity: +155ms
07-23 02:04:19.172 6458 6480 D OpenGLRenderer: endAllActiveAnimators on 0x9d9b1380 (ListPopupWindow$DropDownListView) with handle 0x9ecd8e30
07-23 02:04:19.175 6458 6458 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@ffa1d8a time:315453772
07-23 02:04:19.321 931 998 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{447d91 u0 com.zeapo.pwdstore/.git.GitActivity t175748} time:315453918
07-23 02:04:22.297 6458 6608 W System.err: org.eclipse.jgit.api.errors.JGitInternalException: Could not read an object while parsing commit d36838975f0c14d43e6aa119874a8536c6a281c3
07-23 02:04:22.297 6458 6608 W System.err: at org.eclipse.jgit.api.RebaseCommand.setUpstream(RebaseCommand.java:1416)
07-23 02:04:22.299 6458 6608 W System.err: at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:312)
07-23 02:04:22.299 6458 6608 W System.err: at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:78)
07-23 02:04:22.299 6458 6608 W System.err: at com.zeapo.pwdstore.git.GitAsyncTask.doInBackground(GitAsyncTask.java:44)
07-23 02:04:22.299 6458 6608 W System.err: at com.zeapo.pwdstore.git.GitAsyncTask.doInBackground(GitAsyncTask.java:18)
07-23 02:04:22.299 6458 6608 W System.err: at android.os.AsyncTask$2.call(AsyncTask.java:295)
07-23 02:04:22.299 6458 6608 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
07-23 02:04:22.299 6458 6608 W System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
07-23 02:04:22.299 6458 6608 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
07-23 02:04:22.299 6458 6608 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
07-23 02:04:22.299 6458 6608 W System.err: at java.lang.Thread.run(Thread.java:818)
07-23 02:04:22.299 6458 6608 W System.err: Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing unknown d36838975f0c14d43e6aa119874a8536c6a281c3
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:148)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.lib.ObjectReader.open(ObjectReader.java:229)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:840)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:753)
07-23 02:04:22.300 6458 6608 W System.err: at org.eclipse.jgit.api.RebaseCommand.setUpstream(RebaseCommand.java:1413)
07-23 02:04:22.300 6458 6608 W System.err: ... 10 more
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/MainCore.cpp:1550: Failed to get TransState, rc 9
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF
07-23 02:04:22.783 421 421 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF
07-23 02:04:24.074 931 17779 D NetlinkSocketObserver: NeighborEvent{elapsedMs=533116338, fe80::baa3:86ff:fe50:c3d8, [B8A38650C3D8], RTM_NEWNEIGH, NUD_REACHABLE}App version is 1.2.0.47 from the market.
Please tell me if I need to collect more information.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/zeapo/Android-Password-Store/issues/200, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AAQgBjdwCSclc9SQKlZFbgmbd0jzmknBks5qYVSrgaJpZM4JTN6y
.
Mohamed Zenadi
mail: [email protected]
webpage: http://zenadi.com
Because it was a fresh setup, I uninstalled and reinstalled the app, and it rectified the problem.
I've just had the same issue.
After several tries, re-installing the app solved it surprisingly.
I couldn't figure out where it came from.
Similarly to what others have described, a reinstall of Password Store did the trick when I faced this issue. Just to note, my password store repo was not in detached head when the issue arose.
Just for upcomers, no need to reinstall, it's enough to go to Settings -> Apps -> Password Store -> Data - Clear Data
Most helpful comment
Just for upcomers, no need to reinstall, it's enough to go to Settings -> Apps -> Password Store -> Data - Clear Data