Skip to content

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
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