We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current version of nlp.py breaks on line 32 returning TypeError: 'NoneType' object is not callable.
I'm not sure if this is caused by a change in bs4 or something else.
The text was updated successfully, but these errors were encountered:
I was able to get some help and the cause was a change to the website, the code should now read
content = soup.find('div', 'post-radar-content')
Sorry, something went wrong.
some day I'll learn my lesson about relying on the oreilly website not to change and break things ☹
@Aeromancer you are the man!
No branches or pull requests
The current version of nlp.py breaks on line 32 returning TypeError: 'NoneType' object is not callable.
I'm not sure if this is caused by a change in bs4 or something else.
The text was updated successfully, but these errors were encountered: