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
==> Invalid input: invalid literal for int() with base 10: '0041-7198995288222512594.-8851627999121636521MTY5NDE0OTU2MTgzMg=='
Traceback (most recent call last):
File "/home/powerops/nsx-powerops/lib/menu.py", line 210, in MainMenu
current_menu.choices[inpt].func(SessionNSX)
File "/home/powerops/nsx-powerops/lib/docs_set.py", line 175, in DocsSetMultiple
CreateXLSFile(SessionNSX,"Segments",SheetSegments)
File "/home/powerops/nsx-powerops/lib/excel.py", line 36, in CreateXLSFile
SheetFunction(SessionNSX,csv.writer(file),TN_WS)
File "/home/powerops/nsx-powerops/lib/docs_logical_switches.py", line 41, in SheetSegments
segments_json = GetAPI(SessionNSX,segments_url)
File "/home/powerops/nsx-powerops/lib/system.py", line 168, in GetAPI
if 'cursor' in resultJSON and int(resultJSON['cursor']) < int(resultJSON['result_count']):
ValueError: invalid literal for int() with base 10: '0041-7198995288222512594.-8851627999121636521MTY5NDE0OTU2MTgzMg=='
Describe the bug
Failure in geenrating documentation NSX-T Manager (Segments and Logical_Router_ports)
Generating NSX-T Manager output: Segments_20241017.csv
==> Invalid input: invalid literal for int() with base 10: '0041-7198995288222512594.-8851627999121636521MTY5NDE0OTU2MTgzMg=='
Traceback (most recent call last):
File "/home/powerops/nsx-powerops/lib/menu.py", line 210, in MainMenu
current_menu.choices[inpt].func(SessionNSX)
File "/home/powerops/nsx-powerops/lib/docs_set.py", line 175, in DocsSetMultiple
CreateXLSFile(SessionNSX,"Segments",SheetSegments)
File "/home/powerops/nsx-powerops/lib/excel.py", line 36, in CreateXLSFile
SheetFunction(SessionNSX,csv.writer(file),TN_WS)
File "/home/powerops/nsx-powerops/lib/docs_logical_switches.py", line 41, in SheetSegments
segments_json = GetAPI(SessionNSX,segments_url)
File "/home/powerops/nsx-powerops/lib/system.py", line 168, in GetAPI
if 'cursor' in resultJSON and int(resultJSON['cursor']) < int(resultJSON['result_count']):
ValueError: invalid literal for int() with base 10: '0041-7198995288222512594.-8851627999121636521MTY5NDE0OTU2MTgzMg=='
Reproduction steps
1.Run NSX-T Documentation-> Multiple Files
2. Fails in Generating NSX-T Manager -> Segments
...
Expected behavior
No Errors in generating documentation
Additional context
No response
The text was updated successfully, but these errors were encountered: