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

ValueError: A string literal cannot contain NUL (0x00) characters. #1189

Open
sentry-io bot opened this issue Jul 1, 2024 · 0 comments
Open

ValueError: A string literal cannot contain NUL (0x00) characters. #1189

sentry-io bot opened this issue Jul 1, 2024 · 0 comments
Labels
bug Something isn't working python Pull requests that update Python code

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 1, 2024

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.
@sentry-io sentry-io bot added bug Something isn't working python Pull requests that update Python code labels Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

0 participants