acheong08 / EdgeGPT

Reverse engineered API of Microsoft's Bing Chat AI
The Unlicense
8.07k stars 909 forks source link

BingImageCreator.py request_id = redirect_url.split("id=")[-1]为空 #617

Open xhzth7091 opened 1 year ago

xhzth7091 commented 1 year ago

Is there an existing issue for this?

What happened?

python -m ImageGen.ImageGen --cookie-file cookie.json --prompt "一只猫" 在BingImageCreator.py 报错:request_id = redirect_url.split("id=")[-1]为空 上周五能正常获取图片

Steps to reproduce the problem

python -m ImageGen.ImageGen --cookie-file cookie.json --prompt "一只猫"

What should have happened?

正常获取到图片

Version where the problem happens

0.12.1

What Python version are you running this with?

python 3.10.9

What is your operating system ?

Windows10

Command Line Arguments

python -m ImageGen.ImageGen --cookie-file cookie.json --prompt "一只猫"

Console logs

/

Additional information

No response