taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 581 forks source link

AttributeError: 'IMapUnorderedIterator' object has no attribute '_write_to' #326

Open ahcisneros opened 4 years ago

ahcisneros commented 4 years ago

INFO: queries: ['tesla since:2019-03-02 until:2019-03-03'] INFO: {'User-Agent': 'Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16', 'X-Requested-With': 'XMLHttpRequest'} Thread 'Supervisor' crashed: AttributeError("'IMapUnorderedIterator' object has no attribute '_write_to'") Traceback (most recent call last): File "C:\Users\Alexis\anaconda3\envs\tensorflow\lib\site-packages\billiard\pool.py", line 504, in run return self.body() File "C:\Users\Alexis\anaconda3\envs\tensorflow\lib\site-packages\billiard\pool.py", line 563, in body pool._maintain_pool() File "C:\Users\Alexis\anaconda3\envs\tensorflow\lib\site-packages\billiard\pool.py", line 1342, in _maintain_pool joined = self._join_exited_workers() File "C:\Users\Alexis\anaconda3\envs\tensorflow\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'

rorofaqod commented 3 years ago

hello, I have a similar problem here

AttributeError: 'IMapUnorderedIterator' object has no attribute '_write_to'

did you found the solution yet?

raulgal02 commented 3 years ago

have the same problem, had a solution?

rorofaqod commented 3 years ago

I don't. I end up using selenium

On Friday, March 19, 2021, raulgal02 @.***> wrote:

have the same problem, had a solution?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/taspinar/twitterscraper/issues/326#issuecomment-802808191, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOM2NF2ESIUQHXIVH6ELNU3TENBPVANCNFSM4O6XGUUQ .

raulgal02 commented 3 years ago

Me too, Selenium far better, thanks