-
Notifications
You must be signed in to change notification settings - Fork 223
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 in operon #1514
Labels
Comments
Comment #1 originally posted by reiter.christoph on 2015-01-05T15:05:00.000Z: <empty> |
lazka
added a commit
that referenced
this issue
Apr 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original issue 1514 created by engored on 2015-01-05T15:03:05.000Z:
When I try this: ./operon.py info ./tests/data/silence-44-s.ogg
I get this:
Traceback (most recent call last):
File "./operon.py", line 1103, in <module>
sys.exit(run())
File "./operon.py", line 1077, in run
cmd.execute(argv[offset + 1:])
File "./operon.py", line 120, in execute
self._execute(options, args)
File "./operon.py", line 633, in _execute
tags.append((util.tag(key), str(song(key))))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2236' in position 1: ordinal not in range(128)
Looks like \u2236 comes from https://code.google.com/p/quodlibet/source/browse/quodlibet/quodlibet/util/__init__.py#351
$ hg sum
parent: 7267:d69fa4c26028 tip
cli: --play-file: using the queue to play a random song is no longer needed
branch: default
Strangely enough, TOperonInfo passes.
The text was updated successfully, but these errors were encountered: