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
I'm facing an error when I use upload_file_to_vm.py it's give me the following error:
Traceback (most recent call last):
File "upload_file_to_vm.py", line 126, in
main()
File "upload_file_to_vm.py", line 92, in main
tools_status = vm.guest.toolsStatus
AttributeError: 'NoneType' object has no attribute 'guest'
and I checked in vSphere Client the status of the vmtool and it's status was:
VMware Tools: Running (Current).
so what is the problem and is any body used this sample before ??
Thank you
The text was updated successfully, but these errors were encountered:
Hi all,
I'm facing an error when I use upload_file_to_vm.py it's give me the following error:
Traceback (most recent call last):
File "upload_file_to_vm.py", line 126, in
main()
File "upload_file_to_vm.py", line 92, in main
tools_status = vm.guest.toolsStatus
AttributeError: 'NoneType' object has no attribute 'guest'
and I checked in vSphere Client the status of the vmtool and it's status was:
VMware Tools: Running (Current).
so what is the problem and is any body used this sample before ??
Thank you
The text was updated successfully, but these errors were encountered: