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

[APP SUBMITTED]: sqlite3.OperationalError: near "WHERE": syntax error #10830

Closed
XxUnkn0wnxX opened this issue Jul 18, 2022 · 0 comments
Closed
Assignees

Comments

@XxUnkn0wnxX
Copy link

INFO

Python Version: 3.9.13 (main, May 24 2022, 21:28:44) [Clang 13.0.0 (clang-1300.0.29.30)]
Operating System: macOS-11.6.7-x86_64-i386-64bit
Locale: UTF-8
Branch: develop
Database: 44.19
Commit: 135a704
Link to Log: https://gist.github.com/16f0cc444ec4bbf9aecc0f59c756cab4

ERROR

2022-07-19 04:04:02 ERROR    APIv2-Thread_0 :: [135a704] DB error: near "WHERE": syntax error
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/db.py", line 285, in action
    sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  File "/Users/ovidijus/Apps/Medusa/medusa/db.py", line 115, in _execute
    sql_results = cursor.execute(query, args)
sqlite3.OperationalError: near "WHERE": syntax error

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

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

2 participants