Watcher3 icon indicating copy to clipboard operation
Watcher3 copied to clipboard

SQL Error On Search

Open LeeThompson opened this issue 6 years ago • 1 comments

I'm getting a database error on search with some movies, the log shows this:

Traceback (most recent call last):
  File "/opt/watcher3/app/lib/sqlalchemy/engine/base.py", line 1159, in _execute_context
    context)
  File "/opt/watcher3/app/lib/sqlalchemy/engine/default.py", line 459, in do_executemany
    cursor.executemany(statement, parameters)
sqlite3.InterfaceError: Error binding parameter 6 - probably unsupported type.

LeeThompson avatar Jan 02 '19 21:01 LeeThompson

Still getting this from time to time, seems kinda random. If you want full debug logs I can e-mail them to you (not comfortable posting them here.)

It seems to occur if too many search results come back (or some of the indexers are sending back something SQLite doesn't like.)

LeeThompson avatar Apr 03 '19 04:04 LeeThompson