技术 求助:新建好 docker 后,遇到报错

Alex · 2025年08月14日 · 最后由 Alex 回复于 2025年08月14日 · 14 次阅读

你好大神们,我刚部署了 docker, 启动后,也能到达 m3u 文件,但是播放不了,显示错误:

[2025-08-14 05:50:44,589] ERROR in app: Request failed: HTTPSConnectionPool(host='api.wx.sb', port=443): Max retries exceeded with url: /api/tptv/G_CCTV-1-AVS-4K264 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve')), retrying...

[2025-08-14 05:50:45,093] ERROR in app: Request failed: HTTPSConnectionPool(host='api.wx.sb', port=443): Max retries exceeded with url: /api/tptv/G_CCTV-1-AVS-4K264 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve')), retrying...

[2025-08-14 05:50:45,596] ERROR in app: Request failed: HTTPSConnectionPool(host='api.wx.sb', port=443): Max retries exceeded with url: /api/tptv/G_CCTV-1-AVS-4K264 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name does not resolve')), retrying...

[2025-08-14 05:50:45,596] ERROR in app: Request failed after retrying

求助这个怎么解决?

补充:这个部署地区香港 vps,

compose 内容: services: pixman: image: pixman/pixman restart: always container_name: pixman environment: - MYTVSUPER_TOKEN="省略" ports: - 5022:5000 volumes: - ./app/data/m3u:/app/app/data/m3u

需要 登录 后方可回复, 如果你还没有账号请 注册新账号