NextChat icon indicating copy to clipboard operation
NextChat copied to clipboard

[Bug] 无法正确使用实时聊天功能

Open taohaowei opened this issue 1 year ago • 4 comments

📦 部署方式

官方安装包

📌 软件版本

V2.15.8

💻 系统环境

macOS

📌 系统版本

Sonoma 14.6.1

🌐 浏览器

Chrome

📌 浏览器版本

🐛 问题描述

您好,我无法开启录音,显示是这样的,我怀疑是对应的软件权限没有打开,但是我无法在软件中找到开启开关 image image

猜测问题是: 确定NextChat在列表中显示,并且开关已打开。 如果NextChat不在列表中,可能是因为软件尚未请求麦克风权限。 如果开关是关闭的,则其打开。

📷 复现步骤

1、打开实时聊条功能 2、新建聊天 3、切换为实时语音模式

🚦 期望结果

ui 正确加载而非空白

📝 补充信息

No response

taohaowei avatar Dec 25 '24 10:12 taohaowei

Bot detected the issue body's language is not English, translate it automatically.


Title: [Bug] Live chat function cannot be used correctly

📦 Deployment method

Official installation package

📌 Software version

V2.15.8

💻 System environment

macOS

📌 System version

Sonoma 14.6.1

🌐 Browser

Chrome

📌 Browser version

five

🐛 Problem description

Hello, I cannot turn on recording. The display is like this. I suspect that the corresponding software permissions are not turned on, but I cannot find the enable switch in the software. image image

Guess the question is: Make sure NextChat is displayed in the list and the switch is turned on. If NextChat isn't on the list, it might be because the software hasn't requested microphone permission yet. If the switch is off, it is on.

📷 Steps to reproduce

  1. Open the real-time chat function
  2. Create a new chat
  3. Switch to real-time voice mode

🚦 Expected results

ui loads correctly instead of being blank

📝 Supplementary information

No response

Issues-translate-bot avatar Dec 25 '24 10:12 Issues-translate-bot

Https开启

lidelong432 avatar Jan 22 '25 16:01 lidelong432

Bot detected the issue body's language is not English, translate it automatically.


HTTPS enabled

Issues-translate-bot avatar Jan 22 '25 16:01 Issues-translate-bot

理论上应该是应用自己发起获取麦克风权限的请求,但不知为何没有这么做。可以通过下面的 workaround 实现。

在系统设置中设置 “终端” 可以 “应用程序访问所有用户文件”,然后打开终端 运行下面的命令即可强行把 NextChat 客户端加入列表

sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT or REPLACE INTO access VALUES('kTCCServiceMicrophone','com.yida.chatgpt.next.web',0,2,2,1,NULL,NULL,NULL,'UNUSED',NULL,NULL,1669648527,null,null,'UNUSED',1669648527);"

Eric-HY-Huang avatar Mar 31 '25 08:03 Eric-HY-Huang