Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Thread method for Python 3.9.0+ #395

Closed
notzeldon opened this issue Jun 16, 2022 · 1 comment
Closed

Wrong Thread method for Python 3.9.0+ #395

notzeldon opened this issue Jun 16, 2022 · 1 comment

Comments

@notzeldon
Copy link

/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

@lorien
Copy link
Owner

lorien commented Dec 8, 2022

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.

@lorien lorien closed this as completed Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants