This repository was archived by the owner on Sep 24, 2024. It is now read-only.
This repository was archived by the owner on Sep 24, 2024. It is now read-only.
Cannot analyze messages because "no such file or directory @ rb_sysopen" #22
Open
Description
Upon trying to analyze messages using the command
$ DEBUG=true ruby analyze_facebook_data.rb /Users/victoria/Downloads/facebook-victorialo123
, I get this output:
Analyzing Messages |Time: 00:00:00 | ======================================================================= | Time: 00:00:00
/Users/victoria/Documents/facebook_data_analyzer/classes/analyzeables/messages. `initialize': No such file or directory @ rb_sysopen - /Users/victoria/Downloads/facebook-victorialo123/index.htm (Errno::ENOENT)
from /Users/victoria/Documents/facebook_data_analyzer/classes/analyzeables/messages. `open'
messages.rb:31 points to the line
@me ||= Nokogiri::HTML(File.open("#{@catalog}/index.htm")).title.split(' - Profile')[0].to_sym
Might want to look into this.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels