Opened 14 years ago
Closed 14 years ago
#11219 closed Bug Report - General (Fixed)
Since 0.26 mirobrige can't delete recording
| Reported by: | Owned by: | Raymond Wagner | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26.1 |
| Component: | Contributed Scripts & Apps | Version: | 0.26-fixes |
| Severity: | medium | Keywords: | mirobridge |
| Cc: | Ticket locked: | no |
Description
Since 0.26 -something that works on 0.24 and 0.25 - the import works the first time and crashes subsequent runs. OPML file is attached
Did a clean install Ubuntu 10.04.01 LTS 64bit
Error message:
Traceback (most recent call last):
File "./mirobridge.py", line 2749, in <module>
main()
File "./mirobridge.py", line 2715, in main
if not updateMythRecorded(unwatched):
File "./mirobridge.py", line 1761, in updateMythRecorded
File "./mirobridge.py", line 704, in delRecorded
sql_del_a_record(sql_cmd, (chanid, set_del_datatime(starttime)))
TypeError: sql_del_a_record() takes exactly 1 argument (2 given)

Fixed in d988d0fc496b7ebfb5c5dedf1f3cc3f6607b030c