GaiZhenbiao / ChuanhuChatGPT

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.
https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT
GNU General Public License v3.0
15.28k stars 2.29k forks source link

[其他]: Edge 浏览器访问 报错,什么都干不了,谷歌浏览器访问正常 #776

Closed melooy closed 1 year ago

melooy commented 1 year ago

是否已存在现有反馈与解答?

错误描述

Edge 浏览器访问 报错:ncaught (in promise) DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
火箭图标那一直显示 getting user info… 获取用户信息.. 打字点发送什么的都没有反应。 使用谷歌浏览器正常,用户也能正常获取到。

复现操作

Edge 浏览器访问 报错,什么都干不了,谷歌浏览器访问正常

错误日志

index.mjs:369 
 Uncaught (in promise) DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
    at k (index-29e08d05.js:1:9235)
    at Object.m (index-29e08d05.js:8:8313)
    at Object.p (index-29e08d05.js:8:6371)
    at Object.p (index-29e08d05.js:8:13530)
    at Cr (index-29e08d05.js:4:1913)
    at $t (index-29e08d05.js:4:1548)
m   @   StatusTracker.svelte:218
p   @   StatusTracker.svelte:195
p   @   StatusTracker.svelte:301
Promise.then(异步)        
(匿名)    @   Blocks.svelte:44
i   @   stores.ts:110
(匿名)    @   Blocks.svelte:250
(匿名)    @   index.js:134
E   @   index.js:134
R.onmessage @   index.js:235
Show 8 more frames

运行环境

补充说明

No response

Keldos-Li commented 1 year ago

看上去出错点在gradio框架的js……如果是这样可能得等gradio解决。 你可以先试试清除缓存,退出edge再重新打开。