Skip to content

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

Merged
merged 5 commits into from
Jul 12, 2025

Conversation

12joan
Copy link
Contributor

@12joan 12joan commented Jul 12, 2025

Changes

Our action failed today with the following message:

Logging in user '***' [U:1:1117061749] to Steam Public...ERROR (License expired)

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

  • Read the contribution guide and accept the
    code of conduct
  • Readme (updated or not needed)
  • Tests (added, updated or not needed)

Summary by CodeRabbit

  • Documentation
    • Expanded instructions to include the default macOS path for the config/config.vdf file.
    • Clarified formatting and steps for encoding on Linux and Windows.
    • Added guidance for handling MFA code requests and updating the GitHub secret.
    • Included steps for addressing ERROR (License expired) during Steam login.

Copy link

coderabbitai bot commented Jul 12, 2025

Walkthrough

The documentation for Steam deployment was updated to include the default macOS path for the config/config.vdf file, clarify encoding instructions, and provide explicit steps for handling MFA code requests and license expiration errors during GitHub Actions workflows.

Changes

File(s) Change Summary
docs/03-github/06-deployment/steam.mdx Expanded instructions for macOS path, clarified encoding steps, and added guidance for MFA and license errors.

Poem

In the warren of docs, a new path appears,
For Mac users with Steam, the answer is clear.
Encode, update, and secrets renew,
If MFA or licenses trouble you.
With every hop, the guide grows bright—
Deploy with ease, from morning till night!
🐇💻✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5dc1f0f and 5b1df12.

📒 Files selected for processing (1)
  • docs/03-github/06-deployment/steam.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/03-github/06-deployment/steam.mdx

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

Cat Gif

Copy link

@coderabbitai coderabbitai bot left a 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, use

The 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

📥 Commits

Reviewing files that changed from the base of the PR and between d50455d and 231a841.

📒 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.

Copy link

@coderabbitai coderabbitai bot left a 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 paragraph

Two tiny nits:

  1. Extra article: “if you are a on Windows” → remove “a”.
  2. 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, run

Also 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

📥 Commits

Reviewing files that changed from the base of the PR and between 231a841 and f5e5d5d.

📒 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)

@webbertakken webbertakken enabled auto-merge (squash) July 12, 2025 20:53
auto-merge was automatically disabled July 12, 2025 22:00

Head branch was pushed to by a user without write access

@webbertakken webbertakken enabled auto-merge (squash) July 12, 2025 23:38
@webbertakken webbertakken merged commit 005d4f6 into game-ci:main Jul 12, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants