Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error 程序崩溃 #3016

Open
ganxiaozhe opened this issue Jun 24, 2024 · 6 comments
Open

[Bug] Error 程序崩溃 #3016

ganxiaozhe opened this issue Jun 24, 2024 · 6 comments
Labels
🐛 Bug Something isn't working | 缺陷

Comments

@ganxiaozhe
Copy link

📦 Environment

Docker

📌 Version

v1.1.7

💻 Operating System

macOS

🌐 Browser

Chrome

🐛 Bug Description

当进行过一次对话后,几乎任意操作都会触发崩溃。
这包括:继续对话、切换对话、清除对话、新建对话、删除对话、修改对话模型等。

📷 Recurrence Steps

No response

🚦 Expected Behavior

No response

📝 Additional Information

2024-06-25 00:25:54   ▲ Next.js 14.2.4
2024-06-25 00:25:54   - Local:        http://localhost:3210
2024-06-25 00:25:54   - Network:      http://0.0.0.0:3210
2024-06-25 00:25:54 
2024-06-25 00:25:54  ✓ Starting...
2024-06-25 00:25:54  ✓ Ready in 29ms
2024-06-25 00:26:36  ⨯ Error: fetch failed
2024-06-25 00:26:36     at context.fetch (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/web/sandbox/context.js:292:38)
2024-06-25 00:26:36     at i (/app/.next/server/edge-chunks/614.js:6:45699)
2024-06-25 00:26:36     at D (/app/.next/server/edge-chunks/614.js:6:75680)
2024-06-25 00:26:36     at /app/.next/server/edge-chunks/614.js:6:77901
2024-06-25 00:26:36     at /app/.next/server/edge-chunks/614.js:6:83830
2024-06-25 00:26:36     at a.with (/app/.next/server/edge-chunks/614.js:1:11313)
2024-06-25 00:26:36     at l.with (/app/.next/server/edge-chunks/614.js:1:5513)
2024-06-25 00:26:36     at l.startActiveSpan (/app/.next/server/edge-chunks/614.js:1:20565)
2024-06-25 00:26:36     at a.startActiveSpan (/app/.next/server/edge-chunks/614.js:1:21099)
2024-06-25 00:26:36     at /app/.next/server/edge-chunks/614.js:6:83377 {
2024-06-25 00:26:36   cause: Error: AggregateError
2024-06-25 00:26:36       at makeNetworkError (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:7365:35)
2024-06-25 00:26:36       at httpNetworkFetch (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:12125:16)
2024-06-25 00:26:36       at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2024-06-25 00:26:36       at async httpNetworkOrCacheFetch (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:12000:33)
2024-06-25 00:26:36       at async httpFetch (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:11837:37)
2024-06-25 00:26:36       at async schemeFetch (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:11762:18)
2024-06-25 00:26:36       at async eval (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:11635:20)
2024-06-25 00:26:36       at async mainFetch (eval at requireWithFakeGlobalScope (/app/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/edge-runtime/index.js:1:657096), <anonymous>:11625:20)
2024-06-25 00:26:36 }
@ganxiaozhe ganxiaozhe added the 🐛 Bug Something isn't working | 缺陷 label Jun 24, 2024
@lobehubbot
Copy link
Member

👀 @ganxiaozhe

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

@arvinxx
Copy link
Contributor

arvinxx commented Jun 24, 2024

截图看下

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Take a screenshot

@ganxiaozhe
Copy link
Author

lobechat-error
先前遇到的崩溃都是上面截图这种。在录复现视频的时候,又出现了另外两种崩溃形式。

视频:https://gxz-dev.oss-cn-beijing.aliyuncs.com/tmp/lobechat-errors.mp4

@MoonWeSif
Copy link

lobechat-error 先前遇到的崩溃都是上面截图这种。在录复现视频的时候,又出现了另外两种崩溃形式。

视频:https://gxz-dev.oss-cn-beijing.aliyuncs.com/tmp/lobechat-errors.mp4

我遇到了和你同样的情况,只不过我并不是在聊天的时候遇到的,我是在某次打开时突然这样的,我刚刚解决了这个问题。

你可以尝试关闭某些浏览器插件(包括篡改猴等第三方插件管理器中的插件),我关闭了几个在此页面生效的插件后,就恢复正常了

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


![lobechat-error](https://private-user-images.githubusercontent.com/37825446/342436798-9c0b10e1-2729-43af-8159-87af37ed60e9.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..RS GbHbfwTuuXTgmgidke-Ao-Ev3-CCt -jzMNfnegMdk) The crashes encountered previously were all like the screenshot above. While recording the recurrence video, two other crash forms appeared.

Video: https://gxz-dev.oss-cn-beijing.aliyuncs.com/tmp/lobechat-errors.mp4

I encountered the same situation as you, but I didn't encounter it while chatting. It happened suddenly when I opened it at a certain time. I just solved this problem.

You can try to turn off certain browser plug-ins (including plug-ins in third-party plug-in managers such as Tamper Monkey). After I turned off several plug-ins that were effective on this page, everything returned to normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working | 缺陷
Projects
Status: Roadmap - Chat 1.x
Development

No branches or pull requests

4 participants