Open wakefun opened 2 days ago
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛[BUG] bash script does not execute
Run using docker
None
Debian
docker runs the latest package [v3.0.9](https://hub.docker.com/layers/ihmily/douyin-live-recorder/v3.0.9/images/sha256-a562b79e6901019302c8a997a3727cd2c3f1a1fff81280a2fd684956cb62e4bb?context= explore), config.ini configuration:
Whether to execute the bash script after recording is completed = Yes
bash script path = /app/shells/test.sh
docker-compose.yaml configuration:
volumes:
- ./shells:/app/shells
Recording Xiaohongshu Live Broadcast The live broadcast is recorded normally, but the bash script is not executed.
It has been confirmed that the script can be executed normally. docker exec -ti bash
can also execute the script /app/shells/test.sh
normally after entering the container. However, after the actual container starts recording, the script is not executed after the recording is completed. I'll try it out. I'm not familiar with Python, so I can't provide debugging logs.
No response
⚠️ 确认是否已存在类似问题
🔧 运行方式
使用docker运行
🐍 如果是使用源代码运行,请选择你的Python环境版本
None
💻 请选择你的系统环境
Debian
⚠️ 确认是否已经重试多次
🕹 复现步骤
docker运行最新的包v3.0.9, config.ini配置:
docker-compose.yaml配置:
录制小红书直播 直播正常录制,但是不执行bash脚本
😯 问题描述
已经确认脚本可以正常执行,
docker exec -ti bash
进入容器后也可以正常执行脚本/app/shells/test.sh
,但是实际容器启动录制后,录制完成没有执行脚本。辛苦测试一下,对python不熟悉,无法提供调试日志。📜 错误信息
No response