Opened 16 years ago
Closed 16 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 by , 16 years ago
| Resolution: | → Invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Resolution: | Invalid |
|---|---|
| Status: | closed → new |
Nevermind, you said mirobridge, not jamu.
comment:3 by , 16 years ago
| Component: | MythTV - General → Contributed Scripts & Apps |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:4 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in [26257] just like #8922.