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

Auth Failed though file is correct #603

Open
jonk999 opened this issue Oct 18, 2024 · 1 comment
Open

Auth Failed though file is correct #603

jonk999 opened this issue Oct 18, 2024 · 1 comment

Comments

@jonk999
Copy link

jonk999 commented Oct 18, 2024

Was working fine but am now getting an Auth Failed error.
Chrome updated on 16/10, however I've checked the auth details both manually and using the chrome extension so the auth file should be correct. It didn't appear as though anything changed as part of the Chrome update in terms of auth details.

From log:
StackTrace: at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at OF_DL.Helpers.APIHelper.GetUserInfo(String endpoint)
2024-10-18 17:42:27.606 +10:00 [ERR] Inner Exception: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host..

StackTrace: at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
2024-10-18 17:42:27.610 +10:00 [ERR] Auth failed

@jonk999
Copy link
Author

jonk999 commented Oct 18, 2024

I have since found, if I rename the folder and then run it again it works fine. But if I rename it back, it fails Auth again. I'm wondering if it's my anti-virus doing something. I've had issues with Google Drive desktop lately as well that stop when I temporarily stop it. When it next happens I'll try disabling it and see if it then works without renaming the folder.

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

No branches or pull requests

1 participant