You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
26 [2023-01-16T17:54:54.549Z] [ERROR]: f5.chariot.convertDO failed with [TypeError: Cannot read properties of undefined (reading 'addressLists')
at /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/lib/DO/doCustomMaps.js:131:36
at Array.forEach (<anonymous>)
at /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/lib/DO/doCustomMaps.js:130:60
at Array.forEach (<anonymous>)
at /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/lib/DO/doCustomMaps.js:129:37
at Array.map (<anonymous>)
at Object.customHandling (/Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/lib/DO/doCustomMaps.js:121:52)
at /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/engines/doConverter.js:210:64
at Array.forEach (<anonymous>)
at /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/engines/doConverter.js:116:21
at Array.forEach (<anonymous>)
at module.exports (/Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/engines/doConverter.js:112:26)
at mainRunner (/Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/main.js:42:22)
at Object.mainAPI (/Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/node_modules/f5-automation-config-converter/src/main.js:136:30)
at /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/out/extension.js:122:61
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /Users/michaelj/.vscode/extensions/f5devcentral.vscode-f5-chariot-1.21.0/out/extension.js:113:20]
Expected Behavior
This (and others) taken from a running F5.
Expected behavior would be to be able to run a conversion and receive output.
Possibly using defaults or empty blocks that need to be filled in. Instead no conversion happens.
Actual Behavior
Conversion fails, no output is generated.
As a workaround it appears several fields need to be added for a conversion to not to completely fail.
For example this modified configuration does not fail (added description, source list and destination list).
Environment
Summary
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
This (and others) taken from a running F5.
Expected behavior would be to be able to run a conversion and receive output.
Possibly using defaults or empty blocks that need to be filled in. Instead no conversion happens.
Actual Behavior
Conversion fails, no output is generated.
As a workaround it appears several fields need to be added for a conversion to not to completely fail.
For example this modified configuration does not fail (added description, source list and destination list).
The text was updated successfully, but these errors were encountered: