Ticket #10603 (closed Bug Report - Crash: fixed)
Opened 13 months ago
Last modified 13 months ago
Frontend crash when trying to use mythnetvison
| Reported by: | sunkan123@… | Owned by: | Jonatan Lindblad <jlindblad@…> |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.3 |
| Component: | Plugin - MythNetvision | Version: | 0.25-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
System has been upgraded from 0.24-fixes to 0.25-fixes. Has not used mythnetvision with 0.24.
Compiled mythnetvision plugin (and some others) to try it out.
To reproduce crash I go to Media Library | Browse Internet Video This then shows up empty, pressing ESC it says that you have not added any sites/RSS yet. To add a site press MENU.
When I press 'm' for MENU it crashes.
Backtrace has been attached.
I have found out that after running mythfillnetvision it no longer crashes. What seems to be the important change is the creation of the archiveitems table in the backend DB. Dropping that table (even if empty) makes it possible to reproduce the bug in my system.
I suppose that a check for the archiveitems table is needed somewhere..
Attachments
Change History
Changed 13 months ago by sunkan123@…
- Attachment myth-bt.txt added
comment:1 Changed 13 months ago by sunkan123@…
Well it may not bee as straight forward as I thought. After re-adding the archiveitems table it still crashes. Adding another backtrace with the table back again in case the backtrace changes when the table is there or not. But I wonder if the table has any relation at all then, maybe it was just a coincidence that I could reproduce the bug again after dropping the table..
Changed 13 months ago by sunkan123@…
- Attachment myth-bt2.txt added
Second BT now with the archiveitems table re-added to the DB.
comment:2 Changed 13 months ago by Jonatan Lindblad <jlindblad@…>
- Owner set to Jonatan Lindblad <jlindblad@…>
- Status changed from new to closed
- Resolution set to fixed

Backtrace of frontend crash