Opened 14 years ago

Closed 14 years ago

#8984 closed defect (fixed)

Mirobridge crashes (similar error to #8922)

Reported by: nathan smith <tsx_5@…> 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 Raymond Wagner

Resolution: Invalid
Status: newclosed

Fixed in [26257] just like #8922.

comment:2 Changed 14 years ago by Raymond Wagner

Resolution: Invalid
Status: closednew

Nevermind, you said mirobridge, not jamu.

comment:3 Changed 14 years ago by Raymond Wagner

Component: MythTV - GeneralContributed Scripts & Apps
Owner: set to Raymond Wagner
Status: newaccepted

comment:4 Changed 14 years ago by Raymond Wagner

Resolution: fixed
Status: acceptedclosed

(In [26438]) Following the autoconfiguration changes of the DBData class in r25932 and r26179, the Video class no longer takes an 'id' keyword. Adjust jamu to provide such data as the first argument to the constructor method. Fixes #8984.

Note: See TracTickets for help on using tickets.