ActivityWatchVS icon indicating copy to clipboard operation
ActivityWatchVS copied to clipboard

Error immediately after installing

Open fromnullable opened this issue 2 years ago • 0 comments

Installed product versions

  • Visual Studio: 16.11.18
  • This extension: ActivityWatchVS v1.0.0.0

Description

output shows error: System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.IOException: Unable to read data from the transport connection: The connection was closed. at System.Net.ConnectStream.EndRead(IAsyncResult asyncResult) at System.Net.Http.HttpClientHandler.WebExceptionWrapperStream.EndRead(IAsyncResult asyncResult) at System.Net.Http.StreamToStreamCopy.BufferReadCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at ActivityWatch.API.V1.Client.<BucketsPostAsync>d__17.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at ActivityWatchVS.Services.EventService.<postBucketIfNeededAsync>d__20.MoveNext() in C:\projects\activitywatchvs\ActivityWatchVS\Services\EventService.cs:line 174 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at ActivityWatchVS.Services.EventService.pushEventsThread(CancellationToken cancellationToken) in C:\projects\activitywatchvs\ActivityWatchVS\Services\EventService.cs:line 208

Steps to recreate

just installed and output shows error.

Current behavior

Not reporting activity at all.

Expected behavior

Report activity

fromnullable avatar Feb 09 '23 03:02 fromnullable