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

Issue with dr1902-questagame-weekly fetcher #1160

Open
cha801p opened this issue Feb 26, 2025 · 1 comment
Open

Issue with dr1902-questagame-weekly fetcher #1160

cha801p opened this issue Feb 26, 2025 · 1 comment
Assignees

Comments

@cha801p
Copy link
Contributor

cha801p commented Feb 26, 2025

Explanation of the Issue: QuestaGame Fetcher Failure
The QuestaGame fetcher encountered a failure due to an HTTP 403 Forbidden error:

raise HTTPError(req.full_url, code, msg, hdrs, fp)  
urllib.error.HTTPError: HTTP Error 403: Forbidden  
Command exiting with ret '1'  

Upon investigation, the issue was traced to the URL being used for data retrieval. This was reported to the data provider, who subsequently updated the URL.

To prevent similar issues in the future, the fetcher needs to be modified to retrieve the URL from the collectory instead of the baseConfig. This adjustment will ensure that any future URL changes can be managed directly within the collectory, allowing easier updates without modifying the fetcher's configuration.

A similar investigation is required for other fetchers as well.

@cha801p
Copy link
Contributor Author

cha801p commented Mar 5, 2025

dr1902-questagame-weekly fetcher working as expected. (Ran successfully in the following week)

Pending: A similar investigation is required for other fetchers as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants