Closed moonlies closed 5 years ago
I made a simple workaround by using try/catch:
try:
tweet_text = tweet.select('p.tweet-text')[0].get_text()
except:
tweet_text = 'missing'
It seems to work, but i don't know if it crashes something else.
I've added the same try-catch, but instead of adding 'missing' it will continue to the next item instead.
When following the setup guide, it returns the following error after python run.py: