FawenYo

Results 22 comments of FawenYo

請問有沒有大佬能提供 Mozilla Common Voice 架構的支援... 原 repo 中有人也發過類似的 issue 可以參考 https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/819 檔案結構大致如圖 ![image](https://user-images.githubusercontent.com/40032648/131845983-503bece8-9afe-425d-8951-214f89637b8d.png) 其中 `clips` 資料夾內容包含各項 `xxx.mp3` 希望日後能支持,謝謝

Hi @louis70109, but what if I want to call an async function in the `message_text`fucntion? Because with your provided solution, `message_text` is a synchronized function and I can't use `await`...

Checked with the package version, it is 0.0.43 but it still pop out the error message

OK, so it seems to be that I need to initialize Chatbot outside of async function. It works normally now, but I sometimes get the error message "RuntimeError: asyncio.run() cannot...

Is there any way to use this without disable csrutil? Cause that will make sideload app not openable...

Encounter the same error with kong 3.3.0 version ``` 2023/07/05 05:28:56 [error] 1#0: init_by_lua error: /usr/local/share/lua/5.1/luarocks/loader.lua:104: error loading module 'yaml' from file '/usr/local/lib/lua/5.1/yaml.so': libyaml-0.so.2: cannot open shared object file: No...

Hi @ban2derlog, I tested the environment variable `TB_QUEUE_KAFKA_USE_CONFLUENT_CLOUD` to `true`, but I still get the SSL handshake error with the message ``` PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find...

Hi @smatvienko-tb , thanks for your advice. But in `TbKafkaSettings` it didn't import the package `org.apache.kafka.common.config.SslConfigs`, I think it is not possible to use some SSL settings such as ```...