-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/NR-59 Fix handling steam client html pages errors #177
Feature/NR-59 Fix handling steam client html pages errors #177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job as always! See my comment below.
backend/src/infrastructure/database/repositories/steam.apps.repository.js
Outdated
Show resolved
Hide resolved
backend/src/infrastructure/database/repositories/steam.apps.repository.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! We can close this one after resolving conflicts, squash and rebase.
ec1fb69
to
e70b700
Compare
Added steam client HTTP requests returning empty string on errors Added adding respective client name to a failed property via its steamapp equivalent "triedVia" property Adjusted game service file to reflect these new changes Added getSteamAppsById to steam apps repository Moved ValidDataSources class to models folder Added triedViaSteamDb steamApp class method Added steamDb valid data source Adjusted tests to reflect new code Previously, when html requests to certain apps/games failed due to the webpages errors, our app would fail to run some code and would get stuck in an infinite loop. This should now be fixed. Issue-Ref: #164
e70b700
to
eae1ad9
Compare
This should've been a bugfix which is a patch i.e. the commit message starts with |
Related issue: #164