You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Explanation of the Issue: QuestaGame Fetcher Failure
The QuestaGame fetcher encountered a failure due to an HTTP 403 Forbidden error:
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.
The text was updated successfully, but these errors were encountered: