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
/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
The text was updated successfully, but these errors were encountered:
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.
Python 3.10, but I saw same problem in 3.9
The text was updated successfully, but these errors were encountered: