Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Unobserved Task Error keeps popping up. #310

Open
Ssemakula opened this issue Jan 17, 2024 · 0 comments
Open

Unobserved Task Error keeps popping up. #310

Ssemakula opened this issue Jan 17, 2024 · 0 comments

Comments

@Ssemakula
Copy link

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

image

Debug Information

Notepad++ Version 8.6
Windows 11 Pro 22H2 Build 22621.3007

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant