Opened 7 years ago

Closed 6 years ago

#13044 closed Patch - Bug Fix (Won't Fix)

Remove unicoding an already unicoded value

Reported by: angela.schmid@… 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)

0001-Remove-unicoding-an-already-unicoded-value.patch (937 bytes) - added by angela.schmid@… 7 years ago.

Download all attachments as: .zip

Change History (3)

Changed 7 years ago by angela.schmid@…

comment:1 Changed 7 years ago by Stuart Auchterlonie

Milestone: unknown0.28.2

comment:2 Changed 6 years ago by Stuart Auchterlonie

Resolution: Won't Fix
Status: newclosed

Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master

Note: See TracTickets for help on using tickets.