Opened 7 years ago
Closed 17 months ago
#12245 closed Bug Report - General (Fixed)
mythvidexport fails when there are non ascii characters in actor names.
Reported by: | Owned by: | Bill Meek | |
---|---|---|---|
Priority: | minor | Milestone: | 31.0 |
Component: | Bindings - Python | Version: | 0.27.3 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When exporting NCIS: Los Angeles, mythvidexport fails with the comment error ascii.
I am running mythtv version v0.27.3-150-g082d5c1 under mythbuntu.
I am attaching the traceback showing the error in dataheap.py.
I am also including a diff file that I used to fix the error. It is just a hack that ignores the ascii error and dumps that actors name to null in the DB.
Apologies for not creating a true patch file. Not sure how to do so.
Attachments (3)
Change History (6)
Changed 7 years ago by
Attachment: | pythontraceback.txt added |
---|
Changed 7 years ago by
Attachment: | dataheap.py.diff added |
---|
diff file showing the 3 lines to add for bypassing non ascii actor names.
comment:1 Changed 7 years ago by
Component: | MythTV - General → Bindings - Python |
---|---|
Owner: | set to Raymond Wagner |
Status: | new → accepted |
Type: | Patch - Bug Fix → Bug Report - General |
I'm bumping this back to a bug report, as just catching and ignoring the exception is not acceptable. We need to be sure to handle it properly. I'll take a look at it tonight.
comment:2 Changed 17 months ago by
Milestone: | unknown → 31.0 |
---|---|
Owner: | changed from Raymond Wagner to Bill Meek |
Status: | accepted → assigned |
python traceback showing error.