You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-09-04 21:30:49 ERROR SEARCHQUEUE-DAILY-SEARCH :: [] :: [34a67cf] DailySearchQueueItem Exception, error: OperationalError('no such column: "||" - should this be a string literal in single-quotes?')
Traceback (most recent call last):
File "/usr/local/medusa/medusa/search/queue.py", line 295, in run
found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/medusa/medusa/search/core.py", line 550, in search_for_needed_episodes
found_results = cur_provider.cache.find_needed_episodes(episodes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/medusa/medusa/tv/cache.py", line 500, in find_needed_episodes
cache_results = self.find_episodes(episodes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/medusa/medusa/tv/cache.py", line 594, in find_episodes
sql_results = cache_db_con.mass_action(results, fetchall=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/medusa/medusa/db.py", line 222, in mass_action
sql_results.append(self._execute(qu[0], qu[1], fetchall=fetchall))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/medusa/medusa/db.py", line 115, in _execute
sql_results = cursor.execute(query, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such column: "||" - should this be a string literal in single-quotes?
INFO
Python Version:
3.11.9 (main, Aug 8 2024, 01:20:36) [Clang 17.0.6 (https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g600970
Operating System:
FreeBSD-13.3-RELEASE-p4-amd64-64bit-ELF
Locale:
UTF-8
Branch: master
Database:
44.19
Commit: 34a67cf
Link to Log: https://gist.github.com/DoogyR3V/b42726b4f933a25e0b1631362cbf39b8
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: