Welcome to the Alteryx Knowledge Base

TVULC-1063: Error: "An incoming anchors closed, but plugin has errors" occurs on the plugin when there are errors on the workflow canvas.
user

Created/Edited - 12/6/2024 by Clara Boo | Alteryx

Summary
Custom tool or tool that uses Python SDK throws out an error is there is any error on the workflow canvas.
Description
The following error is shown on the custom plugin or any Alteryx connectors that use Alteryx Python SDK when there is an error on the workflow canvas such as a missing connection or no data field.
All incoming anchors closed, but plugin has errors.

Example:

The screenshot below show an error on the Text Input Data tool for a missing data field.
 
image.png
 

When this happens, the custom tool will also throw an error as shown below:
 
image.png

The same applies to an Alteryx Python-based tools such as Alteryx Tableau Output tool as seen below:

image.png
 
 
 
Environment
  • Alteryx Designer
    • Version >= 2021.4
  • Alteryx Python SDK
    • Version >= 2.0.0
NOTE: This applies to Alteryx Python-based tools such as Google Drive, Outlook 365, Tableau, SharePoint, etc that use Python SDK version 2.0 and above. 
 
Cause

The exception error is coming from the internal code which throws an error on the plugin when there are errors on the workflow canvas. A defect (TVULC-1063) has been logged to address this behaviour.

Resolution

To address the error, please clean up any errors in the workflow.

Additional Information
Was this article helpful?