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

Return an error for when a profile is private #45

Open
sealldeveloper opened this issue Dec 13, 2023 · 0 comments
Open

Return an error for when a profile is private #45

sealldeveloper opened this issue Dec 13, 2023 · 0 comments

Comments

@sealldeveloper
Copy link

Currently when searching a hidden profile:

Traceback (most recent call last):
  File "/.../gitfive", line 8, in <module>
    sys.exit(main())
  File "/.../gitfive/gitfive.py", line 15, in main
    parse_args()
  File "/.../gitfive/lib/cli.py", line 51, in parse_args
    trio.run(username_mod.hunt, args.username, args.json)
  File "/.../_run.py", line 1946, in run
    raise runner.main_task_outcome.error
  File "/.../gitfive/modules/username_mod.py", line 35, in hunt
    await analyze_ext_contribs(runner)
  File "/.../gitfive/lib/xray.py", line 319, in analyze_ext_contribs
    if total_count > 100:
TypeError: '>' not supported between instances of 'NoneType' and 'int'
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