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
(use upvote 👍 for attentions) Describe the bug
Upgrading from 5.3(2e) to 6.0(8f) get this error:
[Check 14/67] 32 and 64-Bit Firmware Image for Switches...
Error: 'bitInfo'... ERROR !!
There is no attribute 'bitInfo' in the firmwareFirmware json , that is why giving that error Script output
A snippet of the script output that shows the behavior that appears to be a bug
{
"firmwareFirmware": {
"attributes": {
"annotation": "",
"autoloadCatalog": "no",
"checksum": "bd209171a1b8e57811998cf52eb0f644",
"childAction": "",
"deleteIt": "no",
"description": "",
"dn": "fwrepo/fw-aci-n9000-system.16.0.8f.bin",
"dnldStatus": "downloaded",
"downloadDate": "2025-02-25T14:46:43.036-06:00",
"extMngdBy": "",
"fullVersion": "n9000-16.0(8f)",
"iUrl": "\/var\/run\/mgmt\/fwrepos\/fwrepo\/aci-n9000-dk9.16.0.8f.bin",
"isoname": "aci-n9000-dk9.16.0.8f.bin",
"latest": "no",
"lcOwn": "local",
"minorVersion": "(8f)",
"modTs": "2025-02-25T14:52:18.022-06:00",
"name": "aci-n9000-system.16.0.8f.bin",
"releaseDate": "2024-11-27T08:00:04.000-06:00",
"size": "2566808832",
"size64": "2566808832",
"status": "",
"syncComplete": "111",
"type": "switch",
"uid": "0",
"url": "\/fwrepo\/aci-n9000-dk9.16.0.8f.bin",
"userdom": "all",
"version": "16.0"
}
}
},
To Reproduce
Steps to reproduce the behavior such as:
Run the script on version 5.3(2e) with target version 6.0(8f)
The attribute bitInfo is clearly missing
Expected behavior
The bitInfo attribute in the JSON to show whether it is a 32 or 64 bit image , which there clearly isn't.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
(use upvote 👍 for attentions)
Describe the bug
Upgrading from 5.3(2e) to 6.0(8f) get this error:
[Check 14/67] 32 and 64-Bit Firmware Image for Switches...
Error: 'bitInfo'... ERROR !!
There is no attribute 'bitInfo' in the firmwareFirmware json , that is why giving that error
Script output
A snippet of the script output that shows the behavior that appears to be a bug
{
"firmwareFirmware": {
"attributes": {
"annotation": "",
"autoloadCatalog": "no",
"checksum": "bd209171a1b8e57811998cf52eb0f644",
"childAction": "",
"deleteIt": "no",
"description": "",
"dn": "fwrepo/fw-aci-n9000-system.16.0.8f.bin",
"dnldStatus": "downloaded",
"downloadDate": "2025-02-25T14:46:43.036-06:00",
"extMngdBy": "",
"fullVersion": "n9000-16.0(8f)",
"iUrl": "\/var\/run\/mgmt\/fwrepos\/fwrepo\/aci-n9000-dk9.16.0.8f.bin",
"isoname": "aci-n9000-dk9.16.0.8f.bin",
"latest": "no",
"lcOwn": "local",
"minorVersion": "(8f)",
"modTs": "2025-02-25T14:52:18.022-06:00",
"name": "aci-n9000-system.16.0.8f.bin",
"releaseDate": "2024-11-27T08:00:04.000-06:00",
"size": "2566808832",
"size64": "2566808832",
"status": "",
"syncComplete": "111",
"type": "switch",
"uid": "0",
"url": "\/fwrepo\/aci-n9000-dk9.16.0.8f.bin",
"userdom": "all",
"version": "16.0"
}
}
},
To Reproduce
Steps to reproduce the behavior such as:
The attribute bitInfo is clearly missing
Expected behavior
The bitInfo attribute in the JSON to show whether it is a 32 or 64 bit image , which there clearly isn't.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: