0
Sololearn bug on go environment
I am doing the GO language course and when I run the practice exercises it throws me Execution Timed Out! error. When I run the code on my local environment it run correctly without errors or any problem. Only if I run a lot of times the code in practice exercises (without making any modification in my code) it accepts my solution and I can proceed further in the course. That happens almost always
6 Respuestas
+ 3
Dimitris Send email to sololearn attach screen recording.
E-mail : info@sololearn.com
+ 3
I tried it and see the same problem. Even on the simplest of programs, such as the course's first demo program:
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
+ 2
Thanks!
+ 1
Then it is probably a bug. With the Go course no longer being offered, I wonder if they still maintain the Go language support they have at the backend... It's probably turned into a zombie course.
0
Sololearn playground times out if your program takes too long to process something. Is your program using a sleep timer or doing some long calculation?
0
No, my programs are very simple. Actually these are solutions to practice exercises in the GO course. The complexity of those programs is small. I also tried those programs on my computer without any problem.