Skip to content
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

Login Error #397

Open
stocky789 opened this issue Dec 21, 2024 · 1 comment
Open

Login Error #397

stocky789 opened this issue Dec 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@stocky789
Copy link

I get this when doing ./SteamPrefill select-apps and attempting to login

System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. (Parameter 'length')
at void System.String.ThrowSubstringArgumentOutOfRange(int startIndex, int length)
at string System.String.Substring(int startIndex, int length)
at string SteamPrefill.Extensions.MiscExtensions.<>c__DisplayClass4_0.b__0()
at void System.Threading.Tasks.Task`1.InnerInvoke()
at void System.Threading.Tasks.Task.<>c.<.cctor>b__281_0(object obj)
at void System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread , ExecutionContext , ContextCallback ,
object )
at void System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread , ExecutionContext , ContextCallback ,
object )
at void System.Threading.Tasks.Task.ExecuteWithThreadLocal(ref Task , Thread )
at async Task SteamPrefill.Extensions.MiscExtensions.ReadPasswordAsync(IAnsiConsole console, string promptText
)
at async Task SteamPrefill.Handlers.Steam.Steam3Session.ConfigureLoginDetailsAsync()
at async Task SteamPrefill.Handlers.Steam.Steam3Session.LoginToSteamAsync()
at async Task SteamPrefill.SteamManager.InitializeAsync()
at async ValueTask SteamPrefill.CliCommands.SelectAppsCommand.ExecuteAsync(IConsole console)
at async ValueTask CliFx.CliApplication.RunAsync(ApplicationSchema applicationSchema, CommandInput commandInput)
in CliApplication.cs:148
at async ValueTask CliFx.CliApplication.RunAsync(IReadOnlyList commandLineArguments,
IReadOnlyDictionary<string, string> environmentVariables) in CliApplication.cs:190
at async ValueTask CliFx.CliApplication.RunAsync(IReadOnlyList commandLineArguments) in CliApplication.cs
:202
at async Task SteamPrefill.Program.Main()

@stocky789 stocky789 added the bug Something isn't working label Dec 21, 2024
@tpill90
Copy link
Owner

tpill90 commented Dec 21, 2024

Fix released in v3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants