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

抓取失敗: sn=33575 抓取影片信息時發生未知錯誤: unable to connect ani.gamer.com.tw:443 #254

Open
qingxu114 opened this issue Aug 12, 2023 · 1 comment

Comments

@qingxu114
Copy link

qingxu114 commented Aug 12, 2023

問題描述

#在這裏詳細説明你遇到了什麽問題#
抓取失敗: sn=33575 抓取影片信息時發生未知錯誤:unable to connect ani.gamer.com.tw:443

錯誤截圖

#在這裏附上錯誤的窗口截圖#
9T(U6}TYUXC44)0JG7JOA

config.json 配置

    "bangumi_dir": "",
    "temp_dir": "",
    "classify_bangumi": true,
    "check_frequency": 5,
    "download_resolution": "1080",
    "lock_resolution": false,
    "only_use_vip": false,
    "default_download_mode": "latest",
    "use_copyfile_method": false,
    "multi-thread": 1,
    "multi_upload": 3,
    "segment_download_mode": true,
    "multi_downloading_segment": 2,
    "segment_max_retry": 8,
    "add_bangumi_name_to_video_filename": true,
    "add_resolution_to_video_filename": true,
    "customized_video_filename_prefix": "【動畫瘋】",
    "customized_bangumi_name_suffix": "",
    "customized_video_filename_suffix": "",
    "video_filename_extension": "mp4",
    "zerofill": 1,
    "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",
    "use_proxy": false,
    "proxy": "http://user:[email protected]:1000",
    "upload_to_server": false,
    "ftp": {
        "server": "",
        "port": "",
        "user": "",
        "pwd": "",
        "tls": true,
        "cwd": "",
        "show_error_detail": false,
        "max_retry_num": 15
    },
    "user_command": "shutdown -s -t 60",
    "coolq_notify": false,
    "coolq_settings": {
        "msg_argument_name": "message",
        "message_suffix": "追加的資訊",
        "query": [
            "http://127.0.0.1:5700/send_group_msg?access_token=abc&group_id=12345678",
            "http://127.0.0.1:5700/send_group_msg?access_token=abc&group_id=87654321"
        ]
    },
    "telebot_notify": false,
    "telebot_token": "",
    "discord_notify": false,
    "discord_token": "",
    "plex_refresh": false,
    "plex_url": "",
    "plex_token": "",
    "plex_section": "",
    "faststart_movflags": false,
    "audio_language": false,
    "use_mobile_api": false,
    "danmu": false,
    "danmu_ban_words": [],
    "check_latest_version": true,
    "read_sn_list_when_checking_update": true,
    "read_config_when_checking_update": true,
    "ads_time": 25,
    "mobile_ads_time": 3,
    "use_dashboard": true,
    "dashboard": {
        "host": "127.0.0.1",
        "port": 5000,
        "SSL": false,
        "BasicAuth": false,
        "username": "admin",
        "password": "admin"
    },
    "save_logs": true,
    "quantity_of_logs": 7,
    "config_version": 17.2,
    "database_version": 2.0,
    "classify_season": false,
    "plex_naming": false,
    "no_proxy_akamai": false,
    "download_cd": 60,
    "parse_sn_cd": 5
}
#將你的config.json内容複製到這裏#

sn_list.txt 配置

#將你的sn_list.txt内容複製到這裏#
```2023-08-12 21:33:47 檢查更新 檢查更新失敗
2023-08-12 21:33:47 自動模式啓動aniGamerPlus 當前aniGamerPlus版本: v24.5 
2023-08-12 21:33:47 工作目錄: E:\aniGamerPlus_v23.1_windows_64bit_2 
2023-08-12 21:33:52 Web控制面板已啓動 訪問地址: http://127.0.0.1:5000
2023-08-12 21:33:52 開始更新 
2023-08-12 21:33:52 讀取cookie 發現cookie檔案
2023-08-12 21:33:52 讀取cookie 已讀取cookie
2023-08-12 21:33:52 更新資訊 本次更新添加了 0 個新任務, 目前列隊中共有 0 個任務
2023-08-12 21:33:52 更新终了 
2023-08-12 21:34:08 Dashboard 通過 Web 控制臺下達了手動任務
2023-08-12 21:34:08 解析模式: sn=18626	Web解析
2023-08-12 21:34:29 抓取失敗: sn=18626	抓取影片信息時發生未知錯誤: unable to connect ani.gamer.com.tw:443
2023-08-12 21:34:37 抓取異常: sn=18626	異常詳情:
Traceback (most recent call last):
  File "pyhttpx\layers\tls\pyssl.py", line 119, in connect
  File "gevent\_socketcommon.py", line 607, in connect
TimeoutError: [Errno 10060] [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "aniGamerPlus.py", line 55, in build_anime
  File "Anime.py", line 73, in __init__
  File "Anime.py", line 141, in __get_src
  File "Anime.py", line 285, in __request
  File "pyhttpx\session.py", line 285, in get
  File "pyhttpx\session.py", line 175, in request
  File "pyhttpx\session.py", line 246, in send
  File "pyhttpx\session.py", line 240, in get_conn
  File "pyhttpx\session.py", line 81, in _get_conn
  File "pyhttpx\session.py", line 71, in _new_conn
  File "pyhttpx\layers\tls\pyssl.py", line 122, in connect
pyhttpx.exception.ConnectionTimeout: unable to connect ani.gamer.com.tw:443



**最好上傳 log 檔案**
@miyouzi
Copy link
Owner

miyouzi commented Sep 9, 2024

请检查你的网络是否能访问动画疯。
PS: 你的配置并没有配置代理

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

2 participants