Brian Beach
Brian Beach
What was the (failed) command you used to install b2? From the snipped of error you posted, it looks like it failed trying to install `funcsigs`.
The fix may be as simple as raising `UnusableFileName` instead of a `ValueError`. Exceptions that are subclasses of `B2Error` are reported more cleanly, without the ugly stack trace.
I'm afraid I don't know how to keep a computer from going to sleep from Python. Do you have any suggestions? Would you be interested in contributing to the project?...
It's possible that these are because of some operational issues we've had this week with the B2 service. We'll be deploying some bug fixes in a few hours (2pm PDT)...
Unfortunately, it works for me, as it did for you when you re-tested. It's going to take some digging to figure out what's wrong. ``` $ find . -type f...
Thanks for the pointers to the docs. I didn't know about normalized form of Unicode before. I think it would make sense to add a `--normalizeUnicode` option when syncing, so...
Does the "s" show up when you `ls` the files from the command line?
I like the idea of normalization-insensitive ordering, @svonohr. Getting a list of files in normalized order from the local file system would be straightforward. The code is already sorting the...
Is your immediate problem solved, @jmfederico ?
On the whole, I think the current behavior is correct: Syncing uses whatever names you have in your file system. That way, if they are synced back from B2, they...