-
Notifications
You must be signed in to change notification settings - Fork 575
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
Not working due to : AttributeError: 'NoneType' object has no attribute 'find_all' #366
Comments
I have the exact same problem. I did not look at the Twitter source code yet, but it may be that they have constructed their tables differently now.
|
I fixed it with changing 48th line to: |
Hi there, I tried this and I am still getting the same error as above. Are there any other working solutions for this issue? |
Hi, it's the same for me, too did you find a fix? |
same for me. can anyone suggest a fix? |
Same for me, I get this error when i just try to import the twitterscraper module into python |
Maybe submit an MR to fix this? |
!pip install twitterscraper==0.2.7 bunu yükledikten sonra bende find_all hatası düzeldi ama bu kezde IndexError: list index out of range böyle bir hata verdi |
twitterscraper CL0WN_LVSER --user -o tweets_username.json idk if this helps anyone/anything |
It's a significant issue. Is the package still actively maintained? |
Also tried this fix but still getting the same error |
I'm getting a similar problem, in 2022, using Python 3.7.3, on windows 10:
|
Python 3.9.7 osx Big sur.
twitterscraper Trump --limit 1000 --output=tweets.json
Traceback (most recent call last):
File "/usr/local/bin/twitterscraper", line 33, in
sys.exit(load_entry_point('twitterscraper==1.6.1', 'console_scripts', 'twitterscraper')())
File "/usr/local/bin/twitterscraper", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 972, in _find_and_load_unlocked
File "", line 228, in _call_with_frames_removed
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "", line 259, in load_module
File "/usr/local/lib/python3.9/site-packages/twitterscraper-1.6.1-py3.9.egg/twitterscraper/init.py", line 13, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "", line 259, in load_module
File "/usr/local/lib/python3.9/site-packages/twitterscraper-1.6.1-py3.9.egg/twitterscraper/query.py", line 76, in
File "/usr/local/lib/python3.9/site-packages/twitterscraper-1.6.1-py3.9.egg/twitterscraper/query.py", line 49, in get_proxies
AttributeError: 'NoneType' object has no attribute 'find_all'
The text was updated successfully, but these errors were encountered: