Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find facebook information with ID doesn't work #33

Open
anupam19 opened this issue Aug 22, 2020 · 2 comments
Open

Find facebook information with ID doesn't work #33

anupam19 opened this issue Aug 22, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@anupam19
Copy link

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'
@bhavsec bhavsec added the help wanted Extra attention is needed label Jul 21, 2021
@MetadataCleaner
Copy link

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

@carlvanman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants