869413421 / chatgpt-web

基于ChatGPT3.5 API实现的私有化web程序
Apache License 2.0
3.2k stars 740 forks source link

局域网访问空白,本机访问正常。 #111

Closed liyongempire closed 1 year ago

liyongempire commented 1 year ago

[GIN-debug] GET /assets/:filename --> github.com/869413421/chatgpt-web/bootstarp.initStaticServer.func1 (4 handlers) [GIN-debug] GET /logo192.png --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] HEAD /logo192.png --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] GET /logo512.png --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] HEAD /logo512.png --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] GET /favicon.ico --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] HEAD /favicon.ico --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] GET /manifest.json --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] HEAD /manifest.json --> github.com/gin-gonic/gin.(RouterGroup).StaticFile.func1 (4 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 :8080 [GIN] 2023/03/31 - 09:10:31 | 200 | 2.6972ms | 192.168.3.3 | GET  "/" [GIN] 2023/03/31 - 09:10:46 | 200 | 2.0305ms | 192.168.3.3 | GET  "/" [GIN] 2023/03/31 - 09:11:29 | 200 | 1.3984ms | 192.168.3.8 | GET  "/" [GIN] 2023/03/31 - 09:11:29 | 204 | 0s | ::1 | OPTIONS  "/auth/info" [GIN] 2023/03/31 - 09:11:29 | 200 | 950.4µs | ::1 | POST  "/auth/info" [GIN] 2023/03/31 - 09:11:30 | 200 | 190.1758ms | 192.168.3.8 | GET  "/favicon.ico" [GIN] 2023/03/31 - 09:11:35 | 200 | 949.3µs | 192.168.3.3 | GET  "/" [GIN] 2023/03/31 - 09:11:35 | 200 | 154.8µs | 192.168.3.3 | GET  "/favicon.ico"

liyongempire commented 1 year ago

windows端,本机可以正常访问,局域网其他电脑不能,显示空白。防火墙出站和入站都有允许

869413421 commented 1 year ago

浏览器控制台错误信息有吗?提供一下。

hskun commented 1 year ago

auth 503 token error

liyongempire commented 1 year ago

企业微信截图_16803415838388

liyongempire commented 1 year ago

新版本已经修复了,完结