dbrgn / orochi

Orochi is an interactive command line client for 8tracks.com.
GNU General Public License v3.0
86 stars 17 forks source link

UnicodeEncodeError #42

Closed dbrgn closed 10 years ago

dbrgn commented 10 years ago
(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)