gorush icon indicating copy to clipboard operation
gorush copied to clipboard

panic in running job: handlers are already registered for path '/'

Open Zincr0 opened this issue 2 months ago • 1 comments

Gorush doesn't open any port and doesn't respond to any request.

Setting the mode to "debug" and the log level to "info" prints:

INFO[2025/11/24 - 16:59:08] Init App Status Engine as memory             
INFO[2025/11/24 - 16:59:08] gRPC server is disabled.                     
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
 - using env:   export GIN_MODE=release
 - using code:  gin.SetMode(gin.ReleaseMode)

[GIN-debug] GET    /                         --> github.com/appleboy/gin-status-api.GinHandler (5 handlers)
[GIN-debug] GET    /                         --> github.com/appleboy/gorush/router.routerEngine.appStatusHandler.func6 (5 handlers)
INFO[2025/11/24 - 16:59:08] panic in running job: handlers are already registered for path '/' 

Zincr0 avatar Nov 24 '25 20:11 Zincr0