Closed waleedhammam closed 4 years ago
this should bever be b'OK' where is this code, please next time also mention where screenshot is from
I found the code its in BCDBModelClient.get
this means it contacts the threebot server, is this the case? is the threebot server active? why is 'OK' coming back this should not be the case
there should be data coming back from the BCDB on the threebotserver
investigate more and let me know please
we found that the unwanted b'OK'
response is coming from set
method in RedisServer.py
line 253:
after removing the new
check and return the id in both cases it worked, but I'm not sure if that's a good fix.
verified on branch unstable
How to reproduce
on branch unstable
Fresh installation or delete all data in bcdb/redis using "DO WITH CAUTION WILL DELETE ALL OF YOUR DATA"
Start 3bot server
In tmux workers_1 or workers_2 you will find the following
Possible cause
Redis server replies with b'OK' at the first call