pangxiezhou

Results 1 comments of pangxiezhou

问题1:发送文件失败,提示 FileNotFoundError: [Errno 2] No such file or directory: 'file:///tmp/tmpp5_qox2o’ 解决方法:efb_telegram_master/slave_message.py文件中process_file_obj 修改为: def process_file_obj(self, file: IO[bytes], path: Union[str, Path]) -> Union[IO[bytes], str]: return file 问题2:接收文件失败,提示invalid Token 解决方法:profiles/default/blueset.telegram/config.yaml 中 api_base_file_url 填写telegram...