-
Notifications
You must be signed in to change notification settings - Fork 14
ValueError: A string literal cannot contain NUL (0x00) characters. #1189
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingpythonPull requests that update Python codePull requests that update Python code
Description
Sentry Issue: TOOLTOOL-1T
ValueError: A string literal cannot contain NUL (0x00) characters.
(19 additional frame(s) were not displayed)
...
File "sqlalchemy/engine/base.py", line 1846, in _execute_context
return self._exec_single_context(
File "sqlalchemy/engine/base.py", line 1987, in _exec_single_context
self._handle_dbapi_exception(
File "sqlalchemy/engine/base.py", line 2347, in _handle_dbapi_exception
raise exc_info[1].with_traceback(exc_info[2])
File "sqlalchemy/engine/base.py", line 1968, in _exec_single_context
self.dialect.do_execute(
File "sqlalchemy/engine/default.py", line 920, in do_execute
cursor.execute(statement, parameters)
ValueError: A string literal cannot contain NUL (0x00) characters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpythonPull requests that update Python codePull requests that update Python code