Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8893 closed defect (fixed)

Mirobridge unable to add recordings post r25932

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

Description

Mirobridge is unable to add recordings post 25932. The error happens when starting the database update via the python bindings - simulation mode works as expected. Tested against head r26176. Python back trace: Traceback (most recent call last):

File "/usr/share/doc/mythtv-docs-0.24/contrib/imports/mirobridge/mirobridge.py", line 2641, in <module>

main()

File "/usr/share/doc/mythtv-docs-0.24/contrib/imports/mirobridge/mirobridge.py", line 2608, in main

if not updateMythRecorded(unwatched):

File "/usr/share/doc/mythtv-docs-0.24/contrib/imports/mirobridge/mirobridge.py", line 1747, in updateMythRecorded

Recorded().create(records[0])

File "/usr/lib/python2.6/site-packages/MythTV/altdict.py", line 27, in getattr

raise AttributeError?(str(name))

Change History (3)

comment:1 Changed 14 years ago by robertm

Owner: set to Raymond Wagner
Status: newassigned

comment:2 Changed 14 years ago by Raymond Wagner

Resolution: fixed
Status: assignedclosed

(In [26179]) Several fixups for DBData classes. Fixes #8893.

comment:3 Changed 14 years ago by stuartm

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.