Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError #40

Closed
kevsilberberg opened this issue Apr 27, 2017 · 1 comment
Closed

AttributeError #40

kevsilberberg opened this issue Apr 27, 2017 · 1 comment

Comments

@kevsilberberg
Copy link

Hi, when I run the command fbcap messages.htm I get the following error and the application halts. I have ensured that the messages.htm is in the correct directory.

C:\Python27\Scripts>fbcap messages.htm
Traceback (most recent call last):
  File "C:\Python27\Scripts\fbcap-script.py", line 11, in
    load_entry_point('fbchat-archive-parser==0+unknown', '
ap')()
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\ma
ain
  File "c:\python27\lib\site-packages\clip.py", line 652,
    self.invoke(self.parse(tokens))
  File "c:\python27\lib\site-packages\clip.py", line 634,
    self._main.invoke(parsed)
  File "c:\python27\lib\site-packages\clip.py", line 519,
    self._callback(**{k: v for k, v in iteritems(parsed) i
mmands})
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\ma
bcap
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\pa
 parse
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\pa
 _parse_content
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\pa
 _process_element
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\pa
 _parse_participants
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\na
155, in resolve
  File "build\bdist.win-amd64\egg\fbchat_archive_parser\na
134, in _manual_lookup
AttributeError: 'NoneType' object has no attribute 'get'
@ownaginatious
Copy link
Owner

Whoops, bug from bad manual testing :p Try version 0.9.post12. That should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants