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

TypeError: 'NoneType' object cannot be interpreted as an integer #80

Closed
sorenwacker opened this issue Apr 15, 2020 · 1 comment
Closed

Comments

@sorenwacker
Copy link

from chembl_webresource_client.new_client import new_client as cwc

molecule = cwc.molecule
res = molecule.search('viagra')
res

First time this works, then is throws this error:

TypeError: 'NoneType' object cannot be interpreted as an integer

@sorenwacker
Copy link
Author

target = cwc.target
target.filter(target_synonym__icontains='hERG')

TypeError: 'NoneType' object cannot be interpreted as an integer

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

1 participant