Opened 14 years ago
Closed 14 years ago
#8984 closed defect (fixed)
Mirobridge crashes (similar error to #8922)
Reported by: | Owned by: | Raymond Wagner | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Contributed Scripts & Apps | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Shutting down... Traceback (most recent call last):
File "/usr/local/share/mythtv/mythvideo/scripts/mirobridge.py", line 2641, in <module>
main()
File "/usr/local/share/mythtv/mythvideo/scripts/mirobridge.py", line 2624, in main
if not updateMythVideo(watched):
File "/usr/local/share/mythtv/mythvideo/scripts/mirobridge.py", line 1852, in updateMythVideo
Video(id=record[u'intid'], db=mythvideo).delete()
TypeError?: init() got an unexpected keyword argument 'id'
Change History (4)
comment:1 Changed 14 years ago by
Resolution: | → Invalid |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | Invalid |
---|---|
Status: | closed → new |
Nevermind, you said mirobridge, not jamu.
comment:3 Changed 14 years ago by
Component: | MythTV - General → Contributed Scripts & Apps |
---|---|
Owner: | set to Raymond Wagner |
Status: | new → accepted |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [26257] just like #8922.