joaorb64 / joaorb64/TournamentStreamHelper

5.91: Download Tournament Icon (GetIconURL) Returns 403

Open
#823 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
139
Forks
59
Avg merge
2d 9h
Merged PRs (30d)
6

Description

https://github.com/joaorb64/TournamentStreamHelper/blob/main/src/TournamentDataProvider/StartGGDataProvider.py#L124

Doing Download Tournament Icon under the tournament info returns:

[2025-02-28 23:48:44] - ERROR - TSHTournamentInfoWidget.py:DownloadIcon:129 | Traceback (most recent call last):
  File "src\TSHTournamentInfoWidget.py", line 121, in DownloadIcon
  File "urllib\request.py", line 216, in urlopen
  File "urllib\request.py", line 525, in open
  File "urllib\request.py", line 634, in http_response
  File "urllib\request.py", line 563, in error
  File "urllib\request.py", line 496, in _call_chain
  File "urllib\request.py", line 643, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with StartGGDataProvider.py at line 124 and follow the tournament icon URL into TSHTournamentInfoWidget.py around DownloadIcon, where the traceback occurs at lines 121 and 129. Reproduce Download Tournament Icon and trace the request; done means the tournament icon downloads without the reported HTTP 403.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.