Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Myth2Kodi (PythonBindings) fails on programs/movies with non-ascii characters in database #8

Open
gnickoloff opened this issue May 5, 2021 · 0 comments

Comments

@gnickoloff
Copy link

I get this error sometimes when program data includes non ascii characters:

INFO: Processing: /rec/13602_20210418230000.ts
INFO: Accessing MythTV DataBase Using PythonBindings.
mythdb_access: Traceback (most recent call last):
mythdb_access: File "/usr/local/bin/mythdb_access", line 339, in
mythdb_access: write_data()
mythdb_access: File "/usr/local/bin/mythdb_access", line 134, in write_data
mythdb_access: OUTPUT.write('%s = "%s"\n' % (field, value))
mythdb_access: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe0' in position 141: ordinal not in range(128)
ERROR: get_mythtvdb_info_pythonbindings(): DATABASE ACCESS ERROR: Could not obtain information.
ERROR: exit_job() CALLED FROM: main(). FAILED WHILE ACCESSING MythTV-DB: MythTVdatabaseFailure

Is this something to fix in the database schema or a problem with python binding, or Myth2Kodi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant