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]Bing cannot be used #662

Closed
NeverGpDzy opened this issue Dec 12, 2023 · 3 comments
Closed

[BUG]Bing cannot be used #662

NeverGpDzy opened this issue Dec 12, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@NeverGpDzy
Copy link

Describe the bug / 描述问题

After the update, Bing cannot be used. The pop-up that pops up when I click on login is not Bing, but Microsoft’s official website.

To Reproduce / 复现步骤

click logoin

Expected behavior / 期望行为

Bing can be used normally and pictures generated by bing can be obtained normally.

Screenshots / 截图

No response

Devtools Info / 开发者工具信息

no

OS and version / 操作系统版本

win 11

ChatALL version / ChatALL 版本

1.54.82

Network / 网络

vpn

Additional context / 其它相关信息

No response

@NeverGpDzy NeverGpDzy added the bug Something isn't working label Dec 12, 2023
@CallLin0754
Copy link

是的,弹出新窗口后登录。点击完成后右下角图标还是灰色

@Loganll23
Copy link

遇到了同样的问题

@Haulyn5
Copy link
Contributor

Haulyn5 commented Dec 17, 2023

I have already submitted a pull request and am waiting for the author to merge it. Before that, if you need to use Bing, you can choose to download the source code, go to ChatALL\src\bots\microsoft\BingChatBot.js, and change static _loginUrl = "https://www.bing.com/new"; to static _loginUrl = "https://www.bing.com/chat";. After that, you can build and run it locally. For relevant commands, you can refer to official readme for developer guide.

我已经上传了 Pull Request,正在等待作者的合并。在此之前,如果亟需使用 Bing,你可以选择下载源码,将ChatALL\src\bots\microsoft\BingChatBot.js 中的 static _loginUrl = "https://www.bing.com/new"; 改成 static _loginUrl = "https://www.bing.com/chat";,然后本地构建运行。相关的命令可以参照 Readme中的developer guide

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
None yet
Development

No branches or pull requests

4 participants