Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法下载 全是等待中 #751

Open
NevermoreN opened this issue Apr 17, 2024 · 2 comments
Open

无法下载 全是等待中 #751

NevermoreN opened this issue Apr 17, 2024 · 2 comments

Comments

@NevermoreN
Copy link

你使用的 chinesesubfinder 是什么版本,什么环境?

chinesesubfinder 版本: vx.x.x
0.55.3lite
环境: docker or Window or Linux or MAC
nas docker
在程序运行日志头部或者 Web UI 可以看到

你遇到什么问题了?

描述一下你遇到的问题
我所有的文件全都无法下载 集体在等待中 可以识别到 但是没法下载

你的问题弄重现嘛?

能够重新,不能够重现
重启后依然存在 一直是这样

你期望的结果

描述以下你期望的结果
帮我看看咋回事 或者是能不能解决 我也不知道哪里的问题

给出当前程序的配置文件

/volume1/docker/chinesesubfinder/config:/config 下,ChineseSubFinderSettings.json,记得把你的用户名、密码、Emby API 敏感信息删除

可以复制上面的配置,使用类似在线 json 格式化的工具进行一次处理,方便阅读,JSON 在线解析及格式化验证 - JSON.cn

{
"SpeedDevMode": false,
"user_info": {
"username": "
"password": "
},
"common_settings": {
"interval_or_assign_or_custom": 0,
"scan_interval": "@every 4h",
"threads": 3,
"run_scan_at_start_up": false,
"movie_paths": [
"/media/电影"
],
"series_paths": [
"/media/电视剧",
"/media/动漫"
],
"local_static_file_port": "19037"
},
"subtitle_sources": {
"assrt_settings": {
"enabled": false,
"token": ""
},
"subtitle_best_settings": {
"enabled": false,
"api_key": ""
}
},
"advanced_settings": {
"proxy_settings": {
"use_proxy": false,
"use_which_proxy_protocol":
"local_http_proxy_server_port": "
"input_proxy_address": "
"input_proxy_port": ",
"need_pwd": false,
"input_proxy_username": "",
"input_proxy_password": ""
},
"tmdb_api_settings": {
"enable": true,
"api_key":
"use_alternate_base_url": true
},
"debug_mode": false,
"save_full_season_tmp_subtitles": false,
"sub_type_priority": 0,
"sub_name_formatter": 0,
"save_multi_sub": true,
"custom_video_exts": [

    ],
    "fix_time_line": true,
    "topic": 1,
    "suppliers_settings": {
        "xunlei": {
            "name": "xunlei",
            "root_url": "http://sub.xmp.sandai.net:8000/subxl/%s.json",
            "search_url": "",
            "daily_download_limit": -1
        },
        "shooter": {
            "name": "shooter",
            "root_url": "https://www.shooter.cn/api/subapi.php",
            "search_url": "",
            "daily_download_limit": -1
        },
        "assrt": {
            "name": "assrt",
            "root_url": "https://api.assrt.net/v1",
            "search_url": "",
            "daily_download_limit": -1
        },
        "a4k": {
            "name": "a4k",
            "root_url": "https://www.a4k.net",
            "search_url": "/search?keyword=",
            "daily_download_limit": -1
        },
        "subhd": {
            "name": "subhd",
            "root_url": "https://subhd.tv",
            "search_url": "/search/%s",
            "daily_download_limit": 20
        },
        "zimuku": {
            "name": "zimuku",
            "root_url": "https://zimuku.org",
            "search_url": "/search?q=%s",
            "daily_download_limit": 20
        },
        "subtitle_best": {
            "name": "subtitle_best",
            "root_url": "https://api.subtitle.best/share-sub/v1",
            "search_url": "/search-movie",
            "daily_download_limit": -1
        }
    },
    "scan_logic": {
        "skip_chinese_movie": false,
        "skip_chinese_series": false
    },
    "task_queue": {
        "max_retry_times": 3,
        "one_job_time_out": 300,
        "interval": 10,
        "expiration_time": 90,
        "download_sub_during_x_days": 7,
        "one_sub_download_interval": 2,
        "check_pulic_ip_target_site": ""
    },
    "download_file_cache": {
        "ttl": 4320,
        "unit": "hour"
    }
},
"emby_settings": {
    "enable": true,
    "address_url": "
    "api_key": "
    "max_request_video_number":
    "skip_watched": false,
    "movie_paths_mapping": {
        "/media/电影": ""
    },
    "series_paths_mapping": {
        "/media/动漫": "",
        "/media/电视剧": ""
    },
    "auto_or_manual": true,
    "threads": 3
},
"developer_settings": {
    "enable": false,
    "bark_server_address": ""
},
"timeline_fixer_settings": {
    "max_offset_time": 700,
    "min_offset": 0.2,
    "thread_count": 5
},
"experimental_function": {
    "auto_change_sub_encode": {
        "enable": false,
        "des_encode_type": 0
    },
    "chs_cht_changer": {
        "enable": false,
        "des_chinese_language_type": 0
    },
    "remote_chrome_settings": {
        "enable": false,
        "remote_docker_url": "",
        "remote_adblock_path": "",
        "remote_user_data_dir": ""
    },
    "api_key_settings": {
        "enabled": true,
        "key": "
    },
    "local_chrome_settings": {
        "enabled": false,
        "local_chrome_exe_f_path": ""
    },
    "share_sub_settings": {
        "share_sub_enabled": false
    },
    "extend_log": {
        "SysLog": {
            "enable": false,
            "network": "",
            "address": "",
            "priority": 0,
            "tag": 

## 如果是使用 Docker,请给出对应的配置信息

> 比如 Docker-Compose 信息,如果是其他方式使用忽略
docker cli部署的
## 给出媒体文件夹的目录结构
在文件里
> 首先你需要去看主页的部署教程,确认你目录结构是规范的,如果你觉得没问题,那么请除非目录结构截图

> 是否看过对应的目录结构要求文档?

- [电影的推荐目录结构](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E5%92%8C%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E7%A4%BA%E4%BE%8B.md)
- [连续剧目录结构要求](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)

## 请给出当次问题的完整日志

> 日志在程序的 Logs 目录下,如果你用的是 docker ,那么需要你映射出来。

> /volume1/docker/chinesesubfinder/config:/config 下,Logs 中
@xujk2008
Copy link

xujk2008 commented May 8, 2024

同样问题,后来自己翻log发现是没有写入权限,群晖container经常有这个问题,设置“使用高权限执行容器”后好了,供参考

@Yinghai75
Copy link

我遇到过,当时EMBY是关掉的,在CSF设置里也是关闭EMBY的
但是当我EMBY运行之后,CSF也开始下载了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants