zhangningboo

Results 5 issues of zhangningboo

代码版本Git Commit ID: 2dd0ddd69f6751944ade955b994f2564d08feeac 点击下载,后台报错, ![图片](https://github.com/sugarforever/chat-ollama/assets/110680007/b510197f-29ff-40a1-aca3-af51ce5a8ce3) 错误信息: ```shell Ollama: { host: 'null', username: 'null', password: 'null' } Authorization: dW5kZWZpbmVkOnVuZGVmaW5lZA== [nuxt] [request error] [unhandled] [500] fetch failed at node:internal/deps/undici/undici:12345:11 at process.processTicksAndRejections...

![image](https://github.com/ZrrSkywalker/Personalize-SAM/assets/110680007/cc2fc902-e49d-4655-8ce4-45d1fb952f42)

I start the consumer, then start producer, but the consumer didn't receive anything. I tried mqttx client, consumer could reveive messages. https://mqttx.app/downloads producer.rs ```rust use rumqttc::{Client, MqttOptions, QoS}; use tokio::{task,...

jon.on_removed_notification_add is not working. Anything wrong? ```rust use anyhow::Ok; use tracing::{Level, info}; use tracing_subscriber::FmtSubscriber; use tokio_cron_scheduler::{Job, JobScheduler}; #[tokio::main] async fn main() -> anyhow::Result { let subscriber = FmtSubscriber::builder() .with_max_level(Level::TRACE) .finish();...