Git Product home page Git Product logo

Comments (3)

QIN2DIM avatar QIN2DIM commented on August 16, 2024

以上输出的日志信息都是可忽略的警告,不影响运行。


  1. 直接 exited 说明你没有配置 .env,缺少环境变量服务无法启动。你可以使用 vim 之类的工具修改 .env(或者说你少传了一个文件) 。

  2. docker 的解决方案集成度极高,玩家只需要在 .env 里面填写必要的账号信息就能启动服务,此外,还需确保 docker-compose.yaml.env 在同一目录下 (当然如果你 compose 的指令非常熟悉,文件名目录随便改,启动指令加相应的参数就行,灵活一点)。

from epic-awesome-gamer.

QIN2DIM avatar QIN2DIM commented on August 16, 2024

诶不过你指出了一个容易忽略的 BUG,我会在之后的版本中修复它。


  1. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (zh_CN.UTF8)

    已在最新版本代码中使用了更高级的语种统一方案。 d049daa

    在此版本中,不再依赖外部的 export 指令,顺手处理了这个意外警告。

  2. DEPRECATION: The OpenSSL being used by this python install (OpenSSL 1.0.2k-fips 26 Jan 2017) does not meet the minimum supported version (>= OpenSSL 1.1.1) in order to support TLS 1.3 required by Cloudflare, You may encounter an unexpected Captcha or cloudflare 1020 blocks.

    这个弃用警告由 cloudscraper 从 Python 内建库 ssl 抛出。直译为镜像所用的 AmazonLinux2 Python3 的 OpenSSL 版本过低(1.0.2), 而 cloudscraper 需要 OpenSSL >= 1.1.1 才能启动「躲避追踪」的功能。

    cloudscraper 属于过度的稳定性增强组件,当前 EPIC 还未使用到更加高级的流量阻断模块,所以即使 cloudscraper 不起作用,问题也不大。

    需要处理这个问题有两种方案,一个是在 AmazonLinux2 基础镜像上重新编译 Python3 ,要么换一个最新特性的 Python3 开发环境(如 Python3.10-slim 或 Ubuntu),这两种备用方案的镜像我早已备齐,如果某一天 EPIC 沿着这条技术路线升级了阻断能力,我会及时发布。

from epic-awesome-gamer.

QIN2DIM avatar QIN2DIM commented on August 16, 2024

我在刚发布的 tag d0669362035a 中做了冗余剪枝,压缩了将近 1/3 的镜像体积。

巧的是这些方案用到了新的基础镜像,这里面编译了 OpenSSL >=1.1.1 所以这个弃用禁告被顺手处理了,意味着系统“稳定性”正在跑步升级。😂

你可以用你自己喜欢的方式拉取最新版本的镜像 tag d0669362035a ,这里面已经处理了 localeOpenSSL 的弃用警告。

from epic-awesome-gamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.