Closed Zaazu closed 8 months ago
Is your auth_coookie frequently used by many people?
Just this bot, but a few people use it yes. It would just be nice if the bot would output the problem to the chat, rather than return Error:'NoneType'
. I had a quick look through the code and I think it's more to do with the edgegpt library.
I saw they updated the library but I'm not sure if it'll fix the issue
A temporary solution would be for those who need access to upload their own auth_cookie. After all, it seems like there's a rate limit on your end.
Yeah like I said, the error just needs to be displayed on discord 😄
I think it might be because I haven't imposed restrictions on those using the same auth_cookie.
if impose a restriction, it means that only one person can use the auth_cookie at a time, so it would be better to ask each person to upload their own
I don't think it needs limited, just needs to report back the error messages from bing image generator
ok, I'd appreciate it if you'd help me add errors.
I'll take a closer look at the code and see what I can do
When generating images, it seems like
Error:'NoneType' object is not iterable
is the default error, would it be possible to add more details as to why the generation failed?So far, the NoneType error shows up when the prompt isn't "Descriptive Enough", or when you get rate limited:
I can find and add more errors to the issue if you like
Thanks