I am not able to view the entire docs at localhost:8011/docs
Did you launch A2F before accessing the docs? The API documentation is a “live” documentation generated when A2F is launched.
Thanks @zameelabdulsamad
We will take a look
Is there any error message when launching A2F?
Could you send us the log file?
It is located here C:\Users\USERNAME\.nvidia-omniverse\logs\Kit\Audio2Face\2022.2
this is the zipped log folder
kit_20230214_063202.log (771.4 KB)
kit_20230214_070010.log (733.6 KB)
kit_20230214_080720.log (701.7 KB)
kit_20230214_104732.log (69.4 MB)
kit_20230214_121212.log (3.2 MB)
kit_20230215_032737.log (3.8 MB)
Nothing unsual on the logs, it could be that you have a process already using the port 8011
Would you mind trying this command on a PowerShell terminal and report the output?
Get-Process -Id (Get-NetTCPConnection -LocalPort 8011).OwningProcess