ChineseSubFinder icon indicating copy to clipboard operation
ChineseSubFinder copied to clipboard

Permission denied

Open jasonhorga opened this issue 3 years ago • 13 comments

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

chinesesubfinder 版本: 0.33.5

环境: docker

在程序运行日志头部或者 Web UI 可以看到

你遇到什么问题了?

出现各种permission denied错误

你的问题弄重现嘛?

能够重现

你期望的结果

给出当前程序的配置文件

{
  "SpeedDevMode": false,
  "common_settings": {
    "interval_or_assign_or_custom": 0,
    "scan_interval": "@every 6h",
    "run_scan_at_start_up": true,
    "movie_paths": [
      "/media/movie"
    ],
    "series_paths": [
      "/media/tv"
    ],
    "local_static_file_port": "19037"
  },
  "subtitle_sources": {
    "assrt_settings": {
      "enabled": false,
      "token": ""
    }
  },
  "advanced_settings": {
    "debug_mode": false,
    "save_full_season_tmp_subtitles": true,
    "sub_type_priority": 0,
    "sub_name_formatter": 0,
    "save_multi_sub": true,
    "custom_video_exts": [
      "ts"
    ],
    "fix_time_line": true,
    "topic": 1,
    "suppliers_settings": {
      "csf": {
        "name": "csf",
        "root_url": "haha",
        "daily_download_limit": -1
      },
      "xunlei": {
        "name": "xunlei",
        "root_url": "http://sub.xmp.sandai.net:8000/subxl/%s.json",
        "daily_download_limit": -1
      },
      "shooter": {
        "name": "shooter",
        "root_url": "https://www.shooter.cn/api/subapi.php",
        "daily_download_limit": -1
      },
      "subhd": {
        "name": "subhd",
        "root_url": "https://subhd.tv",
        "daily_download_limit": 20
      },
      "zimuku": {
        "name": "zimuku",
        "root_url": "https://zimuku.org",
        "daily_download_limit": 20
      },
      "assrt": {
        "name": "assrt",
        "root_url": "https://api.assrt.net/v1",
        "daily_download_limit": -1
      },
      "a4k": {
        "name": "a4k",
        "root_url": "https://www.a4k.net",
        "daily_download_limit": -1
      }
    },
    "scan_logic": {
      "skip_chinese_movie": true,
      "skip_chinese_series": true
    },
    "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": 12,
      "check_pulic_ip_target_site": ""
    },
    "download_file_cache": {
      "ttl": 4320,
      "unit": "hour"
    }
  },
  "emby_settings": {
    "enable": true,
    "max_request_video_number": 10000,
    "skip_watched": true,
    "movie_paths_mapping": {
      "/media/movie": "smb://192.168.1.99/video/movie"
    },
    "series_paths_mapping": {
      "/media/tv": "smb://192.168.1.99/video/tv"
    },
    "auto_or_manual": true,
    "threads": 6
  },
  "developer_settings": {
    "enable": false,
    "bark_server_address": ""
  },
  "timeline_fixer_settings": {
    "max_offset_time": 120,
    "min_offset": 0.1
  },
  "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": ""
    },
    "local_chrome_settings": {
      "enabled": false,
      "local_chrome_exe_f_path": ""
    },
    "share_sub_settings": {
      "share_sub_enabled": false
    }
  }
}

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

image

jasonhorga avatar Jun 25 '22 13:06 jasonhorga

docker? 权限问题,改0最简单

avsba001 avatar Jun 25 '22 13:06 avsba001

你看看最新的docker部署教程,里面提到的权限设置细节。

allanpk716 avatar Jun 26 '22 02:06 allanpk716

权限问题解决了,出现了新问题 image

jasonhorga avatar Jun 26 '22 10:06 jasonhorga

权限问题解决了,出现了新问题 image

需要完整的这一段的堆栈信息

allanpk716 avatar Jun 27 '22 00:06 allanpk716

权限问题解决了,出现了新问题 image

需要完整的这一段的堆栈信息

堆栈信息怎么拿?

jasonhorga avatar Jun 27 '22 00:06 jasonhorga

就是你截图的这一段的日志,后面应该还有

allanpk716 avatar Jun 27 '22 01:06 allanpk716

subhd 字幕源有问题了,暂时不会修复了,后续考虑封闭开发。再次支持时间待定。

allanpk716 avatar Jun 27 '22 01:06 allanpk716

好的,关掉就好了吧?

jasonhorga avatar Jun 27 '22 01:06 jasonhorga

貌似subhd目前需要在公众号获取验证码才可以

jasonhorga avatar Jun 27 '22 01:06 jasonhorga

貌似subhd目前需要在公众号获取验证码才可以

这个早搞定了,不是这一步出的问题

allanpk716 avatar Jun 27 '22 02:06 allanpk716

貌似subhd目前需要在公众号获取验证码才可以

这个早搞定了,不是这一步出的问题

怎么临时处理一下?屏蔽subhd?

jasonhorga avatar Jun 27 '22 05:06 jasonhorga

新版本屏蔽了 subhd,或者你在每日下载次数限制设置为0.

image

allanpk716 avatar Jul 03 '22 03:07 allanpk716