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

AttributeError: 'dict' object has no attribute 'append' #138

Closed
davidj2003 opened this issue Apr 1, 2021 · 1 comment
Closed

AttributeError: 'dict' object has no attribute 'append' #138

davidj2003 opened this issue Apr 1, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@davidj2003
Copy link

when i try to scrape follower's number i get this:
Catched 7 followings phone numbersTraceback (most recent call last):
File "/home/snapper/Osintgram/main.py", line 163, in
_cmd()
File "/home/snapper/Osintgram/src/Osintgram.py", line 1336, in get_fwingsnumber
results.append(follow)
AttributeError: 'dict' object has no attribute 'append'

and then the program crashes without writing anything to the output file

@Datalux Datalux added the bug Something isn't working label Apr 1, 2021
Datalux added a commit that referenced this issue Apr 1, 2021
@Datalux
Copy link
Owner

Datalux commented Apr 1, 2021

Fixed in development version. Thank you for this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants