WangXinXin

Results 7 comments of WangXinXin

Some additional information. The networking diagram is sipml5 client----webrtc2sip server--------IMS---------mobile phone. Sipml5 webpage is visited via web browser on PC/android/IOS.

> 以前使用过keyCloak ,但是觉得 可以自己实现 这个项目里包含了自己实现的oauth2/oidc provider吗?这个provider就是Spring Security 5?

> If you want someone to try to fix this then you need to reduce this down to a short reproducible example. There definitely isn't enough information to debug this....

> If you want someone to try to fix this then you need to reduce this down to a short reproducible example. There definitely isn't enough information to debug this....

在我的环境跑demo时会出现下面这种报错log,用 json.loads(result) 替换了 ast.literal_eval(result)后则没有问题。推测原因如下: When running the demo in my environment, I encountered the following error log. However, after replacing `ast.literal_eval(result)` with `json.loads(result)`, the issue was resolved. I suspect the...

> pr的标题要改成英文,这样在合并之后,commit message中看起来不会很奇怪 已经改为英文 The title of this PR has already been changed to English.

> execute `python -m flake8` > > fix these errors: ./lazyllm/tools/rag/doc_impl.py:42:122: E501 line too long (124 > 121 characters) ./lazyllm/tools/rag/doc_impl.py:46:26: E261 at least two spaces before inline comment ./lazyllm/tools/rag/doc_impl.py:47:39: E261...