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

Fixed Bug: Error while displaying /scoreboard route #1716

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

kr-2003
Copy link
Contributor

@kr-2003 kr-2003 commented Jan 28, 2024

Fixes #1715.

Found out that parsed_url at line 149 in ./website/models.py is of the following format:
ParseResult(scheme='', netloc='', path='bugheist.com', params='', query='', fragment='').
So, instead of using domain = parsed_url.hostname, used domain = parsed_url.path.
Screenshot 2024-01-28 at 3 57 41 PM

Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Good find.

@DonnieBLT DonnieBLT enabled auto-merge (squash) January 29, 2024 05:01
@DonnieBLT DonnieBLT merged commit c831997 into OWASP-BLT:main Jan 29, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

Bug: Error while displaying /scoreboard route
2 participants