skyagi icon indicating copy to clipboard operation
skyagi copied to clipboard

LiveError: Only one live display may be active at once

Open cat-stack-boop opened this issue 1 year ago • 3 comments

I get this error , rich.live.Live object.

cat-stack-boop avatar Apr 28 '23 22:04 cat-stack-boop

Hi @cat-stack-boop, yes, this is indeed an error. It's mainly because our code is not robust or async safe enough so that that his error could occur when the connection to OpenAI become lousy (also have something to do with LangChain's multi-retry mechanism). I am working on this, thanks for the feedback! @cat-stack-boop

litanlitudan avatar Apr 28 '23 23:04 litanlitudan

Great thanks for the quick response.

cat-stack-boop avatar Apr 28 '23 23:04 cat-stack-boop

Just made a quick patch release https://github.com/litanlitudan/skyagi/pull/57 @cat-stack-boop Will file an appropriate fix during the weekend.

litanlitudan avatar Apr 28 '23 23:04 litanlitudan

Hi @cat-stack-boop the proper fix is through this PR #64 .

qizheng7 avatar May 02 '23 16:05 qizheng7

@qizheng7 Thanks!

cat-stack-boop avatar May 03 '23 05:05 cat-stack-boop