Skip to content
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

macOS (new?) issue #43

Open
sh4tteredd opened this issue Mar 30, 2022 · 1 comment
Open

macOS (new?) issue #43

sh4tteredd opened this issue Mar 30, 2022 · 1 comment

Comments

@sh4tteredd
Copy link

Hi,
I used to use this utility and it worked great! But know on the exact machine (latest 12.3 arm64 M1), probably after an update, it don't work anymore. I tried with different DGC, same result

Screenshot 2022-03-30 at 15 33 24

Is this a know issue on mac? Or what

Thanks!

@egglessness
Copy link

egglessness commented Jun 3, 2022

Yes, I can confirm the issue in macOS 12.4. This is due to the fact that locale environment variables are improperly populated.

As a workaround, you can set the following environment variables before firing up the script:

export LC_ALL=en_US.UTF-8  
export LANG=en_US.UTF-8

I think the script should fallback to en_US when the locale.getdefaultlocale()[0] returns None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants