-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improve dealing with deleted / renamed files #40
Comments
Good idea. I will look to display the file name at least. |
Another data point: Even without renaming Stapler has issues with files on a network share. |
Stapler just stores the aliases/bookmarks, they are created and processed by macOS. They are not modified by Staplet after they've been added (hmm, maybe there should be?).
If be interested if we can spot the difference between a file that gets "lost" and if we can maybe there's something I can do about it. |
Okay it got even weirder. Now Stapler freezes on opening the stapler file – and so does Precize with the Base64 input! Also from what I can see non-ASCII chars are dropped, like the German "ß" (sharp s). |
I have another stapler also pointing to files on the same network share – that one works without a hitch. So it can't be the network share per se that is the issue. |
Sorry, I was brief before as I was on my iPhone @runxel Make sure you are only decoding the content of the bookmark. This is what I see when I working with one of my bookmarks: encoded
decoded
Paste and click Analyse |
Oh yeah, thank you for the detailed explanation. I figured it out already on the way 😄. |
I'm not really sure what you're trying to do? If Precize does not process it, you've done something wrong. Not sure what you mean about Stapler? You should not be modifying the Stapler file manually. I have not proposed you should make any changes there. How is it "choking". If you want to share a working Stapler file with missing items I can look into it. Keep in mind it might have personal details in the path names. Basically, I need much much more information to do anything about this one. |
Sorry Matt if I wasn't precise enough. Today tho, after a restart, did 2 of 3 items recover and they are available again (= not "unknown"), also the stapler file itself opens again normally. It really is super mysterious. |
Very odd! Perhaps caching? No idea. Stapler is a very thin wrapper on a bunch of system functions that I have no control over. I will continue to look into this one, at least to show filename when the item cannot be found. |
That's what I thought. It can not really be an issue in Stapler per se, if the content can got kaputt or be recovered at random. |
If something gets renamed or removed (happens on network drives with colleagues all over it ;)) it would be nice to "recover" the latest path, or at least file name so you can then go and fix those missing documents by hand.
The text was updated successfully, but these errors were encountered: