-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Android sync "Cannot read properties of null" #379
Comments
Same issue there when I'm not starting fresh on a new vault. |
Same issue here. Of note though; in my case closing the app completely out of memory and reopening it and then pushing seemed to solve the issue. |
I am having this issue when trying to push to remote. |
I have the same error. Did you manage to solve it? @tildejustin |
Any idea how to solve it? @denolehov |
I redid my local install and cloned my repo through the app instead of mgit but was still having unfixable mergeconflict errors and wierd gitignore issues on mobile so I just gave up for the time being. |
same issue when pulling from remote. |
I have had the same problem since today morning... I tried searching for "slice" in my vault, but I have no results. |
Same here (gitlab.com repo, android) except the error appeared with |
me too :( |
I've used an ADB debugger and got this message in the console:
I hope, it will help. |
I checked repo on the phone with |
@LightTemplar I was hoping that the dev would maybe fix this. But I surrender and now I use Syncthing to sync with my phone and just deactivate the plugin in the mobile. At least there is an option to do that. And it works pretty nicely. I just use git on my pc. |
Same here. Seems to be connected with size of pack files, created by isomorphic-git. |
I ended up paying for Sync, student promo code. But don't know yet what I'll do next year. |
@mathisgauthey, I don't have problems with paying, I have problems with trusting someone with my data. |
I would recommend that you check this post That's what I used to do on Android for using Obsidian sync with a git repo before moving to obsidian sync ! It's a bit techy but it works fine. |
@mathisgauthey, that would work for me, thanks! |
Describe the bug
I was following steps from wiki https://github.com/denolehov/obsidian-git/wiki/Installation#mobile but after i did everything right i got error
TypeError: Cannot read properties of null (reading 'slice')
I'm using gitlab and syncing .obsidian folder too
Steps to reproduce
https://github.com/denolehov/obsidian-git/wiki/Installation#mobile
I'm using gitlab and syncing .obsidian folder too
Expected Behavior
That repo is synced
Operating system
Android
Plugin version
2.10.1
The text was updated successfully, but these errors were encountered: