markup_type=markup_type))
Traceback (most recent call last):
File "/usr/local/bin/clippercard", line 9, in
load_entry_point('clippercard==0.3.2', 'console_scripts', 'clippercard')()
File "/Library/Python/2.7/site-packages/clippercard/main.py", line 69, in main
print(clippercard.porcelain.tabular_output(session.user_profile, session.cards))
File "/Library/Python/2.7/site-packages/clippercard/client.py", line 115, in user_profile
return parser.parse_profile_data(self._dashboard_content)
File "/Library/Python/2.7/site-packages/clippercard/parser.py", line 111, in parse_profile_data
fields = profile_data.find_all('div', attrs={'class': 'fieldData'})
AttributeError: 'NoneType' object has no attribute 'find_all'
markup_type=markup_type))
Traceback (most recent call last):
File "/usr/local/bin/clippercard", line 9, in
load_entry_point('clippercard==0.3.2', 'console_scripts', 'clippercard')()
File "/Library/Python/2.7/site-packages/clippercard/main.py", line 69, in main
print(clippercard.porcelain.tabular_output(session.user_profile, session.cards))
File "/Library/Python/2.7/site-packages/clippercard/client.py", line 115, in user_profile
return parser.parse_profile_data(self._dashboard_content)
File "/Library/Python/2.7/site-packages/clippercard/parser.py", line 111, in parse_profile_data
fields = profile_data.find_all('div', attrs={'class': 'fieldData'})
AttributeError: 'NoneType' object has no attribute 'find_all'