Created
August 3, 2020 20:26
-
-
Save InukVT/74598ae74954e3ddf08d61533985ba2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Checking for a new Ubuntu release | |
| ERROR:root:gedefaultlocale() failed | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3/dist-packages/UpdateManager/Core/utils.py", line 396, in get_lang | |
| (locale_s, encoding) = locale.getdefaultlocale() | |
| File "/usr/lib/python3.6/locale.py", line 562, in getdefaultlocale | |
| return _parse_localename(localename) | |
| File "/usr/lib/python3.6/locale.py", line 490, in _parse_localename | |
| raise ValueError('unknown locale: %s' % localename) | |
| ValueError: unknown locale: UTF-8 | |
| ERROR:root:gedefaultlocale() failed | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3/dist-packages/UpdateManager/Core/utils.py", line 396, in get_lang | |
| (locale_s, encoding) = locale.getdefaultlocale() | |
| File "/usr/lib/python3.6/locale.py", line 562, in getdefaultlocale | |
| return _parse_localename(localename) | |
| File "/usr/lib/python3.6/locale.py", line 490, in _parse_localename | |
| raise ValueError('unknown locale: %s' % localename) | |
| ValueError: unknown locale: UTF-8 | |
| ERROR:root:gedefaultlocale() failed | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3/dist-packages/UpdateManager/Core/utils.py", line 396, in get_lang | |
| (locale_s, encoding) = locale.getdefaultlocale() | |
| File "/usr/lib/python3.6/locale.py", line 562, in getdefaultlocale | |
| return _parse_localename(localename) | |
| File "/usr/lib/python3.6/locale.py", line 490, in _parse_localename | |
| raise ValueError('unknown locale: %s' % localename) | |
| ValueError: unknown locale: UTF-8 | |
| ERROR:root:gedefaultlocale() failed | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3/dist-packages/UpdateManager/Core/utils.py", line 396, in get_lang | |
| (locale_s, encoding) = locale.getdefaultlocale() | |
| File "/usr/lib/python3.6/locale.py", line 562, in getdefaultlocale | |
| return _parse_localename(localename) | |
| File "/usr/lib/python3.6/locale.py", line 490, in _parse_localename | |
| raise ValueError('unknown locale: %s' % localename) | |
| ValueError: unknown locale: UTF-8 | |
| Upgrades to the development release are only | |
| available from the latest supported release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment