judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 256 forks source link

unable to run on local host can you please solve my problem #52

Closed PRANEETH-REDDY-23899 closed 2 years ago

PRANEETH-REDDY-23899 commented 3 years ago

unable to run the code through localhost Screenshot (247)

hermanzdosilovic commented 3 years ago

Can this https://github.com/judge0/ide/issues/46#issuecomment-658234842 help you?

On Wed, 12 Aug 2020, 15:19 NAKKA PRANEETH REDDY, notifications@github.com wrote:

unable to run the code through localhost [image: Screenshot (247)] https://user-images.githubusercontent.com/50946773/90019766-7c980c80-dccc-11ea-8e26-e12837aff0a6.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/judge0/ide/issues/52, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4PL3U5LOQZOUBTT7T3XG3SAKJF5ANCNFSM4P4V3NBQ .

PRANEETH-REDDY-23899 commented 3 years ago

How can i get a rapid API key is it paid or free?

On Wed, 12 Aug 2020, 23:43 Herman Zvonimir Došilović, < notifications@github.com> wrote:

Can this https://github.com/judge0/ide/issues/46#issuecomment-658234842 help you?

On Wed, 12 Aug 2020, 15:19 NAKKA PRANEETH REDDY, <notifications@github.com

wrote:

unable to run the code through localhost [image: Screenshot (247)] < https://user-images.githubusercontent.com/50946773/90019766-7c980c80-dccc-11ea-8e26-e12837aff0a6.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/judge0/ide/issues/52, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AB4PL3U5LOQZOUBTT7T3XG3SAKJF5ANCNFSM4P4V3NBQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/judge0/ide/issues/52#issuecomment-673031043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMEWFVPAN6ICSS3K7JVLFBLSALLUBANCNFSM4P4V3NBQ .

bukyapavankumar commented 3 years ago

ya me too previously i was able to run this locally without generating keys but now it requires it?

Nidiots commented 2 years ago

Its working fine in local , just change the url to local server in ide.js

kangshihang1998 commented 2 years ago

我也遇到了这种情况,我把后端api 的服务器ip地址改成了和前端部署机器同一个网段。 就可以使用了

kangshihang1998 commented 2 years ago

我也遇到了这种情况,我把后端api 的服务器ip地址改成了和前端部署机器同一个网段。就可以使用了

还有一点就是把 ide.js 里的 defaultUrl 地址改成你自己的后端服务器地址 例如:var defaultUrl = localStorageGetItem("api-url") || "http://192.168.96.252:2358"; 这个是我本地修改之后的配置