zinking / bgweb

Automatically exported from code.google.com/p/bgweb
0 stars 0 forks source link

mblog engine problems #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. failed to login to specific mblog
2.
3.

What is the expected output? What do you see instead?
AttributeError: 'Microblog' object has no attribute 'sinahttp'

Please use labels and text to provide additional information.

  File "/base/data/home/apps/bbstop10/2.344140536702112663/pageharvest/bbs_parser.py", line 123, in login_to_sina_microblog
    self.sinacookie = Cookie.SimpleCookie(self.sinahttp.headers.get('set-cookie', ''));
AttributeError: 'Microblog' object has no attribute 'sinahttp'

Original issue reported on code.google.com by zinking3 on 20 Oct 2010 at 1:32