TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
94 stars 26 forks source link

TextAnalysisTool Gives Error Applying Filter to Valid Text File #95

Closed PatrickRyder closed 2 years ago

PatrickRyder commented 2 years ago

When attempting to open the attached text file (Output-Debug.txt) with the attached filter, I get the error below and an empty window is displayed. I get the same error if I attempt to open the file without specifying a /Filters argument. TextAnalysisToolError TextAnalysisToolError.tat.txt Output-Debug.txt

DavidAnson commented 2 years ago

The message is saying the error happened in the code for the custom filter "TripleAtLogsFilter". Have you debugged that first?

PatrickRyder commented 2 years ago

Hi, David,

I had completely forgotten that the filtering was now based on a custom C# file I had written! Doh!

It's only happened once in over a year. If it happens again, I'll read the instructions on how to debug a filter plugin, which I vaguely recall seeing somewhere.

Please close the issue and accept my apologies.

Kind wishes - Patrick

PS - I wish Microsoft had built your tool into VS2022. Long overdue. You can get extensions that do something similar but none is as easy and intuitive as yours to set up.


From: David Anson @.> Sent: 20 January 2022 16:27 To: TextAnalysisTool/Releases @.> Cc: PatrickRyder @.>; Author @.> Subject: Re: [TextAnalysisTool/Releases] TextAnalysisTool Gives Error Applying Filter to Valid Text File (Issue #95)

The message is saying the error happened in the code for the custom filter "TripleAtLogsFilter". Have you debugged that first?

— Reply to this email directly, view it on GitHubhttps://github.com/TextAnalysisTool/Releases/issues/95#issuecomment-1017684272, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADHGKMYFPUHXOCUQVPM5NX3UXAZVTANCNFSM5MMM2PDA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

DavidAnson commented 2 years ago

No worries! Just one crash in a year is a pretty good record. :)