[Imdbpy-help] Proxy issue

2011-01-24 Thread David Kaufman
Hi imbdpy Community,

I'm struggling with an error message:

  File G:\My Dropbox\Entwicklung\diribeo\imdb\parser\http\__init__.py,
line 237, in http_error_default
'proxy': self.get_proxy()}
IMDbDataAccessError: {'url':
'http://akas.imdb.com/title/tt0898266/epdate', 'error type':
'http_error_default', 'errcode': 500, 'headers': httplib.HTTPMessage
instance at 0x03838FD0, 'proxy': '', 'errmsg': 'Internal Server
Error'}

This actually already should have been fixed:
http://www.mail-archive.com/imdbpy-help@lists.sourceforge.net/msg00204.html

But int the current version (4.7) the problem still exists (see the
above error message).

print imdb.__version__ gives me 4.7


Do you guys have any idea why this is the case? If you need some more
info please drop a line.

Greetings,
David

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


[Imdbpy-help] Episode information of not available

2012-03-24 Thread David Kaufman
Hi there,

I was looking if I could retreive episode information through imdbpy,
but was unable to do so:

I executed following code which can be found here:
http://imdbpy.sourceforge.net/docs/README.series.txt

  from imdb import IMDb
  i = IMDb()
  m = i.get_movie('0389564')  # The 4400.
  m['kind']# kind is 'tv series'.
  i.update(m, 'episodes')   # retrieves episodes information.

 Whenever I call:
 m['episodes']

I get following error message:

...\imdb\utils.pyc in __getitem__(self, key)
   1431 # Handle key aliases.

   1432 key = self.keys_alias.get(key, key)
- 1433 rawData = self.data[key]
   1434 if key in self.keys_tomodify and \
   1435 self.modFunct not in (None, modNull):

KeyError: 'episodes'


I'm I doing something wrong? I currently using IMDbPY 4.8.2 2011-11-01
with Python 2.7.2 32 Bit.

It would be very nice if someone could help me here or at least see if
you also get the error.

Greetings,
David

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help