mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #438] [bug] Module 'locale' has no attribute 'nl_langinfo' #877
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#877
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hazu-89 on GitHub (Oct 3, 2021).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/438
System Information
Asciinema version: 2.1.0
Python version: 3.9.7
OS: Android 10 (on Termux 0.117)
Bug Description
Command
asciinemaexits prematurely with the following traceback:Relevant documentation:
Alternative: Use locale.getlocale().
@ku1ik commented on GitHub (Oct 4, 2021):
I guess we could catch the above exception and fallback to
locale.getlocale.@JordonRR commented on GitHub (Oct 11, 2022):
sherlock-program${--sites SITE_name}
@kolayne commented on GitHub (Oct 27, 2022):
This seems fixed by #503, isn't it?