bousmahafaycal / facebook_growth

Faceboook tools for growth
0 stars 1 forks source link

AttributeError: 'NoneType' object has no attribute 'group' #3

Open Josirva opened 5 years ago

Josirva commented 5 years ago

Hi bousmahafaycal, Thank you for this great piece of code.

After following all the instructions in the tutorial "13 techniques de growth hacking expliquées step by step', I still can't get it to work.

I keep getting the same error message:

Traceback (most recent call last): File "main.py", line 51, in send_group(fbc.client, message) File "main.py", line 27, in send_group friends = fbg.get_ids__list(csv) File "/Desktop/facebook_growth-master/fb_group.py", line 24, in get_ids__list self.ids.append(int(r.group('user_id'))) AttributeError: 'NoneType' object has no attribute 'group'

SBillion commented 5 years ago

The pull request #5 fixed it. Wait for the merging or use the pull request