joaorb64 / joaorb64/TournamentStreamHelper
5.91: Download Tournament Icon (GetIconURL) Returns 403
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 139
- Forks
- 59
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 6
Description
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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