Rod-fish

Results 9 comments of Rod-fish

我在ubuntu22上也遇到了同样的问题

> 新版本更新了插件检测,没法用了,可以退回QQNT 9.9.2.16183,https://dldir1.qq.com/qqfile/qq/QQNT/bef02a45/QQ9.9.2.16183_x64.exe linux老版本不能收消息,linux回老版本全部寄掉

poetry env use 3.9 用python3.9就行了,或者pyyaml升级6.0.1

我也有同样的问题 ![0d73230ff309f6b3c051c425d53575f3](https://github.com/HibiKier/zhenxun_bot/assets/108643053/45a81795-1bcd-4eb2-954e-4b2867afa0a7)

经过测试,在机械硬盘会出现gif合成顺序错误的问题,gif打开显示速度过快或过慢的异常情况,可以初步修改和注释以下代码解决: downer.py第384行 ``` # 扫描解压出来的图片 # files = [os.path.join(path_,i) for i in os.listdir(path_)] files = [os.path.join(path_, i) for i in sorted(os.listdir(path_), key=lambda x: int(x.split('.')[0]))] # 添加图片到待合成列表 for file in files:...

![image](https://user-images.githubusercontent.com/108643053/222690482-7955b0ac-59f5-44e8-acdf-dd20ea3e049f.png) 我这里报错是这个,同样也不能聊天

And I couldn't find the missing file in both the "Intel Media SDK" and the "Intel® Video Processing Library (Intel® VPL)" projects.

Below is the CMake log. ``` cmake CMakeLists.txt CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the...

> 在MAC系统上用Chrome访问自动跳转的首页网站显示乱码,但Safari及手机版的Chrome又是好的,修改后缀网址访问其他网站也是好的,请问这个怎么解决?感谢~! > > ![image](https://github.com/user-attachments/assets/12fce545-3009-4aee-9aba-4cb76f004f37) 同样的问题,解决办法是nginx配置这里加一下 ``` location / { proxy_pass http://localhost:5006; proxy_http_version 1.1; proxy_set_header Accept-Encoding ""; gzip off; } ``` 加的三行是改gzip压缩的,我改完就好了