These lines of code worked fine just a few weeks ago and now I'm getting TypeError: object of type 'NoneType' has no len()
This is the code I'm using:
from twitter_scraper_selenium import get_profile_details
twitter_username = "tim_cook"
filename = "twitter_dummy_ceo"
get_profile_details(twitter_username=twitter_username, filename=filename)