pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.74k stars 271 forks source link

[APP SUBMITTED]: sqlite3.OperationalError: duplicate column name: leechers #11700

Open artificial-chaos opened 2 months ago

artificial-chaos commented 2 months ago

INFO

Python Version: 3.10.8 (main, Oct 13 2022, 23:33:11) [GCC 10.3.1 20211027] Operating System: Linux-4.4.302+-x86_64-with Locale: UTF-8 Branch: master Database: 44.19 Commit: pymedusa/Medusa@c5a1e37bbaaebd49dd57ce5adf4e92c308fa6de3 Link to Log: No Log available

ERROR

2024-04-11 20:00:50 ERROR    APIv2-Thread_2 :: [c5a1e37] DB error: duplicate column name: leechers
Traceback (most recent call last):
  File "/app/medusa/medusa/db.py", line 285, in action
    sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  File "/app/medusa/medusa/db.py", line 113, in _execute
    sql_results = cursor.execute(query)
sqlite3.OperationalError: duplicate column name: leechers

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators