You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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='')
The text was updated successfully, but these errors were encountered:
@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
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='')
The text was updated successfully, but these errors were encountered: