Sololearn bug on go environment | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

25th Jun 2024, 3:48 PM
Dimitris
6 Respostas
+ 3
Dimitris Send email to sololearn attach screen recording. E-mail : info@sololearn.com
25th Jun 2024, 6:11 PM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 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!") }
26th Jun 2024, 5:14 PM
Brian
Brian - avatar
+ 2
Thanks!
25th Jun 2024, 6:14 PM
Dimitris
+ 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.
26th Jun 2024, 1:33 AM
Bob_Li
Bob_Li - avatar
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?
25th Jun 2024, 11:56 PM
Bob_Li
Bob_Li - avatar
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.
26th Jun 2024, 1:04 AM
Dimitris