react-code-editor icon indicating copy to clipboard operation
react-code-editor copied to clipboard

The execution isn’t working

Open dark-dictator opened this issue 2 years ago • 5 comments

when I run the code according to the instructions webpage it just shows processing when i click execute

Screenshot 2023-05-22 at 7 13 18 AM

Can you help me what im doing wrong and how to fix it?

dark-dictator avatar May 22 '23 01:05 dark-dictator

Might be an environment variables issue. Create the .env file and double-check the credentials.

manuarora700 avatar May 22 '23 15:05 manuarora700

Can you guide how to host this project on RAPID API. Because I have tried a lot and there is no resource how to run this project locally. I am not able to fill the values in the .env file properly due to whcih I am facing the same issue as above. The project is not getting executing the code.

ravirajladha avatar Jul 20 '23 12:07 ravirajladha

when I run the code according to the instructions webpage it just shows processing when i click execute

Screenshot 2023-05-22 at 7 13 18 AM Can you help me what im doing wrong and how to fix it?

facing same issue how to resolve it

vanshika58 avatar Jul 24 '23 13:07 vanshika58

yeah, its working now. I was strangled in that judgeO and rapidApi part.

On Mon, Jul 24, 2023 at 7:21 PM vanshika gupta @.***> wrote:

when I run the code according to the instructions webpage it just shows processing when i click execute [image: Screenshot 2023-05-22 at 7 13 18 AM] https://user-images.githubusercontent.com/88235676/239782045-0740d450-a1b8-4b8d-89e5-aa277cea275c.png Can you help me what im doing wrong and how to fix it?

facing same issue how to resolve it

— Reply to this email directly, view it on GitHub https://github.com/manuarora700/react-code-editor/issues/8#issuecomment-1647959303, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASTFDRKNGUKLZ7OOSGDWP5DXRZ4WJANCNFSM6AAAAAAYJYOXX4 . You are receiving this because you commented.Message ID: @.***>

-- Regards, Ravi Raj Ladha

ravirajladha avatar Jul 25 '23 03:07 ravirajladha

I faced this same issue. It's a minor thing but still took a lot of time to figure out. The base URL need to have a path of submissions. Like below:

REACT_APP_RAPID_API_URL = "https://judge0-ce.p.rapidapi.com/submissions"
REACT_APP_RAPID_API_HOST = "judge0-ce.p.rapidapi.com"
REACT_APP_RAPID_API_KEY = "25c10fb5*******************e70563c"

Manassaharoy avatar Oct 04 '23 10:10 Manassaharoy