Browser Troubleshooting

If experiencing any issues or delays (e.g., 'Please Wait' loading takes more than 30 seconds), see the below troubleshooting tips.


Browser Refresh

First, we recommend a hard refresh of the browser. To do this, follow the instructions below while on the VirtualSpeech page:

We recommend using Chrome as the browser if the hard refresh doesn't fix the issue.

In addition to the reset, if you're still unable to progress, the issue could be related to your network connection or microphone setup.


Networking Testing

If possible, please try switching to a different network or using a personal/mobile hotspot to see if that helps.

Tools such as ZScaler and VPNs can cause issues. Your IT team may need to whitelist IP addresses to get the simulations working with these. In the meantime, try a mobile hotspot or a different device.

We have two different roleplay conversation modes, Realtime (default) and Manual. Realtime is sometimes blocked. To check if it is for you, go to example.com and enter this code into your browser Console (shortcut 'F12' on Windows or 'Cmd + Option + J' on Mac):

const ws = new WebSocket(
"wss://api.openai.com/v1/realtime?model=gpt-realtime-mini",
["realtime"]
);
ws.onopen = () => console.log("OPEN");
ws.onerror = (e) => console.log("ERROR", e);
ws.onclose = (e) => console.log("CLOSE", e);

If you see the following failed connection, contact your IT team to whitelist the Websocket URL above, or change to Manual mode:

You can change to Manual mode in the Roleplay configuration settings in the main menu

Troubleshooting_Image_01

Microphone Test and Selection

In an Avatar Roleplay Scene, you can select your active microphone by clicking the microphone toggle in the top right corner and choosing from the dropdown list.

MicrophoneCheck_Image_01

The microphone selection dropdown will resemble the example image below:

MicrophoneCheck_Image_02

Additionally you can use our mic tester to check your microphone is working: Mic Tester


Google Chrome

1. Access Settings:

2. Navigate to Site Settings:

3. Select Microphone:

4. Manage Microphone Access:

Microsoft Edge

1. Settings Menu:

2. Managing Microphone Access:

Default Microphone:

Website Permissions:

If you are still having issues after trying these steps, please contact tech@virtualspeech.com

Published with Nuclino