Opened 12 years ago
Closed 7 years 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)
by , 12 years ago
| Attachment: | pythontraceback.txt added |
|---|
by , 12 years ago
| Attachment: | dataheap.py.diff added |
|---|
diff file showing the 3 lines to add for bypassing non ascii actor names.
comment:1 by , 12 years ago
| Component: | MythTV - General → Bindings - Python |
|---|---|
| Owner: | set to |
| 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 by , 7 years ago
| Milestone: | unknown → 31.0 |
|---|---|
| Owner: | changed from to |
| Status: | accepted → assigned |

python traceback showing error.