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

UnicodeEncodeError: 'ascii' codec can't encode characters in position #9

Open
alazhar opened this issue Dec 25, 2022 · 0 comments
Open

Comments

@alazhar
Copy link

alazhar commented Dec 25, 2022

got this error when trying to list backup

retmux# retmux -v
retmux 1.0.3
retmux -l prod
Details of backup:prod
========================================================================
Traceback (most recent call last):
  File "/usr/local/bin/retmux", line 4, in <module>
    __import__('pkg_resources').run_script('retmux==1.0.0', 'retmux')
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 658, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1438, in run_script
    exec(code, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/retmux-1.0.0-py2.7.egg/EGG-INFO/scripts/retmux", line 92, in <module>
    func(sys.argv[2])
  File "/usr/local/lib/python2.7/dist-packages/retmux-1.0.0-py2.7.egg/tmuxbk/controller.py", line 89, in show_and_action
    print '\n'.join(tmux.long_info())
UnicodeEncodeError: 'ascii' codec can't encode characters in position 80-82: ordinal not in range(128)
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

1 participant