Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unicode error message
#2
It's the index illegal characters in your byte object, that can't be decoded with Unicode-escape.

https://docs.python.org/3/library/except...icodeError

Quote:start
The first index of invalid data in object.

end
The index after the last invalid data in object.
Reply


Messages In This Thread
unicode error message - by Skaperen - Oct-10-2017, 03:11 AM
RE: unicode error message - by hbknjr - Oct-10-2017, 09:36 AM
RE: unicode error message - by Skaperen - Oct-11-2017, 08:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Runtime error: coercing to Unicode: need string or buffer, NoneType found satheesh_rvs 2 3,102 Dec-10-2018, 12:46 PM
Last Post: satheesh_rvs

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020