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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
When generating text to speech, the service host and port are undefined, and apiEndpoint is wrong:
/** * The DNS address for this API service. */staticgetservicePath(){return'';}/** * The DNS address for this API service - same as servicePath(), * exists for compatibility reasons. */staticgetapiEndpoint(){return'localhost';}/** * The port for this API service. */staticgetport(){return0;}
When generating text to speech, the service host and port are undefined, and
apiEndpointis wrong:even though they are set in protos: