BingImageCreator.py request_id = redirect_url.split("id=")[-1]为空
Author: xhzth7091Created Jul 18, 2023Updated Jul 18, 2023
Is there an existing issue for this?
- I have searched the existing issues and checked the recent builds/commits
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
Source: acheong08/EdgeGPT