Unrecognized Resource link "Fixed in Changeset" - azure-devops-migration-tools

I'm migrating Work items from a single project from TFS2017 to DevOps using the azure-devops-migration-tools tool, and it's throwing a runtime exception when migrating a specific work item with the following message:
Unrecognized Resource link: Link Name: Fixed in
When I look at the source work item in TFS, I don't even see a link of that type:
Is there something I can do to skip those bad link types, or is this a bug in the migration software that needs fixed?
Here's the full stack trace:
[09:08:55 INF] Application Starting
...
[09:08:55 INF] ===============================================================================
[09:08:55 INF] Azure DevOps Migration Tools [Object Model]
[09:08:55 INF] v11.6.4.0
[09:08:55 INF] naked Agility with Martin Hinshelwood
[09:08:55 INF] ===============================================================================
[09:08:55 INF] Telemetry Note: We use Application Insights to collect telemetry on performance & feature usage for the tools to help our developers target features. This data is tied to a session ID that is generated and shown in the logs. This can help with debugging.
[09:08:55 INF] Start Time: 10/15/2020 09:08:55
[09:08:55 INF] Running with args: execute
[09:08:55 INF] OSVersion: Microsoft Windows NT 6.2.9200.0
[09:08:55 INF] Version: 11.6.4.0
[09:08:55 DBG] Hosting starting
[09:08:55 INF] Config Found, creating engine host
[09:08:56 INF] Creating Migration Engine e696782e-f0ed-4928-a49d-25591ed7744d
[09:08:56 DBG] Starting with arguments: MigrationTools-11.6.4\migration.exe execute -c configs\Websites.json
[09:08:56 DBG] Starting with arguments: MigrationTools-11.6.4\migration.exe execute -c configs\Websites.json
[09:08:56 INF] Application started. Press Ctrl+C to shut down.
[09:08:56 INF] Hosting environment: Production
[09:08:56 INF] Content root path: C:\Projects\DevOpsMigrations
[09:08:56 INF] Press Ctrl+C to shut down.
[09:08:56 DBG] Hosting started
[09:08:56 INF] ProcessorContainer: Of 1 configured Processors only 1 are enabled
[09:08:56 INF] ProcessorContainer: Adding Processor WorkItemMigrationContext
[09:08:56 INF] Logging has been configured and is set to: Information.
[09:08:56 INF] Max Logfile: Verbose.
[09:08:56 INF] Max Console: Debug.
[09:08:56 INF] Max Application Insights: Error.
[09:08:56 INF] The Max log levels above show where to go look for extra info. e.g. Even if you set the log level to Verbose you will only see that info in the Log File, however everything up to Debug will be in the Console.
[09:08:56 INF] Beginning run of 1 processors
[09:08:56 INF] Processor: WorkItemMigration
[09:08:56 INF] Migration Context Start: WorkItemMigration
[09:08:56 INF] Starting
[09:08:56 INF] MigrationClient: Access granted
[09:09:00 INF] MigrationClient: Access granted
[09:09:02 INF] Found 93 work item fields.
[09:09:02 INF] Found 'ReflectedWorkItemId' in this project, proceeding.
[09:09:02 INF] Migrating all Nodes before the work item run.
[09:09:03 INF] Processing Node: \<REDACTED>\Iteration\Iteration 1, start date: null, finish date: null
[09:09:03 INF] Processing Node: \<REDACTED>\Iteration\Iteration 2, start date: null, finish date: null
[09:09:04 INF] Processing Node: \<REDACTED>\Iteration\Iteration 3, start date: null, finish date: null
[09:09:04 INF] Processing Node: \<REDACTED>\Iteration\Release 1, start date: null, finish date: null
[09:09:04 INF] Processing Node: \<REDACTED>\Iteration\Release 1\Sprint 1, start date: null, finish date: null
[09:09:08 INF] Replay all revisions of 16 work items?
[09:09:08 INF] Found target project as <REDACTED>
[09:09:08 INF] [FilterWorkItemsThatAlreadyExistInTarget] is enabled. Searching for work items that have already been migrated to the target...
[09:09:17 INF] !! After removing all found work items there are 16 remaining to be migrated.
[09:09:17 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Work Item has 2 revisions and revision migration is set to True
[09:09:17 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Found 2 revisions to migrate on Work item:683
[09:09:18 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Processing Revision [1]
[09:09:18 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Saved TargetWorkItem 107. Replayed revision 1 of 2
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Processing Revision [2]
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Saved TargetWorkItem 107. Replayed revision 2 of 2
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Links 2 | LinkMigrator:True
[09:09:19 INF] Migrating link for 683 of type Hyperlink
[09:09:19 INF] Migrating link for 683 of type ExternalLink
[09:09:19 INF] Creating new ExternalLink on 107
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | ...FAILED to Save
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Custom.ReflectedWorkItemId (ReflectedWorkItemId) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Scheduling.FinishDate (Finish Date) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Scheduling.StartDate (Start Date) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Build.IntegrationBuild (Integration Build) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.StackRank (Stack Rank) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.Priority (Priority) | 2
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.ClosedBy (Closed By) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.ClosedDate (Closed Date) | 10/15/2020 09:09:19
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.ResolvedBy (Resolved By) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.ResolvedDate (Resolved Date) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.ActivatedBy (Activated By) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.ActivatedDate (Activated Date) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.StateChangeDate (State Change Date) | 10/15/2020 09:09:19
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Common.Activity (Activity) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Scheduling.CompletedWork (Completed Work) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Scheduling.OriginalEstimate (Original Estimate) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | Microsoft.VSTS.Scheduling.RemainingWork (Remaining Work) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.BoardLane (Board Lane) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.BoardColumnDone (Board Column Done) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.BoardColumn (Board Column) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Tags (Tags) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.RelatedLinkCount (Related Link Count) | 0
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.History (History) |
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Description (Description) | TFS 2013 - Work Item Id: 1268<br><br><p>Made footer height smaller to remove extra space.<br></p>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.CreatedBy (Created By) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.CreatedDate (Created Date) | 07/07/2017 16:51:28
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.WorkItemType (Work Item Type) | Task
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.AssignedTo (Assigned To) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Reason (Reason) | Completed
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.ChangedBy (Changed By) | Migration
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Rev (Rev) | 3
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Watermark (Watermark) | 1118
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.AuthorizedDate (Authorized Date) | 10/15/2020 09:09:19
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.State (State) | Closed
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Title (Title) | Footer Height Fix
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.AuthorizedAs (Authorized As) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.AreaId (Area ID) | 19
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Id (ID) | 107
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.ChangedDate (Changed Date) | 10/15/2020 09:09:19
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.RevisedDate (Revised Date) | 01/01/9999 00:00:00
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.AreaPath (Area Path) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.NodeName (Node Name) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.AttachedFileCount (Attached File Count) | 0
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.HyperLinkCount (Hyperlink Count) | 1
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.CommentCount (Comment Count) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.RemoteLinkCount (Remote Link Count) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.Parent (Parent) | null
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.TeamProject (Team Project) | <REDACTED>
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.ExternalLinkCount (External Link Count) | 1
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.IterationId (Iteration ID) | 25
[09:09:19 INF] [ Task][Complete: 1/16][sid: 683|Rev: 2][tid: null | System.IterationPath (Iteration Path) | <REDACTED>\Release 1\Sprint 1
[09:09:19 ERR] Microsoft.TeamFoundation.WorkItemTracking.Client.UnexpectedErrorException: TF237121: Cannot complete the operation. An unexpected error occurred.
Technical information (for administrator):
Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
---> System.Web.Services.Protocols.SoapException: Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.RetryHandler.HandleSoapException(SoapException se)
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.WorkItemServer.Update(String requestId, XmlElement package, XmlElement& result, MetadataTableHaveEntry[] metadataHave, String& dbStamp, IMetadataRowSets& metadata)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
--- End of inner exception stack trace ---
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SaveWorkItems(WorkItem[] workitems, Boolean bulk, SaveFlags saveFlags)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags)
at MigrationTools.Clients.AzureDevops.ObjectModel.TfsObjectModelExtensions.SaveToAzureDevOps(WorkItemData context) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\Extensions.cs:line 55
at MigrationTools.Clients.AzureDevops.ObjectModel.Enrichers.WorkItemLinkEnricher.CreateExternalLink(ExternalLink sourceLink, WorkItemData target) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\Enrichers\WorkItemLinkEnricher.cs:line 149
at MigrationTools.Clients.AzureDevops.ObjectModel.Enrichers.WorkItemLinkEnricher.Enrich(WorkItemData sourceWorkItemLinkStart, WorkItemData targetWorkItemLinkStart) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\Enrichers\WorkItemLinkEnricher.cs:line 65
at VstsSyncMigrator.Engine.WorkItemMigrationContext.ProcessWorkItemLinks(IWorkItemMigrationClient sourceStore, IWorkItemMigrationClient targetStore, WorkItemData sourceWorkItem, WorkItemData targetWorkItem) in
D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 491
at VstsSyncMigrator.Engine.WorkItemMigrationContext.ReplayRevisions(List`1 revisionsToMigrate, WorkItemData sourceWorkItem, WorkItemData targetWorkItem, Int32 current) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 589
[09:09:19 INF] EmbededImagesRepairEnricher: Fixing HTML field attachemtnts for work item 107 from <REDACTED> to <REDACTED>
[09:09:20 ERR] Microsoft.TeamFoundation.WorkItemTracking.Client.UnexpectedErrorException: TF237121: Cannot complete the operation. An unexpected error occurred.
Technical information (for administrator):
Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
---> System.Web.Services.Protocols.SoapException: Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.RetryHandler.HandleSoapException(SoapException se)
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.WorkItemServer.Update(String requestId, XmlElement package, XmlElement& result, MetadataTableHaveEntry[] metadataHave, String& dbStamp, IMetadataRowSets& metadata)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
--- End of inner exception stack trace ---
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SaveWorkItems(WorkItem[] workitems, Boolean bulk, SaveFlags saveFlags)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags)
at MigrationTools.Clients.AzureDevops.ObjectModel.TfsObjectModelExtensions.SaveToAzureDevOps(WorkItemData context) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\Extensions.cs:line 55
at VstsSyncMigrator.Engine.WorkItemMigrationContext.ProcessWorkItem(WorkItemData sourceWorkItem, Int32 retryLimit, Int32 retrys) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 409
Microsoft.TeamFoundation.WorkItemTracking.Client.UnexpectedErrorException: TF237121: Cannot complete the operation. An unexpected error occurred.
Technical information (for administrator):
Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
---> System.Web.Services.Protocols.SoapException: Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.RetryHandler.HandleSoapException(SoapException se)
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.WorkItemServer.Update(String requestId, XmlElement package, XmlElement& result, MetadataTableHaveEntry[] metadataHave, String& dbStamp, IMetadataRowSets& metadata)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
--- End of inner exception stack trace ---
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SaveWorkItems(WorkItem[] workitems, Boolean bulk, SaveFlags saveFlags)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags)
at MigrationTools.Clients.AzureDevops.ObjectModel.TfsObjectModelExtensions.SaveToAzureDevOps(WorkItemData context) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\Extensions.cs:line 55
at VstsSyncMigrator.Engine.WorkItemMigrationContext.ProcessWorkItem(WorkItemData sourceWorkItem, Int32 retryLimit, Int32 retrys) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 409
[09:09:20 FTL] Error while running WorkItemMigration
Microsoft.TeamFoundation.WorkItemTracking.Client.UnexpectedErrorException: TF237121: Cannot complete the operation. An unexpected error occurred.
Technical information (for administrator):
Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
---> System.Web.Services.Protocols.SoapException: Unrecognized Resource link: Link Name: Fixed in Changeset Link Uri: vstfs:///Git/Commit/4238adc1-9b12-4722-a6d9-5dce4420157e%2f167a3457-c87e-41c9-9678-3685bafced8b%2f7c5d947259d347770c812c688698474e3ca3fc79
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.RetryHandler.HandleSoapException(SoapException se)
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.WorkItemServer.Update(String requestId, XmlElement package, XmlElement& result, MetadataTableHaveEntry[] metadataHave, String& dbStamp, IMetadataRowSets& metadata)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
--- End of inner exception stack trace ---
at VstsSyncMigrator.Engine.WorkItemMigrationContext.ProcessWorkItem(WorkItemData sourceWorkItem, Int32 retryLimit, Int32 retrys) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 454
at VstsSyncMigrator.Engine.WorkItemMigrationContext.InternalExecute() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 133
at MigrationTools.Engine.Processors.MigrationProcessorBase.Execute() in D:\a\1\s\src\MigrationTools\Engine\Processors\MigrationProcessorBase.cs:line 45
[09:09:20 ERR] WorkItemMigration The Processor MigrationEngine entered the failed state...stopping run
[09:09:20 INF] Application is shutting down...
[09:09:20 INF] Terminating: Application forcebly closed.
[09:09:20 INF] Application Ending
[09:09:20 INF] The application ran in 00:00:25.1964754 and finished at 10/15/2020 09:09:20

There was no way to skip link types that did not exist until a helpful PR from #TwitchBronBron was added to the tool.
v11.6.6 will not skip link types that are not available on the target.

Related

Intellij IDEA Latest version(ideaIU-2021.2.2 ) keep crashing in MacOS

I am trying to update or reinstall latest version of IDEA from 2020.3 to 2021.2.2 which is keep crashing in MacOS. I tried to uninstall and delete all existing folders like cache, logs etc but still same issue. Please help!
Below is the MacOS reporting stack trace:
Process: idea [46282] Path:
/private/var/folders/*/IntelliJ IDEA.app/Contents/MacOS/idea
Identifier: com.jetbrains.intellij Version:
2021.2.2 (IU-212.5284.40) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: idea [46282]
User ID: 501
Date/Time: 2021-09-20 16:40:06.524 +0530 OS Version:
macOS 11.6 (20G165) Report Version: 12 Bridge OS Version:
5.5 (18P4759a) Anonymous UUID: 434C2C7D-709A-E6A0-CE1E-44E6AABE6D87
Sleep/Wake UUID: 4A9CC604-3A7A-4339-B3FC-7C519F79F4C0
Time Awake Since Boot: 85000 seconds Time Since Wake: 20000
seconds
System Integrity Protection: enabled
Notes: Translocated Process
Crashed Thread: 3
Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes:
KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note:
EXC_CORPSE_NOTIFY
VM Regions Near 0:
__TEXT 109749000-109751000 [ 32K] r-x/r-x SM=COW /var/folders/*/IntelliJ IDEA.app/Contents/MacOS/idea
Application Specific Information: abort() called
Thread 0:: Dispatch queue: com.apple.main-thread 0
libsystem_kernel.dylib 0x00007fff204ff2ba mach_msg_trap + 10 1
libsystem_kernel.dylib 0x00007fff204ff62c mach_msg + 60 2
com.apple.CoreFoundation 0x00007fff2062c49f
__CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff2062ab7f __CFRunLoopRun + 1328 4 com.apple.CoreFoundation
0x00007fff20629f8c CFRunLoopRunSpecific + 563 5
com.jetbrains.intellij 0x000000010974d9e3 main + 332 6
libdyld.dylib 0x00007fff2054ff3d start + 1
Thread 1: 0 libsystem_pthread.dylib 0x00007fff20530420
start_wqthread + 0
Thread 2: 0 libsystem_pthread.dylib 0x00007fff20530420
start_wqthread + 0
Thread 3 Crashed: 0 libsystem_kernel.dylib
0x00007fff2050592e __pthread_kill + 10 1 libsystem_pthread.dylib
0x00007fff205345bd pthread_kill + 263 2 libsystem_c.dylib
0x00007fff20489406 abort + 125 3 libjvm.dylib
0x000000010bcc33a0 os::abort(bool, void*, void const*) + 22 4
libjvm.dylib 0x000000010ba907f6 jni_FatalError + 244
5 libjvm.dylib 0x000000010bb7794d
JvmtiExport::post_vm_initialized() + 393 6 libjvm.dylib
0x000000010bdc4cea Threads::create_vm(JavaVMInitArgs*, bool*) + 1844
7 libjvm.dylib 0x000000010baaa2a0 JNI_CreateJavaVM
96 8 com.jetbrains.intellij 0x000000010974f7a8 -[Launcher launch] + 371 9 com.apple.Foundation 0x00007fff213b4437
NSThread__start + 1068 10 libsystem_pthread.dylib 0x00007fff205348fc _pthread_start + 224 11 libsystem_pthread.dylib
0x00007fff20530443 thread_start + 15
......
Thread 3 last branch register state not available.
Binary Images:
0x109749000 - 0x109750fff +com.jetbrains.intellij (2021.2.2 - IU-212.5284.40) <305B2794-5B9E-3DE9-B3ED-02140CF70AC2>
/var/folders//IntelliJ IDEA.app/Contents/MacOS/idea
0x10b690000 - 0x10b69afff +net.java.openjdk.11.0.12.jdk (1.0 - 11.0.12) <792B647E-6262-3390-A4F1-225DA7483FC1>
/var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/MacOS/libjli.dylib
0x10b6a5000 - 0x10bee8fff +libjvm.dylib (0) <17796A43-93D9-37A3-A25C-76C394E271F0> /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/server/libjvm.dylib
0x10c3fd000 - 0x10c404fff +libverify.dylib (0) /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libverify.dylib
0x10c40e000 - 0x10c424fff +libjava.dylib (0) /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libjava.dylib
0x10c43a000 - 0x10c43cfff +libjimage.dylib (0) <32BBAD48-8E93-36F7-91EB-CA655358E61B> /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libjimage.dylib
0x10c448000 - 0x10c44efff +libinstrument.dylib (0) /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libinstrument.dylib
0x10c460000 - 0x10c464fff +libzip.dylib (0) <1612977E-7B76-3B4C-A588-7C550EE6276D> /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libzip.dylib
0x114671000 - 0x114677fff +libnio.dylib (0) <6EEB2F83-9F79-3DB6-81D1-71FA1AA15E69> /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libnio.dylib
0x114684000 - 0x114690fff +libnet.dylib (0) /var/folders//IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libnet.dylib
0x1147f0000 - 0x11480afff +libsunec.dylib (0) <9D5CB4FE-D40D-368F-87C6-302BCBFFA916> /var/folders/*/IntelliJ
IDEA.app/Contents/jbr/Contents/Home/lib/libsunec.dylib
0x115b15000 - 0x115bb0fff dyld (852.2) <0CC19410-FD43-39AE-A32A-50273F8303A4> /usr/lib/dyld
....
External Modification Summary: Calls made by other processes
targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0 Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0 Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
VM Region Summary: ReadOnly portion of Libraries: Total=682.6M
resident=0K(0%) swapped_out_or_unallocated=682.6M(100%) Writable
regions: Total=838.7M written=0K(0%) resident=0K(0%)
swapped_out=0K(0%) unallocated=838.7M(100%)
I fixed it by downgrading Intellij version to 2020 version. I have also upgraded my MacOS version to latest that is 12.0.1

Grouping data in a sorted list

In splunk, I want to group data in order after it is sorted.
sample events
Time: 1:00 server: A .....
Time: 1:01 server: A ......
Time: 1:02 server: B ......
Time: 1:03 server: A ......
Time: 1:04 server: A ......
Time: 1:05 server: C ......
Time: 1:06 server: A ......
I want to see
Server: A Events: 2
Server: B Events: 1
Server: A Events: 2
Server: C Events: 1
Server: A Events: 1
Extra points if I can get start and end times for each set too.
Try something like this:
index=ndx sourcetype=srctp server=*
| stats min(_time) as First max(_time) as Last count as Events by server
| rename server as Server
| eval First=strftime(First,"%c"), Last=strftime(Last,"%c")
| table First Last Events Server
Should give you a table like the following:
First | Last | Events | Server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<time> | <time> | 7 | serverA
Etc

Splunk: how to query nested values

I have a log below and I want to get the value of Description under :- Calling Checklist1003
How do I do that ??
Message type: SBAWF13Info Code: 1001 dec, 3e9 hex
11/21/2019 09:21:53.297 Fault type: Application Severity: Info
11/21/2019 09:21:53.297 Description: This is a resubmission of a case that was underwritten using the
11/21/2019 09:21:53.297 UW_10.30 KB engine
11/21/2019 09:21:53.297
11/21/2019 09:21:53.297 UWROUTER service will be used for underwriting
11/21/2019 09:21:53.297 ----------------------------------------------------------------
11/21/2019 09:21:53.297 Message type: SBAWF13Info Code: 1001 dec, 3e9 hex
11/21/2019 09:21:53.297 Fault type: Application Severity: Info
11/21/2019 09:21:53.297 Description: This case will be underwritten using UWROUTER 1.0
11/21/2019 09:21:53.297
11/21/2019 09:21:53.297 **Calling Checklist1003**
11/21/2019 09:21:53.345 ----------------------------------------------------------------
11/21/2019 09:21:53.345 Message type: Code: 118310 dec, 1ce26 hex
11/21/2019 09:21:53.345 Fault type: Undefined Severity: Undefined
11/21/2019 09:21:53.345 **Description**: Hired From Date is missing for secondary employment for
11/21/2019 09:21:53.345 applicant .
11/21/2019 09:21:53.345
11/21/2019 09:21:53.358 -----------------------------------------
index=du sourcetype="ab:xyz-log"
| rex field=_raw mode=sed "s/([\n\r\s]+)\d{2}/\d{2}/\d{4} \d{2}:\d{2}:\d{2}.\d{3}/\1/g"
| rex field=_raw max_match=0 "Calling Checklist1003[^-]+[^\n]+\n[^\n]+(?[^-]+)"
| rex field=checklist "Description: (?[^\e]+)"
| rex field=_raw "INST_INFO:\s\d+\|(?.*)\|"
| rex field=_raw "lenderCaseNo\s[(?\d+)]"
| eval BTime = strptime(Begin_time, "%H:%M:%S.%3N")
| eval CTime = strptime(Completion_time, "%H:%M:%S.%3N")
| eval ResTime=CTime-BTime
|table Description lenderInstName lenderCaseNumber Begin_time Completion_time

Why do I see ttyUSB2 on nmcli, not see wwan0?

I want to use NetworkManager to control wwan0. But I only see ttyUSB2 in NetworkManager device list.
I use "cat" command to make ttyUSB2 & ttyUSB3 in use, but it doesn't work.
The below is modemmanager info
root#imx6qsabresd:~# mmcli -m 0
/org/freedesktop/ModemManager1/Modem/0 (device id '74d82342f71de5945dddcc381409e231f5ed5df1')
-------------------------
Hardware | manufacturer: 'SIMCOM INCORPORATED'
| model: 'SIMCOM_SIM7600JC-H'
| revision: 'LE11B01SIM7600JC-H'
| supported: 'gsm-umts, lte'
| current: 'gsm-umts, lte'
| equipment id: '861478030131862'
-------------------------
System | device: '/sys/devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.1'
| drivers: 'option1, simcom_wwan'
| plugin: 'SimTech'
| primary port: 'ttyUSB2'
| ports: 'ttyUSB0 (qcdm), ttyUSB2 (at), ttyUSB3 (at), wwan0 (net)'
-------------------------
Numbers | own : 'unknown'
-------------------------
Status | lock: 'none'
| unlock retries: 'unknown'
| state: 'registered'
| power state: 'on'
| access tech: 'unknown'
| signal quality: '80' (recent)
-------------------------
Modes | supported: 'allowed: 2g; preferred: none
| allowed: 3g; preferred: none
| allowed: 2g, 3g; preferred: none
| allowed: 2g, 3g; preferred: 2g
| allowed: 2g, 3g; preferred: 3g
| allowed: 2g, 3g, 4g; preferred: none'
| current: 'allowed: any; preferred: none'
-------------------------
Bands | supported: 'unknown'
| current: 'unknown'
-------------------------
IP | supported: 'ipv4, ipv6, ipv4v6'
-------------------------
3GPP | imei: '861478030131862'
| enabled locks: 'none'
| operator id: '46692'
| operator name: 'Chunghwa Telecom'
| subscription: 'unknown'
| registration: 'home'
-------------------------
SIM | path: '/org/freedesktop/ModemManager1/SIM/0'
-------------------------
Bearers | paths: 'none'
Does anyone know how to make wwan0 appear in NetworkManager device list?
You see ttyUSB2 in NetworkManager because that is the "primary port" reported by ModemManager in the modem details.
In this specific case, ModemManager doesn't know how to use the WWAN port of the device (exposed by the non-standard simcom_wwan kernel driver), and therefore it will fallback to use PPP over a TTY port.
If you want to use the WWAN port with NM/MM you must not install the simcom_wwan kernel driver, and instead, you should just use the standard qmi_wwan kernel driver. Once you do that, you'll get a cdc-wdm port (that speaks QMI) and an associated WWAN port (in raw-ip mode), and those are nicely used by ModemManager/NetworkManager.
If you ask me, there should be no reason to use the simcom_wwan kernel driver by normal users. If your qmi_wwan driver doesn't expose the QMI ports of the modem, you may just need a newer kernel.

TLSPhinx, Audio Recognition Issues in Swift

2016-08-14 20:49:11.603 ACRCloudDemo_Swift[2332:76253] HER
INFO: cmd_ln.c(697): Parsing command line:
\
-hmm /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us \
-lm /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us.lm.dmp \
-dict /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/cmudict-en-us.dict
Current configuration:
[NAME] [DEFLT] [VALUE]
-agc none none
-agcthresh 2.0 2.000000e+00
-allphone
-allphone_ci no no
-alpha 0.97 9.700000e-01
-ascale 20.0 2.000000e+01
-aw 1 1
-backtrace no no
-beam 1e-48 1.000000e-48
-bestpath yes yes
-bestpathlw 9.5 9.500000e+00
-ceplen 13 13
-cmn current current
-cmninit 8.0 8.0
-compallsen no no
-debug 0
-dict /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/cmudict-en-us.dict
-dictcase no no
-dither no no
-doublebw no no
-ds 1 1
-fdict
-feat 1s_c_d_dd 1s_c_d_dd
-featparams
-fillprob 1e-8 1.000000e-08
-frate 100 100
-fsg
-fsgusealtpron yes yes
-fsgusefiller yes yes
-fwdflat yes yes
-fwdflatbeam 1e-64 1.000000e-64
-fwdflatefwid 4 4
-fwdflatlw 8.5 8.500000e+00
-fwdflatsfwin 25 25
-fwdflatwbeam 7e-29 7.000000e-29
-fwdtree yes yes
-hmm /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us
-input_endian little little
-jsgf
-keyphrase
-kws
-kws_plp 1e-1 1.000000e-01
-kws_threshold 1 1.000000e+00
-latsize 5000 5000
-lda
-ldadim 0 0
-lifter 0 0
-lm /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us.lm.dmp
-lmctl
-lmname
-logbase 1.0001 1.000100e+00
-logfn
-logspec no no
-lowerf 133.33334 1.333333e+02
-lpbeam 1e-40 1.000000e-40
-lponlybeam 7e-29 7.000000e-29
-lw 6.5 6.500000e+00
-maxhmmpf 30000 30000
-maxwpf -1 -1
-mdef
-mean
-mfclogdir
-min_endfr 0 0
-mixw
-mixwfloor 0.0000001 1.000000e-07
-mllr
-mmap yes yes
-ncep 13 13
-nfft 512 512
-nfilt 40 40
-nwpen 1.0 1.000000e+00
-pbeam 1e-48 1.000000e-48
-pip 1.0 1.000000e+00
-pl_beam 1e-10 1.000000e-10
-pl_pbeam 1e-10 1.000000e-10
-pl_pip 1.0 1.000000e+00
-pl_weight 3.0 3.000000e+00
-pl_window 5 5
-rawlogdir
-remove_dc no no
-remove_noise yes yes
-remove_silence yes yes
-round_filters yes yes
-samprate 16000 1.600000e+04
-seed -1 -1
-sendump
-senlogdir
-senmgau
-silprob 0.005 5.000000e-03
-smoothspec no no
-svspec
-tmat
-tmatfloor 0.0001 1.000000e-04
-topn 4 4
-topn_beam 0 0
-toprule
-transform legacy legacy
-unit_area yes yes
-upperf 6855.4976 6.855498e+03
-uw 1.0 1.000000e+00
-vad_postspeech 50 50
-vad_prespeech 10 10
-vad_threshold 2.0 2.000000e+00
-var
-varfloor 0.0001 1.000000e-04
-varnorm no no
-verbose no no
-warp_params
-warp_type inverse_linear inverse_linear
-wbeam 7e-29 7.000000e-29
-wip 0.65 6.500000e-01
-wlen 0.025625 2.562500e-02
INFO: cmd_ln.c(697): Parsing command line:
\
-lowerf 130 \
-upperf 6800 \
-nfilt 25 \
-transform dct \
-lifter 22 \
-feat 1s_c_d_dd \
-svspec 0-12/13-25/26-38 \
-agc none \
-cmn current \
-varnorm no \
-model ptm \
-cmninit 40,3,-1
Current configuration:
[NAME] [DEFLT] [VALUE]
-agc none none
-agcthresh 2.0 2.000000e+00
-alpha 0.97 9.700000e-01
-ceplen 13 13
-cmn current current
-cmninit 8.0 40,3,-1
-dither no no
-doublebw no no
-feat 1s_c_d_dd 1s_c_d_dd
-frate 100 100
-input_endian little little
-lda
-ldadim 0 0
-lifter 0 22
-logspec no no
-lowerf 133.33334 1.300000e+02
-ncep 13 13
-nfft 512 512
-nfilt 40 25
-remove_dc no no
-remove_noise yes yes
-remove_silence yes yes
-round_filters yes yes
-samprate 16000 1.600000e+04
-seed -1 -1
-smoothspec no no
-svspec 0-12/13-25/26-38
-transform legacy dct
-unit_area yes yes
-upperf 6855.4976 6.800000e+03
-vad_postspeech 50 50
-vad_prespeech 10 10
-vad_threshold 2.0 2.000000e+00
-varnorm no no
-verbose no no
-warp_params
-warp_type inverse_linear inverse_linear
-wlen 0.025625 2.562500e-02
INFO: acmod.c(252): Parsed model-specific feature parameters from /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/feat.params
INFO: feat.c(715): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='current', VARNORM='no', AGC='none'
INFO: cmn.c(143): mean[0]= 12.00, mean[1..12]= 0.0
INFO: acmod.c(171): Using subvector specification 0-12/13-25/26-38
INFO: mdef.c(518): Reading model definition: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/mdef
INFO: mdef.c(531): Found byte-order mark BMDF, assuming this is a binary mdef file
INFO: bin_mdef.c(336): Reading binary model definition: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/mdef
INFO: bin_mdef.c(516): 42 CI-phone, 137053 CD-phone, 3 emitstate/phone, 126 CI-sen, 5126 Sen, 29324 Sen-Seq
INFO: tmat.c(206): Reading HMM transition probability matrices: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/transition_matrices
INFO: acmod.c(124): Attempting to use PTM computation module
INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/means
INFO: ms_gauden.c(292): 42 codebook, 3 feature, size:
INFO: ms_gauden.c(294): 128x13
INFO: ms_gauden.c(294): 128x13
INFO: ms_gauden.c(294): 128x13
INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/variances
INFO: ms_gauden.c(292): 42 codebook, 3 feature, size:
INFO: ms_gauden.c(294): 128x13
INFO: ms_gauden.c(294): 128x13
INFO: ms_gauden.c(294): 128x13
INFO: ms_gauden.c(354): 222 variance values floored
INFO: ptm_mgau.c(476): Loading senones from dump file /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/sendump
INFO: ptm_mgau.c(500): BEGIN FILE FORMAT DESCRIPTION
INFO: ptm_mgau.c(563): Rows: 128, Columns: 5126
INFO: ptm_mgau.c(595): Using memory-mapped I/O for senones
INFO: ptm_mgau.c(835): Maximum top-N: 4
INFO: phone_loop_search.c(115): State beam -225 Phone exit beam -225 Insertion penalty 0
INFO: dict.c(320): Allocating 137526 * 32 bytes (4297 KiB) for word entries
INFO: dict.c(333): Reading main dictionary: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/cmudict-en-us.dict
INFO: dict.c(213): Allocated 1007 KiB for strings, 1662 KiB for phones
INFO: dict.c(336): 133425 words read
INFO: dict.c(342): Reading filler dictionary: /Users/Administrator/Library/Developer/CoreSimulator/Devices/8B673B41-2CE3-4E43-B848-3651BD36A0F9/data/Containers/Bundle/Application/CB5DFC36-5AA6-4C79-B1B7-90734EC00C58/ACRCloudDemo_Swift.app/en-us/en-us/noisedict
INFO: dict.c(213): Allocated 0 KiB for strings, 0 KiB for phones
INFO: dict.c(345): 5 words read
INFO: dict2pid.c(396): Building PID tables for dictionary
INFO: dict2pid.c(406): Allocating 42^3 * 2 bytes (144 KiB) for word-initial triphones
INFO: dict2pid.c(132): Allocated 42672 bytes (41 KiB) for word-final triphones
INFO: dict2pid.c(196): Allocated 42672 bytes (41 KiB) for single-phone word triphones
INFO: ngram_model_arpa.c(77): No \data\ mark in LM file
INFO: ngram_model_dmp.c(142): Will use memory-mapped I/O for LM file
INFO: ngram_model_dmp.c(196): ngrams 1=19794, 2=1377200, 3=3178194
INFO: ngram_model_dmp.c(242): 19794 = LM.unigrams(+trailer) read
INFO: ngram_model_dmp.c(288): 1377200 = LM.bigrams(+trailer) read
INFO: ngram_model_dmp.c(314): 3178194 = LM.trigrams read
INFO: ngram_model_dmp.c(339): 57155 = LM.prob2 entries read
INFO: ngram_model_dmp.c(359): 10935 = LM.bo_wt2 entries read
INFO: ngram_model_dmp.c(379): 34843 = LM.prob3 entries read
INFO: ngram_model_dmp.c(407): 2690 = LM.tseg_base entries read
INFO: ngram_model_dmp.c(463): 19794 = ascii word strings read
INFO: ngram_search_fwdtree.c(99): 788 unique initial diphones
INFO: ngram_search_fwdtree.c(148): 0 root, 0 non-root channels, 56 single-phone words
INFO: ngram_search_fwdtree.c(186): Creating search tree
INFO: ngram_search_fwdtree.c(192): before: 0 root, 0 non-root channels, 56 single-phone words
INFO: ngram_search_fwdtree.c(326): after: max nonroot chan increased to 44782
INFO: ngram_search_fwdtree.c(339): after: 573 root, 44654 non-root channels, 47 single-phone words
INFO: ngram_search_fwdflat.c(157): fwdflat: min_ef_width = 4, max_sf_win = 25
2016-08-14 20:49:12.787 ACRCloudDemo_Swift[2332:76253] 20:49:12.786 ERROR: AVAudioIONodeImpl.mm:784: SetOutputFormat: required condition is false: format.sampleRate == hwFormat.sampleRate
2016-08-14 20:49:12.802 ACRCloudDemo_Swift[2332:76253] *** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: format.sampleRate == hwFormat.sampleRate'
*** First throw call stack:
(
0 CoreFoundation 0x000000010d484d85 exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010f260deb objc_exception_throw + 48
2 CoreFoundation 0x000000010d484bea +[NSException raise:format:arguments:] + 106
3 libAVFAudio.dylib 0x00000001100bfff3 Z19AVAE_RaiseExceptionP8NSStringz + 176
4 libAVFAudio.dylib 0x0000000110101aef _ZN17AVAudioIONodeImpl15SetOutputFormatEmP13AVAudioFormat + 533
5 libAVFAudio.dylib 0x00000001100d2ead _ZN18AVAudioEngineGraph8_ConnectEP19AVAudioNodeImplBaseS1_jjP13AVAudioFormat + 2027
6 libAVFAudio.dylib 0x00000001100d5df0 _ZN18AVAudioEngineGraph7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 322
7 libAVFAudio.dylib 0x0000000110108a71 _ZN17AVAudioEngineImpl7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 301
8 libAVFAudio.dylib 0x0000000110108ad8 -[AVAudioEngine connect:to:format:] + 83
9 ACRCloudDemo_Swift 0x000000010c4b7737 _TFC18ACRCloudDemo_Swift7Decoder19startDecodingSpeechfFGSqVS_10Hypothesis_T_T + 1127
10 ACRCloudDemo_Swift 0x000000010c4aca45 TFC18ACRCloudDemo_Swift14ViewController11viewDidLoadfT_T + 2149
11 ACRCloudDemo_Swift 0x000000010c4ad892 TToFC18ACRCloudDemo_Swift14ViewController11viewDidLoadfT_T + 34
12 UIKit 0x000000010de47984 -[UIViewController loadViewIfRequired] + 1198
13 UIKit 0x000000010de47cd3 -[UIViewController view] + 27
14 UIKit 0x000000010dd1dfb4 -[UIWindow addRootViewControllerViewIfPossible] + 61
15 UIKit 0x000000010dd1e69d -[UIWindow _setHidden:forced:] + 282
16 UIKit 0x000000010dd30180 -[UIWindow makeKeyAndVisible] + 42
17 UIKit 0x000000010dca4ed9 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4131
18 UIKit 0x000000010dcab568 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1769
19 UIKit 0x000000010dca8714 -[UIApplication workspaceDidEndTransaction:] + 188
20 FrontBoardServices 0x000000011216e8c8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 24
21 FrontBoardServices 0x000000011216e741 -[FBSSerialQueue performNext] + 178
22 FrontBoardServices 0x000000011216eaca -[FBSSerialQueue performNextFromRunLoopSource] + 45
23 CoreFoundation 0x000000010d3aa301 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
24 CoreFoundation 0x000000010d3a022c __CFRunLoopDoSources0 + 556
25 CoreFoundation 0x000000010d39f6e3 __CFRunLoopRun + 867
26 CoreFoundation 0x000000010d39f0f8 CFRunLoopRunSpecific + 488
27 UIKit 0x000000010dca7f21 -[UIApplication _run] + 402
28 UIKit 0x000000010dcacf09 UIApplicationMain + 171
29 ACRCloudDemo_Swift 0x000000010c4ba742 main + 114
30 libdyld.dylib 0x000000010fd5492d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
So, this is my output and a crash.... upon my app starting I call startDecoding speech...
how can I get specific outputs in an organized way ???? help
It seems fixing this is simple, I'm working on it on my own and if someone can help that'd be great.