Kotlin/kotlin-by-example

Sandbox mode broken

Closed this issue · 2 comments

Am I doing something wrong?
Examples in docs and default code in sandbox at https://play.kotlinlang.org/ throw an exception

Exception in thread "main" java.io.FileNotFoundException: /var/task/tmp/5123f1e03e204326b652cc46776a48ba/executor.policy (No such file or directory)
at java.io.FileOutputStream.open0 (FileOutputStream.java:-2)
at java.io.FileOutputStream.open (FileOutputStream.java:270)
at java.io.FileOutputStream. (FileOutputStream.java:213)

Target platform: JVM
Running on kotlin v.1.5.31

Found this accidentally when trying to execute basic code in playground

Hi @NuclearSnake! This was indeed a problem with the Playground itself, and not with any of your code. The issue has since been resolved on the Playground, so feel free to try again. If you have any other issues, please do not hesitate to open another issue!