Python Forum
Runtime error: coercing to Unicode: need string or buffer, NoneType found
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Runtime error: coercing to Unicode: need string or buffer, NoneType found
#2
Quote:Runtime error: coercing to Unicode: need string or buffer, NoneType found "
It means that at some point in a python file, a None value is passed to a function that expected a string. You need to read the full traceback to understand where the error occurs and if there is something you can do.
Reply


Messages In This Thread
RE: Runtime error: coercing to Unicode: need string or buffer, NoneType found - by Gribouillis - Dec-10-2018, 12:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  the quest for a mutable string (buffer) Skaperen 2 729 Apr-04-2024, 12:42 PM
Last Post: Skaperen
  unicode error message Skaperen 2 3,056 Oct-11-2017, 08:28 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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