maxisoft / ASFFreeGames

Collect free steam games while asf is running
GNU Affero General Public License v3.0
121 stars 2 forks source link

Enhanced Error Handling #74

Closed maxisoft closed 1 month ago

maxisoft commented 1 month ago

Enhanced Error Handling

What's Changed

Why This Matters

These enhancements make the application more resilient and informative during errors, aiding in debugging and user experience. The fix to the retry mechanism ensures that the application does not perform redundant retries, which could lead to unnecessary load and potential rate-limiting issues.

Resolves

This pull request addresses and resolves issue #72 - Crash if Reddit request fails. The changes implemented ensure that the application handles such errors gracefully without crashing, as detailed in the issue report.