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 didn't find how to connect from my company's intranet (we connect to the internet through a proxy with username and password) I am able to use the app with a direct connection to the internet. I am also able to run speech-to-text from behind my company's firewall using curl, or using the python commands.
I tried setting the usual env variables (HTTP_PROXY etc). I also tried to set npm config with:
npm config set proxy ...
npm config set https-proxy ...
without success. Maybe I missed something in the documentation ?
Or maybe it is related to the errors I see displayed in the console when starting ? (see my previous message)
I didn't find how to connect from my company's intranet (we connect to the internet through a proxy with username and password) I am able to use the app with a direct connection to the internet. I am also able to run speech-to-text from behind my company's firewall using curl, or using the python commands.
I tried setting the usual env variables (HTTP_PROXY etc). I also tried to set npm config with:
npm config set proxy ...
npm config set https-proxy ...
without success. Maybe I missed something in the documentation ?
Or maybe it is related to the errors I see displayed in the console when starting ? (see my previous message)
Thanks,
fps