UnicodeError:"label empty or too long"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SchoolTool |
Triaged
|
High
|
Douglas Cerna |
Bug Description
Adding a new person:
<School>
The error shows up, I realize that I should have clicked on 'Done' first, but then it still should not give the error list that follows:
-----------------
Server Error
An internal server error has occurred. This most likely means that you have found a bug in SchoolTool. Please report it on the issue tracker.
Exception
UnicodeError: label empty or too long
Traceback
File "/usr/lib/
result = publication.
File "/usr/lib/
return mapply(ob, request.
File "/usr/lib/
return debug_call(obj, args)
Extra information: <schooltool.
File "/usr/lib/
return obj(*args)
File "/usr/lib/
self.update()
File "/usr/lib/
self.
File "/usr/lib/
_('Demographi
File "/usr/lib/
fields += field_desc.
File "/usr/lib/
vocabulary=
File "/usr/lib/
terms = [cls.createTerm
File "/usr/lib/
token = value.encode(
File "/usr/lib/
result.
File "/usr/lib/
raise UnicodeError("label empty or too long")
Changed in cando: | |
assignee: | nobody → Alan Elkner (aelkner) |
importance: | Undecided → High |
Changed in cando: | |
assignee: | Alan Elkner (aelkner) → Douglas Cerna (replaceafill) |
status: | New → Triaged |
affects: | cando → schooltool |