acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.
1.11k stars 373 forks source link

Authenticator.exe ERROR #108

Closed laza-niaina closed 11 months ago

laza-niaina commented 11 months ago

`panic:_ runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x20 pc=0x114896b]

goroutine 1 [running]: authenticator/auth.(*Authenticator).Begin(0xc0000e4420) C:/Users/Fujitsu/ChatGPT-to-API/tools/authenticator/auth/auth.go:97 +0x66b main.main() C:/Users/Fujitsu/ChatGPT-to-API/tools/authenticator/main.go:122 +0x4a5`

maminiainalaic commented 11 months ago

mine is

Location: begin Status code: 403 Details: ... Embedded error: error: Check details panic: (*auth.Error) 0xc000516000

goroutine 1 [running]: main.main() /home/maminiainalaic/ChatGPT-to-API/tools/authenticator/main.go:130 +0xb5e

Yamamoto-2 commented 11 months ago

Same Location: begin Status code: 403 Details: …… Embedded error: error: Check details [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware logs.txt already attached.

oldweipro commented 11 months ago

Give it a try with my repository oldweipro/ChatGPT-to-API and see if the fix-403 branch can solve your issue. 试一下我的仓库 oldweipro/ChatGPT-to-API fix-403 分支的是否可以解决你的问题