markowanga / stweet

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

Internal Error #79

Closed iamcos closed 2 years ago

iamcos commented 2 years ago

File "/Users/cosmos/Documents/GitHub/Haas-ToolBox/env1/lib/python3.8/site-packages/stweet/search_runner/search_runner.py", line 50, in run self._execute_next_tweets_request() File "/Users/cosmos/Documents/GitHub/Haas-ToolBox/env1/lib/python3.8/site-packages/stweet/search_runner/search_runner.py", line 70, in _execute_next_tweets_request raise ScrapBatchBadResponse(response) stweet.exceptions.scrap_batch_bad_response.ScrapBatchBadResponse: RequestResponse(status_code=500, text='{"errors":[{"message":"Internal error","code":131}]}')

To fix it i simply downgraded to 1.3.1 and replaced code with the one i wrote before.

markowanga commented 2 years ago

Hello, please give me code to reproduce this bug 😊