Re: kodi guide

Not entirely sure, but looking at the error:

                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\u0161' in position 13: ordinal not in range(128)

It's not at position 13, but there's a non-ASCII character in your file path. Specifically:

C:\Users\Milo�\

The character before the final \ doesn't appear to be in the ASCII range.

I thought one of the big benefits in the Python 2 to 3 conversion was its string handling, so maybe that's what's getting you here. If you really want to run this, maybe create a separate user account with only ASCII characters in the name, or move your installation to a different directory. Not sure how to do the latter, sorry.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : milos via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : rings2006 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : rings2006 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : milos via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : electro via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Gamulation via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Aron Leppik via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : rings2006 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : milos via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : rings2006 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : nolan via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : kool_turk via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Gamulation via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : kool_turk via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : rings2006 via Audiogames-reflector

Reply via email to