codeinterview-frontend icon indicating copy to clipboard operation
codeinterview-frontend copied to clipboard

Internal error : [Exception] Unsupported Language for all 4 languages

Open Eddges opened this issue 5 years ago • 2 comments

message { target: WebSocket, isTrusted: true, data: "{"type": "event", "event": "error", "data": "[Exception] Unsupported language"}", origin: "ws://localhost:8000", lastEventId: "", ports: Restricted, srcElement: WebSocket, currentTarget: WebSocket, eventPhase: 2, bubbles: false, … }

Object { type: "event", event: "error", data: "[Exception] Unsupported language" } room-socket.js:17:14

Eddges avatar Oct 16 '20 19:10 Eddges

It seems you're running codeinterview locally?

areebbeigh avatar Oct 17 '20 06:10 areebbeigh

If so, you need to map the languages on your django server to the ones configured on codeinterview-sandbox like so:

Screenshot_2020-10-17-12-01-52-731_com android chrome

areebbeigh avatar Oct 17 '20 06:10 areebbeigh