-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to see progress/hanging when updating/installing steam app (Using Enter-PSSession) #95
Comments
Issue does-not occur when I run directory on the server, I notice that, even though I use both But works exacatly as expected in the environment I described above, when I tried directly on the server, No issue when using pwsh version 7, I hope this projects keeps up and gets maintained, this is a really nice touch. If someone could chime in and help me to get it working on remote ps sessions, that would be awesome, thank you. |
I have started a discussion Q&A for this topic here as seems more appropriate since app works as intended, but not really as expected -> #96 So, you may close this issue if deemed so, again, thanks for the work that goes into this module guys. |
Just to be sure that I understand you correctly: The issue you describe above is only when you are using |
Correct, basically when I am using This could just be a Powershell 7 vs Powershell 5 Issue though, how it relates to using |
Describe "Module Bug or Issue"
I run the command
Update-SteamApp -AppID 2430930 -Path 'C:\ASA-EntryPoint'
it asks for confirmation prompt, I press "Y" then return to proceed.
After this cursor just keeps blinking in the next line.
Context "The Problem"
The problem is that the user is unsure if app is hanging or download is in progress, I can see download folders being made.
I can also see that the SteamCMD command is being invoked in the background with the "proper" flags passed to it and running, but no progress.
Context "Expected Behavior"
Installation Progress.
Context "Additional Information"
Requested Shell Information As Requested:
My environment,
If needed additional information or screenshots etc, let me know, if the maintainers/contributors want to know more info, I will spend bit more time and include more logs and screencaps etc, thank you.
The text was updated successfully, but these errors were encountered: