Open GoogleCodeExporter opened 9 years ago
Hi. I changed the online datasource from to IMDB.com and I no longer get the
parse options. It must be part of the online lookup.
Original comment by joseph.h...@gmail.com
on 28 Nov 2010 at 8:15
I also noticed that when prompted to select a movie in the IMDB search, if I
click OK without selecting a movie I get the same error. It might be that the
fuzzy match from TheMovieDB fails to bring up a dialog with options and jumps
straight to the exception.
Original comment by joseph.h...@gmail.com
on 28 Nov 2010 at 8:18
I came across this too. Try applying the patch from Issue 44 and see if it is
resolved.
Original comment by bdo...@gmail.com
on 28 Nov 2010 at 11:52
Thanks, bdoona. I did checkout the source to poke around but I do not have the
time to fire up a .Net environment to apply a patch and rebuild the
application. I tried to determine the difference from the patch but it's quite
a big patch for what appears to be a simple null reference.
If only it were in one of the other 10 languages I am fluent in =)
Original comment by joseph.h...@gmail.com
on 29 Nov 2010 at 2:43
You are right but I did some other stuff too.
The bit that is relevant to this issue is just the OnlineParserTMDB.cs part of
the patch.
I surrounded the problem bit with the mentioned simple null reference check,
then added an else to return an empty movie. The patch got bulked up because I
changed the indentation of the existing code in the if statement.
Once I got over this problem, I found lots of movies that didn't match and I
didn't want to rename - hence the other stuff I added in the patch (the button
to only select movies which were successfully looked up). Anyway, hopefully
when one of the owners gets a chance, the parts that they like can be evaluated
and included.
C# isnt my strong suit either.
Original comment by bdo...@gmail.com
on 29 Nov 2010 at 5:46
Original issue reported on code.google.com by
joseph.h...@gmail.com
on 28 Nov 2010 at 7:37Attachments: