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: '<' not supported between instances of 'NoneType' and 'int' #76

Closed
ugurkellecioglu opened this issue Nov 18, 2020 · 2 comments

Comments

@ugurkellecioglu
Copy link
Contributor

ugurkellecioglu commented Nov 18, 2020

Idk why i got that error

Crash-2020-11-18-22-41-39.zip
Here is the logs. i cut unnecessary parts.

and also here is the last call

File "C:\Users\ugurk\OneDrive\Belgeler\GitHub\gramaddict\GramAddict\core\filter.py", line 94, in check_profile
   if field_min_followers is not None and followers < int(field_min_followers):

TypeError: '<' not supported between instances of 'NoneType' and 'int'

btw i use some utilizations which couldn't merged but i think it is not about that. It was working for 2 hour if it is important.

@philip-ulrich
Copy link
Contributor

This is fixed in v1.0.3. You're still running v1.0.2. Please make sure you are using the latest release before reporting bugs. 😄

if followers != None and followings != None:

@ugurkellecioglu
Copy link
Contributor Author

@philip-ulrich Ups my bad :( , thanks a lot. I will

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