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
Thanks for the report - I see that the VM is terminated when I list them via gce_list_instances() but the VM object is a list and it tries to loop through other elements including the name giving the error message. So it does work, but has extra error messages when it also tries to shut down a VM called the timestamp of the VM creation, for example.
You should be able to avoid the error message if you use the string name instead e.g. gce_vm_stop("newvm")
I shall fix this so it only loops through lists of VM objects, not the VM objects themselves!
Describe the bug
When connecting to google compute engine, I am able to set up a machine, but am not able to communicate with it.
To Reproduce
Created on 2019-07-03 by the reprex package (v0.2.1)
Expected behavior
I expected to be able to stop the virtual machine from within R studio.
**Session Info
Additional context
Thanks!
The text was updated successfully, but these errors were encountered: