2008-03-20 00:26:48 UTC
When I add/edit a movie in the catalog, I try to search for the movie information first. There are 5 search choices (All Movie Guide, AlloCine.fr, Amazon, IMDB, and Laserdisken) with All Movie Guide the default. When I perform the search I get the following error:
Error was:
Traceback (most recent call last):
File "/usr/bin/ceemedia", line 265, in run
self.output = self.executefunction(self.executearg)
File "/usr/bin/ceemedia", line 229, in get_contents
opener = urllib2.build_opener(proxy_handler, authinfo)
File "urllib2.py", line 467, in build_opener
opener.add_handler(h)
File "urllib2.py", line 303, in add_handler
type(handler))
TypeError: expected BaseHandler instance, got <type
'NoneType'>
This same error occurs if I choose AlloCine.fr and IMDB (after going through secondary dialog).
For Amazon, I get search results and upon choosing a movie, I get partial information populated.
For Laserdisken, I don't get an error, but no information retrieved either.