Ticket #399 (closed Defect: fixed)
Poster chooser corruption
| Reported by: | wazza | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Metadata - Posters | Version: | 1.0b8.0.5 |
| Keywords: | Cc: |
Description
I've noticed one film recently added to my collection was not imported.
There are no details in the logs (and no crash) other than
24/04/2011 18:38:48 Front Row[3042] Failed to import movie for /Users/******/Movies/How to Murder your Wife.avi
During import there was no poster chooser step (chooser is not switched off in the settings). Checking IMDb shows there are no links for posters for this movie.
A dump of the SapphireMovieTranslation object associated with this search shows this:
On import:
24/04/2011 19:01:32 Front Row[3070] Translation <SapphireMovieTranslation: 0x14da5850> {
importerID = "IMDb.com";
itemID = "";
movie = nil;
name = "how to murder your wife";
otherProperties = nil;
otherPropertiesData = nil;
posters = (
);
selectedPosterIndex = nil;
url = "http://akas.imdb.com/title//";
})
All other times Sapphire starts up...
24/04/2011 18:38:47 Front Row[3042] Translation <SapphireMovieTranslation: 0x14de5d60> {
importerID = "IMDb.com";
itemID = "";
movie = nil;
name = "how to murder your wife";
otherProperties = nil;
otherPropertiesData = nil;
posters = "<relationship fault: 0x1ea3d920 'posters'>";
selectedPosterIndex = nil;
url = "http://akas.imdb.com/title//";
})
It seems to have faulted at some point in the poster choosing step, but this fault wasn't dealt with. After that things stop working as expected, itemID isn't set and the importer is helpless.
I've tried looking for where this might be happening, but I can't find it.
[Yes... I have updated the scrapers ;-)]
