Code Monkey home page Code Monkey logo

codegen's People

Contributors

tangxi108 avatar work7z avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

codegen's Issues

下载前验证码 一直提示 验证码不正确,请重试或刷新代码。试了很多次都不成功

系统版本 macOS Sonoma 14.2
浏览器版本 Chrome 120.0.6099.129

复现步骤:

  1. 打开网址 http://codegen.cc/v2/nav/verify-download?type=prod&version=v1.8.65&name=codegen-v1.8.65-arm64.tar.gz
  2. 输入图像验证码
  3. 点击 “验证您的操作” 按钮
  4. 然后网页提示 “验证码不正确,请重试或刷新代码。“

一个疑惑的点:
每次在 “图像验证码” 输入都会触发请求 getDownloadLinkByVCode 带着当前输入的验证码, 点击 “验证您的操作” 没有发送请求.

CDN静态资源安装报错

版本1.7.12
从1.6.81更新到1.7.12后,尝试使用CND静态资源功能,在下载完依赖后就出现下面报错
image

使用离线安装后一直显示这个页面
image

arm

Docker版本不支持arm啊,希望增加支持。

[NOTE] CodeGen recommends using English to raise an issue, yet Chinese Issue is acceptable as well. 推荐使用英文但不强制,中文也是可以的,只要有任何软件问题或建议,请您随时告诉我们

Dear user,

Thank you for using CodeGen ToolBox. For any kind of Software issues or suggestions, please help to tell us so as to make CodeGen better together.

Regarding the language of the issue, we recommend using English to raise an issue, yet Chinese Issue is acceptable as well. When you're trying to raise an issue, it would be great if you can provide your OS info and CodeGen version, much appreciate!

Best Regards.
CodeGen ToolBox


亲爱的用户,

感谢您使用CodeGen ToolBox。对于任何类型的软件问题或建议,请帮助告诉我们,以便让我们把CodeGen做得更好。

关于问题的语言,我们建议使用英语Issue,但中文问题也是可以接受的。当您试图提Issue,如果你能提供你的操作系统信息和CodeGen版本,这将是非常有帮助的,十分感谢!

此致
敬礼
CodeGen工具箱

docker 部署异常

docker 部署后在线用户登录的验证码无法加载,导致无法登录在线账户
image

JSON转Model 报错Cannot read properties of undefined (reading 'fieldName')

web版1.6.8
json内容:

{
    "data": [
        {
            "airdate": "2022-09-29",
            "name": "1",
            "name_cn": "1",
            "duration": "00:23:40",
            "desc": "1",
            "ep": 25,
            "id": 1073368,
            "subject_id": 326895,
            "comment": 19,
            "type": 0,
            "disc": 0,
            "duration_seconds": 1420,
            "sort": 1
        }
    ],
  "total": 25,
  "limit": 100,
  "offset": 0
}

结果
image


把json里的sort字段去掉就能成功

{
    "data": [
        {
            "airdate": "2022-09-29",
            "name": "1",
            "name_cn": "1",
            "duration": "00:23:40",
            "desc": "1",
            "ep": 25,
            "id": 1073368,
            "subject_id": 326895,
            "comment": 19,
            "type": 0,
            "disc": 0,
            "duration_seconds": 1420
        }
    ],
  "total": 25,
  "limit": 100,
  "offset": 0
}

结果
image

数据库管理无法链接

版本: 1.6.13
问题: 无论是连本地库,还是线上的测试库, 都返回: 通信链路故障 最后一个成功发送到服务器的数据包是0毫秒前。驱动程序尚未收到来自服务器的任何数据包。

AES加密工具报错

使用软件更新,从1.5.93更新之1.6.32版本后:

新的AES加密点击生成秘钥报错:

Error: /opt/app/codegen-toolbox/extensions/encryption_and_decryption_codegen_api_v1.6.2/encryption_and_decryption/pre-requisite.json (No such file or directory)

请问该如何修复中间版本的资源缺失?

无法下载

访问https://acdn.codegen.work7z.com/test/v1.2.5/CodeGen-v1.2.5.zip
报错

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>UserDisable</Code>
<Message>UserDisable</Message>
<RequestId>6253A69F9C7AA2383641803E</RequestId>
<HostId>codegen-release-services.oss-cn-guangzhou.aliyuncs.com</HostId>
</Error>

LInux APPImage版本白屏

静态服务器新建完成以后,点击启动后就白屏了,编辑的时候也会白屏,需要按Ctrl+R刷新,但是刷新就回到了主页,无法看见服务器编辑页面

win11下生成了错误的backend文件夹路径

您好,
我的安装路径是:
D:\Program Files\codegen-v1.4.5-windows-x64
点击startup.bat后,创建了以下目录:
D:\Program%20Files\codegen-v1.4.5-windows-x64\codegen-toolbox-v1.4.5-windows-x64\procedures\v1.4.5\backend
请确认程序是否有路径空格处理问题

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.