bsdayo/BingChat

I'm getting a BingChatException: 'Success'

peavey2787 opened this issue · 2 comments

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?

Looks like a duplicate of #5. The latest version (v0.4.1) may have fixed this problem, you can try it.

Thanks, that fixed it.