Closed siddiquagig closed 5 years ago
You cannot use aioredis in the 3bot. aioredis is a lib made for asyncio, so it's not compatible with gevent
Error handling is fine now and it shows the error:
@siddiquagig reopening this. From the screen shot I can already 2 problems:
code:default:wegateway:list_host
is not understandable by anyoneThe error messages aren't related to the gedis server itself, every chatflow should implement its own messages and exceptions.
The gedis server needs to use aioredis python library instead of pyredis for error handling, but we can't use aioredis for that. We need to fix the error handling using pyredis