zhangningboo
zhangningboo
代码版本Git Commit ID: 2dd0ddd69f6751944ade955b994f2564d08feeac 点击下载,后台报错,  错误信息: ```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...

email: [email protected]
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();...