reconspider icon indicating copy to clipboard operation
reconspider copied to clipboard

Find facebook information with ID doesn't work

Open anupam19 opened this issue 3 years ago • 2 comments

Log:


1.Facebook 
2.Twitter 
3.Instagram

Username >> IamSRK        
choice >> 1
Traceback (most recent call last):
  File "reconspider.py", line 39, in <module>
    from core import repl_prompt
  File "/$LOCATION/reconspider/core/__init__.py", line 1, in <module>
    from .repl_prompt import *
  File "/$LOCATION/reconspider/core/repl_prompt.py", line 153, in <module>
    repl()
  File "/$LOCATION/reconspider/core/repl_prompt.py", line 121, in repl
    user(choice,username)
  File "/$LOCATION/reconspider/plugins/Username.py", line 76, in user
    find_name()
  File "/$LOCATION/reconspider/plugins/Username.py", line 34, in find_name
    name = main_div.find(id="fb-timeline-cover-name").get_text()
AttributeError: 'NoneType' object has no attribute 'get_text'

anupam19 avatar Aug 22 '20 08:08 anupam19

After specifying username and Facebook as choice, it returns the message "Profile not found"

nlinajeeb avatar Sep 05 '21 00:09 nlinajeeb

i also have an issue here, after i search a name (this is for the 3 options) the program just close with no message

carlvanman avatar Sep 24 '21 19:09 carlvanman