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

Error encountered when trying to track a user with a private profile #40

Open
sealldeveloper opened this issue Oct 15, 2023 · 2 comments

Comments

@sealldeveloper
Copy link

Expected Result: Display any information it can find on the private profile user, even if minimal

Actual Result:

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

Can you send the profile of the user?

@sealldeveloper
Copy link
Author

Can you send the profile of the user?

It just needs to be the profile of any user on private mode.

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