taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

Thread 'Supervisor' crashed: AttributeError("'IMapUnorderedIterator' object has no attribute '_write_to'") #286

Open seyirex opened 4 years ago

seyirex commented 4 years ago

Thread 'Supervisor' crashed: AttributeError("'IMapUnorderedIterator' object has no attribute '_write_to'") Traceback (most recent call last): File "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 504, in run return self.body() File "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 563, in body pool._maintain_pool() File "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 1342, in _maintain_pool joined = self._join_exited_workers() File "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 1234, in _join_exited_workers write_to = job._write_to AttributeError: 'IMapUnorderedIterator' object has no attribute '_write_to'

lapp0 commented 4 years ago

Please share your command so I can attempt to reproduce.

sivaji1233 commented 4 years ago

I do have same issue. I just tried basic "twitterscraper Trump --limit 1000 --output=tweets.json" and also different queries using python as well.

sivaji1233 commented 4 years ago

@bluebug565 was you able to resolve the issue?

saeideh676 commented 4 years ago

I have this issue too. can anyone help?