First time here? Check out the FAQ!

ngkabra's profile - activity

2013-06-14 13:16:05 -0500 received badge Nice Answer ( source )
2013-06-13 00:11:31 -0500 received badge Supporter (source)
2013-06-12 23:40:27 -0500 received badge Teacher ( source )
2013-06-12 23:01:50 -0500 answered a question auth-related outbound email not working (NoneType object has no attribute 'get_text')

I had the same problem. It was occurring with BeautifulSoup-4.2.0. I downgraded to BeautifulSoup-4.1.3 (pip install beautifulsoup4==4.1.3) and the problem has gone away. Obviously, this is a temporary solution, but at least I've gotten things to work.

The real problem has to be some quirk in the HTML that is being generated for the email body - when I have a little time, I'll investigate further, and if I find anything useful, I'll post an update.