Xarrow / weibo-scraper

Simple Weibo Scraper
MIT License
93 stars 18 forks source link

Not able to run simple code #20

Closed alphapats closed 3 years ago

alphapats commented 3 years ago

Unable to run the following program: for tweet in get_weibo_tweets_by_name(name='嘻红豆', pages=1): print(tweet) getting following error: 2021-02-24 23:00 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): m.weibo.cn:443

raise ConnectionError(err, request=request)

requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) error: