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 run npm run dev then it appers
and then I entered http://localhost:3000/ in the browser, and then the page displayed as follows:
and the nvp log listed as follow
0 verbose cli /opt/homebrew/Cellar/node/22.9.0_1/bin/node /opt/homebrew/bin/npm
1 info using [email protected]
2 info using [email protected]
3 silly config load:file:/opt/homebrew/lib/node_modules/npm/npmrc
4 silly config load:file:/Users/lipuyue/Desktop/project/openai-realtime-console/.npmrc
5 silly config load:file:/Users/lipuyue/.npmrc
6 silly config load:file:/opt/homebrew/etc/npmrc
7 verbose title npm run dev
8 verbose argv "run" "dev"
9 verbose logfile logs-max:10 dir:/Users/lipuyue/.npm/_logs/2024-12-24T08_39_35_669Z-
10 verbose logfile /Users/lipuyue/.npm/_logs/2024-12-24T08_39_35_669Z-debug-0.log
11 silly logfile start cleaning logs, removing 1 files
12 silly logfile done cleaning log files
~
then I clink start session ,but it doesnt work ,and button get gray
how can i do to let it work?
The text was updated successfully, but these errors were encountered:
I just had this issue. After opening the developer console in chrome, I noticed const EPHEMERAL_KEY = data.client_secret.value; from line 18 in component/App.jsx was having an issue getting the client secret.
I ran echo $OPENAI_API_KEY and noticed the variable was missing.
After resetting the variable it worked for me! I hope it helps you.
I just had this issue. After opening the developer console in chrome, I noticed const EPHEMERAL_KEY = data.client_secret.value; from line 18 in component/App.jsx was having an issue getting the client secret.
I ran echo $OPENAI_API_KEY and noticed the variable was missing.
After resetting the variable it worked for me! I hope it helps you.
I have the same issue, but the API key variable is set correctly. Any other way to troubleshoot this?
i run npm run dev then it appers
and then I entered http://localhost:3000/ in the browser, and then the page displayed as follows:
and the nvp log listed as follow
0 verbose cli /opt/homebrew/Cellar/node/22.9.0_1/bin/node /opt/homebrew/bin/npm
1 info using [email protected]
2 info using [email protected]
3 silly config load:file:/opt/homebrew/lib/node_modules/npm/npmrc
4 silly config load:file:/Users/lipuyue/Desktop/project/openai-realtime-console/.npmrc
5 silly config load:file:/Users/lipuyue/.npmrc
6 silly config load:file:/opt/homebrew/etc/npmrc
7 verbose title npm run dev
8 verbose argv "run" "dev"
9 verbose logfile logs-max:10 dir:/Users/lipuyue/.npm/_logs/2024-12-24T08_39_35_669Z-
10 verbose logfile /Users/lipuyue/.npm/_logs/2024-12-24T08_39_35_669Z-debug-0.log
11 silly logfile start cleaning logs, removing 1 files
12 silly logfile done cleaning log files
~
then I clink start session ,but it doesnt work ,and button get gray
how can i do to let it work?
The text was updated successfully, but these errors were encountered: