We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024/09/17 21:31:08 [ebfc1987c02609527739aecc6fa65195] is listening on 12345678912345.com:13338, 0 clients » 2024/09/17 21:31:23 [Recovery] 2024/09/17 - 21:31:23 panic recovered: runtime error: index out of range [21] with length 21 runtime/panic.go:90 (0x432534) github.com/WangYihang/Platypus/internal/util/compiler/compiler.go:87 (0x58da9a) github.com/WangYihang/Platypus/internal/context/distributor.go:59 (0xa21b04) github.com/gin-gonic/[email protected]/context.go:165 (0x9a1961) github.com/gin-gonic/[email protected]/recovery.go:99 (0x9a194c) github.com/gin-gonic/[email protected]/context.go:165 (0x9a0bc6) github.com/gin-gonic/[email protected]/logger.go:241 (0x9a0ba9) github.com/gin-gonic/[email protected]/context.go:165 (0x9a00fd) github.com/gin-gonic/[email protected]/gin.go:489 (0x99fd85) github.com/gin-gonic/[email protected]/gin.go:445 (0x99f8e4) net/http/server.go:2879 (0x740e7a) net/http/server.go:1930 (0x73c527) runtime/asm_amd64.s:1581 (0x465bc0)
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I will check it out soon.
Sorry, something went wrong.
I've had the same issue upon building main with the latest commits
@Astranix593 thanks for reporting, currently the latest commit is under refactoring and NOT stable.
WangYihang
No branches or pull requests
2024/09/17 21:31:08 [ebfc1987c02609527739aecc6fa65195] is listening on 12345678912345.com:13338, 0 clients
»
2024/09/17 21:31:23 [Recovery] 2024/09/17 - 21:31:23 panic recovered:
runtime error: index out of range [21] with length 21
runtime/panic.go:90 (0x432534)
github.com/WangYihang/Platypus/internal/util/compiler/compiler.go:87 (0x58da9a)
github.com/WangYihang/Platypus/internal/context/distributor.go:59 (0xa21b04)
github.com/gin-gonic/[email protected]/context.go:165 (0x9a1961)
github.com/gin-gonic/[email protected]/recovery.go:99 (0x9a194c)
github.com/gin-gonic/[email protected]/context.go:165 (0x9a0bc6)
github.com/gin-gonic/[email protected]/logger.go:241 (0x9a0ba9)
github.com/gin-gonic/[email protected]/context.go:165 (0x9a00fd)
github.com/gin-gonic/[email protected]/gin.go:489 (0x99fd85)
github.com/gin-gonic/[email protected]/gin.go:445 (0x99f8e4)
net/http/server.go:2879 (0x740e7a)
net/http/server.go:1930 (0x73c527)
runtime/asm_amd64.s:1581 (0x465bc0)
The text was updated successfully, but these errors were encountered: