Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8922 closed defect (fixed)

Fix jamu to work.

Reported by: anonymous Owned by: Raymond Wagner
Priority: minor Milestone: 0.24
Component: Plugin - MythVideo Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Traceback (most recent call last):

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6421, in <module>

main()

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6406, in main

process.processMythTvMetaData()

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5670, in processMythT vMetaData

vim = Video(id=intid, db=mythvideo)

TypeError?: init() got an unexpected keyword argument 'id'

Attachments (1)

mythtv_database.patch (587 bytes) - added by anonymous 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by anonymous

Attachment: mythtv_database.patch added

comment:1 Changed 14 years ago by Raymond Wagner

Milestone: unknown0.24
Owner: changed from robertm to Raymond Wagner
Status: newaccepted

comment:2 Changed 14 years ago by Raymond Wagner

Resolution: fixed
Status: acceptedclosed

(In [26257]) 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 #8922.

comment:3 Changed 14 years ago by Raymond Wagner

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

Note: See TracTickets for help on using tickets.