[GH-ISSUE #59] TypeError #506

Closed
opened 2026-03-13 21:43:15 +03:00 by kerem · 6 comments
Owner

Originally created by @bboymega on GitHub (Jul 16, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/59

Traceback (most recent call last):
  File "insomniac.py", line 335, in <module>
    main()
  File "insomniac.py", line 91, in main
    int(args.follow_limit),
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Originally created by @bboymega on GitHub (Jul 16, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/59 ``` Traceback (most recent call last): File "insomniac.py", line 335, in <module> main() File "insomniac.py", line 91, in main int(args.follow_limit), TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' ```
kerem closed this issue 2026-03-13 21:43:20 +03:00
Author
Owner

@Eimuex commented on GitHub (Jul 16, 2020):

Yup, same.

<!-- gh-comment-id:659343582 --> @Eimuex commented on GitHub (Jul 16, 2020): Yup, same.
Author
Owner

@alexal1 commented on GitHub (Jul 16, 2020):

What is your launch command?

<!-- gh-comment-id:659350198 --> @alexal1 commented on GitHub (Jul 16, 2020): What is your launch command?
Author
Owner

@Eimuex commented on GitHub (Jul 16, 2020):

python3 insomniac.py --interact username --likes-count 3 --total-likes-limit 30 --follow-percentage 10

<!-- gh-comment-id:659350724 --> @Eimuex commented on GitHub (Jul 16, 2020): python3 insomniac.py --interact username --likes-count 3 --total-likes-limit 30 --follow-percentage 10
Author
Owner

@alexal1 commented on GitHub (Jul 16, 2020):

Hmmm, it crashes at start? Doesn't work for me. What is your python3 --version?

<!-- gh-comment-id:659352372 --> @alexal1 commented on GitHub (Jul 16, 2020): Hmmm, it crashes at start? Doesn't work for me. What is your `python3 --version`?
Author
Owner

@Eimuex commented on GitHub (Jul 16, 2020):

Yes, right after 'Hello username!' message. Python version 3.7.3. I'm on raspberry

<!-- gh-comment-id:659355154 --> @Eimuex commented on GitHub (Jul 16, 2020): Yes, right after 'Hello username!' message. Python version 3.7.3. I'm on raspberry
Author
Owner

@alexal1 commented on GitHub (Jul 16, 2020):

Yeah, got it! Will fix now, thanks.

<!-- gh-comment-id:659360234 --> @alexal1 commented on GitHub (Jul 16, 2020): Yeah, got it! Will fix now, thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#506
No description provided.