Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

count_by_sender': undefined method each' for nil:NilClass #37

Open
verdie-g opened this issue Jun 25, 2018 · 4 comments
Open

count_by_sender': undefined method each' for nil:NilClass #37

verdie-g opened this issue Jun 25, 2018 · 4 comments

Comments

@verdie-g
Copy link

Hi,

I get the following error when running ./bin/facebook_data_analyzer -c data_html

Traceback (most recent call last):
	8: from ./bin/facebook_data_analyzer:34:in `<main>'
	7: from facebook_data_analyzer/lib/facebook_data_analyzer.rb:40:in `run'
	6: from facebook_data_analyzer/lib/facebook_data_analyzer.rb:40:in `each'
	5: from facebook_data_analyzer/lib/facebook_data_analyzer.rb:42:in `block in run'
	4: from facebook_data_analyzer/lib/facebook_data_analyzer/mixins/export_views_mixin.rb:13:in `export'
	3: from facebook_data_analyzer/lib/facebook_data_analyzer/mixins/export_views_mixin.rb:13:in `each'
	2: from facebook_data_analyzer/lib/facebook_data_analyzer/mixins/export_views_mixin.rb:14:in `block in export'
	1: from facebook_data_analyzer/lib/facebook_data_analyzer/view_model_generators/messages_view_model_generator.rb:230:in `message_statistics_view_model'
facebook_data_analyzer/lib/facebook_data_analyzer/messages.rb:101:in `count_by_sender': undefined method `each' for nil:NilClass (NoMethodError)

Tell me if I can give you more information.

@marekdlugos
Copy link

Just ran into the same issue. Any updates?

@verdie-g
Copy link
Author

I've created a similar project verdie-g/fb-data-analyzer. It only generates a json though.

@Lackoftactics
Copy link
Owner

@marekdlugos will try to look at it in spare time.

@BalintPogatsa
Copy link

I've created a pull request with the fixes that were working for my recently exported data from facebook.

#39

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

No branches or pull requests

4 participants