Advertisement
Guest User

Untitled

a guest
Jul 12th, 2011
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/headphones/cherrypy/_cprequest.py", line 645, in respond
  3. response.body = self.handler()
  4. File "/opt/headphones/cherrypy/lib/encoding.py", line 188, in __call__
  5. self.body = self.oldhandler(*args, **kwargs)
  6. File "/opt/headphones/cherrypy/_cpdispatch.py", line 29, in __call__
  7. return self.callable(*self.args, **self.kwargs)
  8. File "/opt/headphones/webServer.py", line 406, in musicScan
  9. itunesimport.scanMusic(path)
  10. File "/opt/headphones/itunesimport.py", line 23, in scanMusic
  11. for r,d,f in os.walk(dir):
  12. File "/usr/lib/python2.6/os.py", line 284, in walk
  13. if isdir(join(top, name)):
  14. File "/usr/lib/python2.6/posixpath.py", line 70, in join
  15. path += '/' + b
  16. UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 8: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement