MySQL Forums
Forum List  »  Connector/Python

Mysqlx ValueError: Unknown character
Posted by: Diljit Singh
Date: November 20, 2018 07:37PM

Hi Folks,

Just started using MySqlx for the first time and having issues dumping a json file in the collection.

I get this error:

ValueError: Unknown character

from file : "**/python3.7/site-packages/mysqlx/expr.py", line 614, in lex
raise ValueError("Unknown character at {0}".format(i))

Can someone help me with this?

Tooling:
- python 3.7
- mysql-python-connector
- mysqlx
- mysql server 8.0.12

*I'm a newbie, please let me know if you need more info to help debug this issue. I appreciate your help.

Options: ReplyQuote


Subject
Written By
Posted
Mysqlx ValueError: Unknown character
November 20, 2018 07:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.