markowanga / stweet

Advanced python library to scrap Twitter (tweets, users) from unofficial API
MIT License
588 stars 67 forks source link

ScrapBatchBadResponse, RequestResponse(status_code=404, text='') #112

Open ZohairAbbas opened 1 year ago

ZohairAbbas commented 1 year ago

Is there any issue with the Scrapper? It stopped working all of a sudden and is showing this error now:

st.TweetsByIdRunner(tweets_by_id_task=id_task, raw_data_outputs=[output_print]).run() File "C:\Python39\lib\site-packages\stweet\tweets_by_ids_runner\tweets_by_id_runner.py", line 45, in run
self._execute_next_tweets_request() File "C:\Python39\lib\site-packages\stweet\tweets_by_ids_runner\tweets_by_id_runner.py", line 79, in _execute_next_tweets_request raise ScrapBatchBadResponse(response) stweet.exceptions.scrap_batch_bad_response.ScrapBatchBadResponse: RequestResponse(status_code=404, text='')

ShaoKhan123 commented 1 year ago

Yeah, having a similar error. Imagine it has to do with Twitter's most recent attempts to break their site.

Polarbear-mail commented 1 year ago

@markowanga Yes, thanks to the author. I'm wondering how to detect which request bodies Twitter has changed, and maybe I need to learn further to contribute to projects I like, again

vaidab commented 1 year ago

Same issue.

imgreattt commented 1 year ago

Did we get any solution for this?

johnstrong1 commented 1 year ago

Any News ?