jcaillon / 3P

3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
https://jcaillon.github.io/3P/
GNU General Public License v3.0
80 stars 35 forks source link

Unobserved Task Error keeps popping up. #310

Open Ssemakula opened 10 months ago

Ssemakula commented 10 months ago

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