Skip to content

getting find_all error while trying to use #7

@swolfand

Description

@swolfand

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions