Zhenshi Zhou

Results 3 issues of Zhenshi Zhou

``` Error: ChatGPT failed to refresh auth token. Error: 403 Forbidden at ChatGPTAPI.refreshAccessToken (file:///code/node_modules/chatgpt/build/index.js:246:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async ChatGPTAPI.ensureAuth (file:///code/node_modules/chatgpt/build/index.js:212:12) at async getChatGPTReply (file:///code/lib/bundle.esm.js:14:5) at async replyMessage (file:///code/lib/bundle.esm.js:29:23) ```...

我是用google账号登陆的,我在chatgpt上试了下,直接用gmail没法登陆。config.yaml里只配置了token,运行报403错误 ``` Error: ChatGPTAPI error 403 at fetchSSE (file:///app/node_modules/chatgpt/src/fetch-sse.ts:13:11) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) ``` 不知道是我config配置的问题么 ``` cat config.yaml chatGPTAccountPool: - email: '' password: '' session_token: 'xxxx' chatPrivateTiggerKeyword: "/c...

bug

I follow the steps and start the exporter with './opentsdb_exporter'. But only go metrics list in the '/metrics' url How can I add opentsdb metrics in the '/metrics' url?