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 #42

Closed
dbrgn opened this issue Nov 13, 2013 · 0 comments
Closed

UnicodeEncodeError #42

dbrgn opened this issue Nov 13, 2013 · 0 comments
Labels

Comments

@dbrgn
Copy link
Owner

dbrgn commented Nov 13, 2013

(8tracks:Worldwide Rythm)> 
Song has ended!
Playlist has ended!
Skipping to the next mix...
Now playing Vampire (feat. Whiteboy John) by Tribal Seeds from the album The Harvest.
(8tracks:De¢ember 2012)> 
Reporting song...
(8tracks:De¢ember 2012)> p
Traceback (most recent call last):
  File "/usr/bin/orochi", line 9, in <module>
    load_entry_point('orochi==0.0.1', 'console_scripts', 'orochi')()
  File "/home/danilo/Projects/orochi/orochi/client.py", line 733, in main
    client.cmdloop()
  File "/home/danilo/Projects/orochi/orochi/client.py", line 168, in cmdloop
    super(Client, self).cmdloop()
  File "/usr/lib/python2.7/cmd.py", line 142, in cmdloop
    stop = self.onecmd(line)
  File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
    return func(arg)
  File "/home/danilo/Projects/orochi/orochi/client.py", line 363, in do_play
    i.cmdloop()
  File "/home/danilo/Projects/orochi/orochi/client.py", line 494, in cmdloop
    super(PlayCommand, self).cmdloop()
  File "/usr/lib/python2.7/cmd.py", line 130, in cmdloop
    line = raw_input(self.prompt)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa2' in position 11: ordinal not in range(128)
@dbrgn dbrgn closed this as completed in 5769ebd Dec 5, 2013
dbrgn added a commit that referenced this issue Dec 5, 2013
Fix encoding issue in next_mix method. (fixes #42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant