-
Notifications
You must be signed in to change notification settings - Fork 603
UnboundLocalError: local variable 'html' referenced before assignment #166
Comments
I also got same issue, below is the error
|
I also got the same error to what jalilrooney reported. |
By getting the response code <400> from the request; it seems like the old version server side render api has been changed. |
I have the same error. Can somebody point out a way to solve it. Sadly I'm not an experienced cooder yet. How did you solve this with the User-Agent @yimingStar? Can you explain that in detail? |
Hi, @danielp3011 Because the original page cannot show up, I use another user-agent to get a mobile version web page (mobile.twitter.com). |
Please leave a review for PR @danielp3011 . So I can merge it easyly. Thanks for your efforts guys! |
Should this fix still be working? |
Same, I still got the error. "UnboundLocalError: local variable 'html' referenced before assignment." |
getting the same error here. Is there no workaround? |
I am getting same error. |
I tried a basic profile selection:
profile = Profile(user_name)
And I got this error:
I believe that something changed on twitter website
The text was updated successfully, but these errors were encountered: