小锦鲤
小锦鲤
``` def invoke( self, input: Input, config: Optional[RunnableConfig] = None, **kwargs: Any ) -> Output: if kwargs: raise NotImplementedError("kwargs not implemented yet.") return self._call_with_config(self._invoke, input, config=config) ``` Wondering when the...
loguru==0.7.2 my code: ``` log_path_info = os.path.join(log_path, f'info_{time.strftime("%Y-%m-%d")}.log') info = logger.add(log_path_info, rotation="00:00", retention="30 days", enqueue=True, encoding="UTF-8", level="INFO") ``` I don't understand why there are two similar log file names on...
播放有杂音
### Steps to reproduce(重现步骤) 服务器使用navidrome和music tag web,在android、ios、macos上播放flac格式音乐,wifi网络无损不转码,转码格式分别使用mp3、opus、aac均有杂音,在navidrome和music tag web服务端播放都正常。并且将macos缓存的音乐拷贝回navidrome和music tag web播放正常 ### Expected results(预期结果) 音质能够正常播放 ### Actual results(实际结果) 播放有杂音 ### Server Type(服务器类型) Navidrome, Music Tag Web ### Server Version(服务器版本) navidromev0.53.3...
### 👟 Reproduction steps I'm using the self-hosted 1.18.0 Appwrite version on Debian12. Deploy Functions or Sites Failed. I suspect it's a docker permission issue, but I don't know how...