twitter-scraper
twitter-scraper copied to clipboard
Not get Profile Info
self.location = html.find(".ProfileHeaderCard-locationText")[0].text UnboundLocalError: local variable 'html' referenced before assignment
Error
Hi, I am facing the same issue. Did you find any work around?
Hey, this is a known issue here, and a workaround was already done: https://github.com/bisguzar/twitter-scraper/pull/167 However, it seems to me, that the workaround is now outdated as well.
Hi ! I am also facing this issue even by changing the profile.py file. You said that a workaround was done already. Is there any clue to what happened this time ?