-
-
Notifications
You must be signed in to change notification settings - Fork 124
Add information on where to find config.vdf
and needing to refresh it to fix ERROR (License expired)
#511
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
Conversation
WalkthroughThe documentation for Steam deployment was updated to include the default macOS path for the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (3)
docs/03-github/06-deployment/steam.mdx (3)
104-105
: Nice cross-platform clarification – consider adding the Windows/Linux defaults too.Stating the macOS path is helpful; however, many users may not know the default locations on Windows (
%PROGRAMFILES(x86)%\Steam\config
) or Linux (~/.steam/steam/config
). A quick parenthetical note would make the guidance fully self-contained.
106-108
: Fix grammatical slip and split the run-on sentence.- on _Linux_ to encode the file, if you are a on _Windows_ device, use + on _Linux_ to encode the file. If you are on a _Windows_ device, useThe extra “a” and comma create a stumble; breaking the sentence also improves readability.
109-109
: Correct the spelling of “receive”.-1. If when running the action you recieve another MFA code via email, run +1. If, when running the action, you receive another MFA code via email, run
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/03-github/06-deployment/steam.mdx
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/03-github/06-deployment/steam.mdx
[grammar] ~109-~109: Ensure spelling is correct
Context: ...VDF. 1. If when running the action you recieve another MFA code via email, run
ste...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🔇 Additional comments (1)
docs/03-github/06-deployment/steam.mdx (1)
112-113
: Step looks good – thanks for documenting the licence-expiration workaround.
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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/03-github/06-deployment/steam.mdx (2)
104-107
: Minor grammar / clarity fixes for the new macOS-path paragraphTwo tiny nits:
- Extra article: “if you are a on Windows” → remove “a”.
- The sentence is long; splitting improves readability.
-1. The folder from which you run `steamcmd` (or `~/Library/Application Support/Steam` on macOS) - will now contain an updated `config/config.vdf` file. Use `cat config/config.vdf | base64 > config_base64.txt` - on _Linux_ to encode the file, if you are a on _Windows_ device, use +1. The folder from which you run `steamcmd` (or `~/Library/Application Support/Steam` on macOS) + will now contain an updated `config/config.vdf` file. + • On _Linux_, encode the file with + `cat config/config.vdf | base64 > config_base64.txt` + • On _Windows_, use + `certutil -encode -f .\config\config.vdf tmp.b64 && findstr /v /c:- tmp.b64 > config_base64.txt`.
109-114
: Spelling correction: “recieve” → “receive”-1. If when running the action you recieve another MFA code via email, run +1. If, when running the action, you receive another MFA code via email, runAlso consider re-phrasing “You will also need to repeat the process…” into the same bullet for tighter grouping, but that’s optional.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/03-github/06-deployment/steam.mdx
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/03-github/06-deployment/steam.mdx
[grammar] ~109-~109: Ensure spelling is correct
Context: ...VDF. 1. If when running the action you recieve another MFA code via email, run
ste...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
Head branch was pushed to by a user without write access
Changes
Our action failed today with the following message:
I found that refreshing the
config.vdf
file fixed the issue, so this PR updates the docs to let others know how to fix it.It also looks like the
config/config.vdf
file is placed in~/Library/Application Support/Steam
on macOS, so I've also added a note about this.Checklist
code of conduct
Summary by CodeRabbit
config/config.vdf
file.ERROR (License expired)
during Steam login.