ETAB Push throws "Unable to cast object of type 'System.Int32' to type 'System.String'"
Open
- Dominant language
- C#
- Stars
- 40
- Forks
- 11
- Avg merge
- 21h 40m
- Merged PRs (30d)
- 1
Description
### Description
When running Push on the ETAB adapter, I consistently get the following error:
> This component failed to run properly.
> Error: Unable to cast object of type 'System.Int32' to type 'System.String'.
> Occured in BH.UI.Base.Caller.Run(List`1 inputs)
> called from BH.UI.Base.Caller.Run()
This happens every time.
### Attachments
GH definition attached below:
Contributor guide
Research direction
Start by opening the attached GH definition and reproducing the ETAB adapter Push failure. Trace the error from BH.UI.Base.Caller.Run(List inputs), which is the entry point named in the report; the issue is done when Push completes without the Int32-to-String cast exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100