Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Failure in NSX-T Manager (Segments and Logical_Router_ports) #166

Open
mandeepjaglan opened this issue Oct 17, 2024 · 0 comments
Labels

Comments

@mandeepjaglan
Copy link

Describe the bug

Failure in geenrating documentation NSX-T Manager (Segments and Logical_Router_ports)

  1. Segments failures is as below
  2. Logical Router Ports just does not work, stuck on that task for more than 1 hour.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant