derchris
derchris
I got the same problem: ``` # autosub -K key -F srt -S de -D en video Converting speech regions to FLAC files: 100% |#| Time: 0:01:16 Performing speech recognition:...
btw, have you checked that you have the Translate API enabled? It should be enabled, but needs a billing to work. I'm not able to setup billing at the moment,...
I will add a PR if I find some time to catch this error.
I'm going to add 2x Displays to my Mac, but I already know it will be presented as one, as I can only use a DP to Twin HDMI Adapter....
I will give that a try and let you know. If it works I can open a Pull request for Mac support ;)
I don't want to create a new issue for this, so I add my comments here. I'm also looking for a DHCP option. When I played around with the pyVmomi...
With the code from @jctanner I was able to get DHCP working. But at the moment only with one device. I will try to follow your advise, and make it...
I got a little bit further. The problem is, single ESXi does not support clone. So it is not that easy to implement. Maybe there are functions available in the...
The only way I could get it to work is by importing a OVF into the ESXi. At the moment it is working, apart from the customization. When I try...
I fixed my issue buy using the following to remove certain special characters from the hostname: `ident.hostName.name = self.config['hostname'].translate(None, '._!@#^%$&')`