Giter VIP home page Giter VIP logo

Comments (29)

DamionD83 avatar DamionD83 commented on July 17, 2024 4

I have the same issue

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024 2

Hello guys I got the solution Just move .env file into the Server folder , I repeat just move .env file into server folder because , In the video he made .env file Outside to server file and thats why in the server.js it was not able to fetch OPENAI_API_KEY

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024 2

image Screenshot 2023-01-03 140614 image image I have signed up through my mail and password and have done phone verification for api key but the issue is same and it pops up as: image image

I have solved the issue please check comment section here

from project_openai_codex.

HarshTambade avatar HarshTambade commented on July 17, 2024 1

Hello guys I got the solution Just move .env file into the Server folder , I repeat just move .env file into server folder because , In the video he made .env file Outside to server file and thats why in the server.js it was not able to fetch OPENAI_API_KEY

i also followed the following steps the too an error occuered
image

from project_openai_codex.

KevinEverywhere avatar KevinEverywhere commented on July 17, 2024 1

I posted this on another thread: Do NOT use ports 5000 or 7000 on MacOS boxes. They are used by the system for over a year now. I use 7070, and it works great. Solution found for me.

https://developer.apple.com/forums/thread/682332

from project_openai_codex.

Spoorthi-M-spoo avatar Spoorthi-M-spoo commented on July 17, 2024

Same issue with me , Did anyone know the solution please mention

from project_openai_codex.

Spoorthi-M-spoo avatar Spoorthi-M-spoo commented on July 17, 2024

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024

Same issue with me , Did anyone know the solution please mention

I have mentioned it

from project_openai_codex.

Priyanshu88 avatar Priyanshu88 commented on July 17, 2024

Thank you very much @aditimahabole .
I have signed up through my mail and password and have done phone verification for api key but the issue is same for 429 and it pops up as:
image

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024

Thank you very much @aditimahabole . I have signed up through my mail and password and have done phone verification for api key but the issue is same for 429 and it pops up as: image

still having problem or is it solved?

from project_openai_codex.

Spoorthi-M-spoo avatar Spoorthi-M-spoo commented on July 17, 2024

Screenshot (47)

Im getting this

from project_openai_codex.

DamionD83 avatar DamionD83 commented on July 17, 2024

Same

from project_openai_codex.

Spoorthi-M-spoo avatar Spoorthi-M-spoo commented on July 17, 2024

Screenshot (48)

now I am getting proper response for some and for others have an issue as above

from project_openai_codex.

DamionD83 avatar DamionD83 commented on July 17, 2024

What did you have to do?

from project_openai_codex.

DamionD83 avatar DamionD83 commented on July 17, 2024

Codex_ControlQuestionMark3

from project_openai_codex.

Priyanshu88 avatar Priyanshu88 commented on July 17, 2024

@aditimahabole I am still getting 429 error.

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024

change the secret key ,make a new secret key from OPEN AI ->VIEW APIS
and then paste it in env file
and use another port number

from project_openai_codex.

Priyanshu88 avatar Priyanshu88 commented on July 17, 2024

I changed the key and the port number too but still having the same error. https://a-t-a-i-s.vercel.app/ this is your deployed one right?

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024

from project_openai_codex.

Priyanshu88 avatar Priyanshu88 commented on July 17, 2024

Can i see your project repository and test the deployed site?

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024

i haven't deployed it because same error was showing up as you but it worked perfectly wgen we strarted from VS code .so i m sorry i wont be able to solve this problem because even if your server is running properly then also that error pops up

from project_openai_codex.

aditimahabole avatar aditimahabole commented on July 17, 2024

https://github.com/aditimahabole/A.T.A.I.S the repo @Priyanshu88

from project_openai_codex.

Priyanshu88 avatar Priyanshu88 commented on July 17, 2024

@aditimahabole It's okay. I guess this is the problem with most of the people here. Although, I had already checked out your repository and yours contributor repository too and tested the deployed version of him and the error is there too.
Let me know if you find any solution further. Thanks:)

from project_openai_codex.

hardiii13 avatar hardiii13 commented on July 17, 2024

I also got the same problem but i Solved the issue by doing these things:
i) Move the .env file to server folder
ii) Please check if the name of api key given in .env file is same as you have declared in server.js.

i checked the above two things and my code started working

from project_openai_codex.

Priyanshu88 avatar Priyanshu88 commented on July 17, 2024

I have checked both the error is same.

from project_openai_codex.

hardiii13 avatar hardiii13 commented on July 17, 2024

Can you show the snippet of code where you are getting errors.

from project_openai_codex.

alexandra0606 avatar alexandra0606 commented on July 17, 2024

I've moved the .env in the server , my API keys are matching , the app is working locally but when I want to deploy it I have the following error.
Codex - Your Coding AI - Google Chrome 2_1_2023 12_33_34 AM

from project_openai_codex.

hardiii13 avatar hardiii13 commented on July 17, 2024

It's the problem with your API calling . You can try creating new api key and adding it

from project_openai_codex.

haile17 avatar haile17 commented on July 17, 2024

I don't think the api is available for free. that's why code 401 exists

from project_openai_codex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.