Advertisement
wandrake

Untitled

Aug 28th, 2011
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.91 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/var/www/client175/cherrypy/_cprequest.py", line 606, in respond
  3.     cherrypy.response.body = self.handler()
  4.   File "/var/www/client175/cherrypy/_cpdispatch.py", line 25, in __call__
  5.     return self.callable(*self.args, **self.kwargs)
  6.   File "/var/www/client175/server.py", line 245, in edit
  7.     f.write_tags(tags)
  8.   File "/var/www/client175/metadata/_base.py", line 219, in write_tags
  9.     self._set_tag(raw, self.tag_mapping[tag], tagdict[tag])
  10.   File "/var/www/client175/metadata/_id3.py", line 105, in _set_tag
  11.     frame = id3.Frames[tag](encoding=3, text=data)
  12.   File "/var/www/client175/mutagen/id3.py", line 979, in __init__
  13.     self, kwargs.get(checker.name, None))
  14.   File "/var/www/client175/mutagen/id3.py", line 742, in validate
  15.     value = value.split(self.sep)
  16. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 18: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement