You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Every single time I open Notepad++ I get an Unobserved task error
This is the log explanation:
WHAT : Unobserved task error : A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
WHEN : 1/17/2024 9:13:00 PM
WHERE : v1.8.8, B7F0AFE64D3D81ED8CF9C28D265AF696, line 0
DETAILS :
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.Net.WebException: The remote server returned an error: (521).
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at CodeStats.CodeStatsPackage.<>c.b__60_0()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (521).
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at CodeStats.CodeStatsPackage.<>c.b__60_0()
at System.Threading.Tasks.Task.Execute()<---
Steps to Reproduce the Issue
Open Notepad++
Expected Behaviour
Expectation is that previously opened tabs would have opened without any messages
Actual Behaviour
Error Messages on each and every time.
Screenshots
Debug Information
Notepad++ Version 8.6
Windows 11 Pro 22H2 Build 22621.3007
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of the Issue
Every single time I open Notepad++ I get an Unobserved task error
This is the log explanation:
WHAT : Unobserved task error : A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
WHEN : 1/17/2024 9:13:00 PM
WHERE : v1.8.8, B7F0AFE64D3D81ED8CF9C28D265AF696, line 0
DETAILS :
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.Net.WebException: The remote server returned an error: (521).
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at CodeStats.CodeStatsPackage.<>c.b__60_0()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (521).
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at CodeStats.CodeStatsPackage.<>c.b__60_0()
at System.Threading.Tasks.Task.Execute()<---
Steps to Reproduce the Issue
Open Notepad++
Expected Behaviour
Expectation is that previously opened tabs would have opened without any messages
Actual Behaviour
Error Messages on each and every time.
Screenshots
Debug Information
Notepad++ Version 8.6
Windows 11 Pro 22H2 Build 22621.3007
The text was updated successfully, but these errors were encountered: