-
Notifications
You must be signed in to change notification settings - Fork 16
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
'cannot change locale'; 'printf: null: invalid number' #20
Comments
This is related to a missing locale. Here is what on my ubuntu 19.10 fr_FR: Open /etc/locale.gen and look for en_US locales. You have to un-comment the "en_US" (1st row in the following snippet), not only the "en_US.something" (watch the dot). In the end you should have something like this:
Save, then run |
Ok, so I located |
You need to edit /etc/locale.gen AND run locale-gen as root. |
Thanks. I ran |
i did trace it back to where your url (links) along with BASE_API said BASE_API="https://corona.lmao.ninja/v2" |
Thanks. However, I have trouble understanding you. Are you suggesting that . . actually, at this point, I am just going to give up, I am afraid. |
Describe the bug
To Reproduce
Run the program with seeminly any option.
Expected behavior
A clear and concise description of what you expected to happen.
Desktop:
Linux Mint 19.3 x64 Cinnamon
Software versions
GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)
Latest git version of covid19-cli
Additional context
I think it is a problem with the data source - for, a similar program that I have has a similar problem - but your program should handle the problem more gracefully.
The text was updated successfully, but these errors were encountered: