We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: