I'm getting a BingChatException: 'Success'
peavey2787 opened this issue · 2 comments
peavey2787 commented
I have added BingChat to my project and copied my bing.com's "_U" cookie value, but when I try to run var answer = await client.AskAsync("Whats the weather like?"); I get this error: BingChat.BingChatException: 'Success: .'
How would I go about fixing this?
bsdayo commented
Looks like a duplicate of #5. The latest version (v0.4.1) may have fixed this problem, you can try it.
peavey2787 commented
Thanks, that fixed it.