mlodybercik / MessLogger

Logger for facebook's messenger chat.
GNU General Public License v3.0
6 stars 1 forks source link

Code not working! #4

Open MS-Jahan opened 4 years ago

MS-Jahan commented 4 years ago

I was running this on pythonanywhere. The last file (message log) was written on 19 November, 2019. Now the code is not working. Even though I get no error, file (message log) is not being written. I've also tried running the code locally.

Please fix this.

leventebartha commented 4 years ago

Hi, I have a same issue, there is a missing module: In terminal : ... python3 main.py Traceback (most recent call last): File "/........./MessLogger-master/main.py", line 2, in from Logger.logger import Logger File "/......../MessLogger-master/Logger/logger.py", line 1, in from fbchat import Client, Message, ThreadType, ImageAttachment ModuleNotFoundError: No module named 'fbchat'

MS-Jahan commented 4 years ago

Hi, I have a same issue, there is a missing module: In terminal : ... python3 main.py Traceback (most recent call last): File "/........./MessLogger-master/main.py", line 2, in from Logger.logger import Logger File "/......../MessLogger-master/Logger/logger.py", line 1, in from fbchat import Client, Message, ThreadType, ImageAttachment ModuleNotFoundError: No module named 'fbchat'

Install fbchat from pip: pip install fbchat