lorien/grab

Wrong Thread method for Python 3.9.0+

notzeldon opened this issue · 1 comments

/lib/python3.10/site-packages/grab/spider/base_service.py", line 64, in is_alive
    return self.thread.isAlive()
AttributeError: 'Thread' object has no attribute 'isAlive'. Did you mean: 'is_alive'?

Python 3.10, but I saw same problem in 3.9

Thanks! It is fixed in source code already and will be available in next release which will happen in unknown time. Please use Grab from github repo until it'll be released.