-
Notifications
You must be signed in to change notification settings - Fork 129
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
CLI crashing on Unicode characters #30
Comments
I'm seeing the same behavior, it seems to be some sort of change in the dropbox_cli package + python's behavior when writing to a file or terminal and failing to translate the encoding based on issue tickets posted elsewhere. Running the command |
FWIW, this is one way to apply a quick fix in
|
Hello! There is no command running fine. Syncing anyway works as expected. Thanks! |
In my experience it just comes and goes, I guess just based on the
filenames that the UI tries to display.
I couldn't fix it but it doesn't affect the syncing process, it's just
inconvenient.
My solution was to leave Dropbox and move to my own Nextcloud server... :)
…On Mon, Aug 26, 2019 at 10:03 PM Jorixine ***@***.***> wrote:
Hello!
Just installed this image and I am getting the same issues when running
dropbox-cli... Was anyone able to fix this ?
There is no command running fine. Syncing anyway works as expected.
Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AAJHTAF6YWF7MXSM5UWU3ZTQGPWDJA5CNFSM4G47AD42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5EUUYA#issuecomment-524896864>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJHTABDCMA5UVONOQFYVT3QGPWDJANCNFSM4G47AD4Q>
.
|
The issue is caused because the Debian VM does not have a locale set so Python does not know what char encoding to use. Dropbox just updated the dropbox-cli file so the mod in this thread will no longer work. A more permanent fix:
Now Python has no character encoding issues as it will use UTF-8 |
Well I guess this one's on Dropbox side and not this image, but you may shed some light:
The CLI often crashes with an error such as this:
It doesn't seem to be bothering the daemon process and other than not being able to run some commands, the sync is working fine, but it makes working with it a but more difficult.
Obviously I suspect this happens when encountering files with non-ASCII filenames.
The text was updated successfully, but these errors were encountered: