You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 /ping --> main.main.func2 (3 handlers)
[GIN-debug] POST /webhook/event --> github.com/larksuite/oapi-sdk-gin.NewEventHandlerFunc.func1 (3 handlers)
[GIN-debug] POST /webhook/card --> github.com/larksuite/oapi-sdk-gin.NewCardActionHandlerFunc.func1 (3 handlers)
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :9000
2023/04/22 09:19:22 http server started: http://localhost:9000/webhook/event
2023/04/22 09:19:40 [Error] [handle event,path:/webhook/event,error:event type: message, not found handler]
[GIN] 2023/04/22 - 09:19:40 | 200 | 310.534µs | 192.168.248.80 | POST "/webhook/event"
No available API, revive one randomly
2023/04/22 09:19:41 [Error] [handle event,path:/webhook/event, error:invalid argument to Intn]
[GIN] 2023/04/22 - 09:19:41 | 500 | 830.523µs | 192.168.248.80 | POST "/webhook/event"
输出日志,包括错误信息和堆栈跟踪
相关的代码片段或文件
您的操作系统、软件版本等环境信息
感谢您的反馈!🙏
The text was updated successfully, but these errors were encountered:
错误报告 🐞
如果您在使用此项目时遇到了错误,请在此报告,我们会尽快解决此问题。
错误描述 🤔
附加信息 📝
leizhenpeng/feishu-chatgpt
感谢您的反馈!🙏
The text was updated successfully, but these errors were encountered: