bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.88k stars 601 forks source link

Not get Profile Info #180

Open THAVASIGTI opened 3 years ago

THAVASIGTI commented 3 years ago

self.location = html.find(".ProfileHeaderCard-locationText")[0].text UnboundLocalError: local variable 'html' referenced before assignment

Error

smsajjadzaidi commented 3 years ago

Hi, I am facing the same issue. Did you find any work around?

HJoentgen commented 3 years ago

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.

KyllianBeguin commented 3 years ago

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 ?