Opened 8 years ago
Closed 8 years ago
#13044 closed Patch - Bug Fix (Won't Fix)
Remove unicoding an already unicoded value
Reported by: | Owned by: | Raymond Wagner | |
---|---|---|---|
Priority: | minor | Milestone: | 0.28.2 |
Component: | Bindings - Python | Version: | 0.28.1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Using lossless_cut. When an actor exists with UTF-8 characters Video.importMetadata() crashes. The code tries to unicode an already unicoded value (from DB, table person). Unicode (without further encoding options) can only encode values from 0-127 and crashes therefor.
Patch attached.
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | 0001-Remove-unicoding-an-already-unicoded-value.patch added |
---|
comment:1 by , 8 years ago
Milestone: | unknown → 0.28.2 |
---|
comment:2 by , 8 years ago
Resolution: | → Won't Fix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master