微信云托管官网
考试提醒这块怎么设置 [图片]
考试提醒这块怎么设置 [图片]
anifest for registry.cn-hangzhou.aliyuncs.com/gzh_api/api:latest not found: manifest unknown: manifest unknown。一直是这个错误,很着急
[图片] 之前没看版本号,以为都是按时间排的,总感觉日志很奇怪,仔细一看,日志顺序经常是乱的。真晕了。
测试过程中,发现日志有延迟, 不断提交新版本,新旧日志总是参合在一起,经常分不清界限,真是麻烦, 有一个按钮,可以清除历史记录就好了,这很助于调试。希望官方认真考虑一下。
云托管的数据库只有myql, 而且不是完全集成到云托管里的,还得另链接到腾讯云的实例。 个人使用感受,以及相关问题, 云托管实例与mysql 实例管理完全是脱离的,mysql 有自己的冷启动,云托管后台逻辑还得考虑mysql启动与否,两个服务运行还得考虑同步问题,我觉得你们没有替用户考虑,或者没有从用户角度考量;办法是让mysql常驻运行, 如果是一些非常24小时运行的业务,mysql常驻运行这是一个浪费。我看到很多人发贴有这方面困扰。 mysql 针对小程序的话,小程序表一般也不会太复杂,大部分小程序,10个表到几十张表足以应对,mysql 有点重了,非得用关系数据库的话一个sqlite 足够,启动很快,运行成本更低。 另外一个不理解,为什么云开发有文档数据库,无须启动,无须跳到另外的控件台,我的小程序开发来说完全够用,(我感觉市面绝大多数也够用,)云托管却不支持,或者多一个选项不行吗? 也许会说,想用再开通一个云开发,一个小程序维护多个后台服务,与云托管初衷也不符吧,用户也增加不少负担。对于来说,如果云托管能无缝集成sqlite , 在实例启动数据库即可用,这是一个完美的方案,再或者像云开发集成了文档数据库,不要求管理一个后台服务也是可以的。
业务日志可以在运行日志里看,http400,500错误请求日志存储在哪里?现在业务日志里没有报错,但监控上有一堆http错误日志。[图片]
云托管部署的代码是否支持访问纯ipv6的服务器呢?
使用通过config接口注入权限验证配置, 申请网页分享api updateAppMessageShareData 和 updateTimelineShareData, appId能否使用小程序的appId?wx.config({ debug: true, // 调试时可开启 appId: 'wxca5df8e690140b8f', // <!-- replace --> timestamp: 0, // 必填,填任意数字即可 nonceStr: 'nonceStr', // 必填,填任意非空字符串即可 signature: 'signature', // 必填,填任意非空字符串即可 jsApiList: ['chooseImage', 'updateAppMessageShareData', 'updateTimelineShareData'], // 必填,随意一个接口即可 openTagList:['wx-open-launch-weapp'], // 填入打开小程序的开放标签名 });
每次只要我把run pip install torch那行加进去docker,部署就会失败。log里也没有报错。是装不了torch吗?我已经把内存加到了8G。附上我的dockerfile和log。 FROM tiangolo/uwsgi-nginx-flask:python3.8 COPY ./app /app RUN apt-get update && apt-get install -y libsndfile1 RUN pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple RUN pip install -r /app/requirements.txt 部署开始于 2024-05-29 15:39:04 AppID: wxab91e5a69ebccc9f 环境名称:prod-5gwn8xqc6c5f9d98 [1/2] 创建版本 进行中 预计需要 1 分钟... - [2024-05-29 15:39:17] Started by user coding [2024-05-29 15:39:17] Running in Durability level: MAX_SURVIVABILITY [2024-05-29 15:39:19] [Pipeline] Start of Pipeline [2024-05-29 15:39:19] [Pipeline] node [2024-05-29 15:39:19] Running on Jenkins in /root/workspace [2024-05-29 15:39:19] [Pipeline] { [2024-05-29 15:39:19] [Pipeline] stage [2024-05-29 15:39:19] [Pipeline] { (检出 ZIP 包) [2024-05-29 15:39:19] Stage "检出 ZIP 包" skipped due to when conditional [2024-05-29 15:39:19] [Pipeline] } [2024-05-29 15:39:19] [Pipeline] // stage [2024-05-29 15:39:19] [Pipeline] stage [2024-05-29 15:39:19] [Pipeline] { (检出代码仓库) [2024-05-29 15:39:19] [Pipeline] sh [2024-05-29 15:39:19] + git clone ****** . [2024-05-29 15:39:19] Cloning into '.'... [2024-05-29 15:39:24] [Pipeline] sh [2024-05-29 15:39:24] + git checkout main [2024-05-29 15:39:24] Already on 'main' [2024-05-29 15:39:24] Your branch is up-to-date with 'origin/main'. [2024-05-29 15:39:24] [Pipeline] } [2024-05-29 15:39:24] [Pipeline] // stage [2024-05-29 15:39:24] [Pipeline] stage [2024-05-29 15:39:24] [Pipeline] { (构建 Docker 镜像) [2024-05-29 15:39:24] [Pipeline] sh [2024-05-29 15:39:24] + docker login -u ****** -p ****** ccr.ccs.tencentyun.com/tcb-******-jung/ca-amqyndmv_letbabytalk:letbabytalk-001-20240529153915 [2024-05-29 15:39:24] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29 15:39:24] WARNING! Your password will be stored unencrypted in /root/.docker/config.json. [2024-05-29 15:39:24] Configure a credential helper to remove this warning. See [2024-05-29 15:39:24] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2024-05-29 15:39:24] [2024-05-29 15:39:24] Login Succeeded [2024-05-29 15:39:24] [Pipeline] sh [2024-05-29 15:39:24] + docker build -f ././/Dockerfile -t ccr.ccs.tencentyun.com/tcb-******-jung/ca-amqyndmv_letbabytalk:letbabytalk-001-20240529153915 ./ [2024-05-29 15:39:24] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2024-05-29 15:39:24] Install the buildx component to build images with BuildKit: [2024-05-29 15:39:24] https://docs.docker.com/go/buildx/ [2024-05-29 15:39:24] [2024-05-29 15:39:25] Sending build context to Docker daemon 69.39MB [2024-05-29 15:39:25] Step 1/5 : FROM tiangolo/uwsgi-nginx-flask:python3.8 [2024-05-29 15:39:26] python3.8: Pulling from tiangolo/uwsgi-nginx-flask [2024-05-29 15:39:26] 3d53ef4019fc: Pulling fs layer [2024-05-29 15:39:26] 08f0bf643eb6: Pulling fs layer [2024-05-29 15:39:26] 6b037c2b46ab: Pulling fs layer [2024-05-29 15:39:26] 6043113e1c69: Pulling fs layer [2024-05-29 15:39:26] ac790b3f4e8d: Pulling fs layer [2024-05-29 15:39:26] 91738598eaa6: Pulling fs layer [2024-05-29 15:39:26] b7657d634a59: Pulling fs layer [2024-05-29 15:39:26] cce66fcf2dc0: Pulling fs layer [2024-05-29 15:39:26] 105a4d4a3b88: Pulling fs layer [2024-05-29 15:39:26] 10ad8289dc20: Pulling fs layer [2024-05-29 15:39:26] 012f19665811: Pulling fs layer [2024-05-29 15:39:26] d56991d69c2f: Pulling fs layer [2024-05-29 15:39:26] 78b7fb3ef3d4: Pulling fs layer [2024-05-29 15:39:26] 09378ed982a4: Pulling fs layer [2024-05-29 15:39:26] 00035e178cce: Pulling fs layer [2024-05-29 15:39:26] c0613e538e96: Pulling fs layer [2024-05-29 15:39:26] a2c831ebb700: Pulling fs layer [2024-05-29 15:39:26] ddb618753115: Pulling fs layer [2024-05-29 15:39:26] 73b0b58acef4: Pulling fs layer [2024-05-29 15:39:26] 2a714e3a5b59: Pulling fs layer [2024-05-29 15:39:26] 6fa954f46230: Pulling fs layer [2024-05-29 15:39:26] 31e47ec0e3fa: Pulling fs layer [2024-05-29 15:39:26] b59c0dbff906: Pulling fs layer [2024-05-29 15:39:26] 4f4fb700ef54: Pulling fs layer [2024-05-29 15:39:26] b8a7d8ac7822: Pulling fs layer [2024-05-29 15:39:26] f5020f22ba35: Pulling fs layer [2024-05-29 15:39:26] fd7d46a7ef2b: Pulling fs layer [2024-05-29 15:39:26] d9e33daefa45: Pulling fs layer [2024-05-29 15:39:26] f4031c01c316: Pulling fs layer [2024-05-29 15:39:26] 0e0d564a5af3: Pulling fs layer [2024-05-29 15:39:26] 012f19665811: Waiting [2024-05-29 15:39:26] d56991d69c2f: Waiting [2024-05-29 15:39:26] 78b7fb3ef3d4: Waiting [2024-05-29 15:39:26] 09378ed982a4: Waiting [2024-05-29 15:39:26] 00035e178cce: Waiting [2024-05-29 15:39:26] c0613e538e96: Waiting [2024-05-29 15:39:26] b8a7d8ac7822: Waiting [2024-05-29 15:39:26] a2c831ebb700: Waiting [2024-05-29 15:39:26] 73b0b58acef4: Waiting [2024-05-29 15:39:26] b59c0dbff906: Waiting [2024-05-29 15:39:26] f4031c01c316: Waiting [2024-05-29 15:39:26] 0e0d564a5af3: Waiting [2024-05-29 15:39:26] 2a714e3a5b59: Waiting [2024-05-29 15:39:26] fd7d46a7ef2b: Waiting [2024-05-29 15:39:26] d9e33daefa45: Waiting [2024-05-29 15:39:26] 6fa954f46230: Waiting [2024-05-29 15:39:26] 31e47ec0e3fa: Waiting [2024-05-29 15:39:26] ddb618753115: Waiting [2024-05-29 15:39:26] 105a4d4a3b88: Download complete [2024-05-29 15:39:26] cce66fcf2dc0: Verifying Checksum [2024-05-29 15:39:26] cce66fcf2dc0: Download complete [2024-05-29 15:39:26] 10ad8289dc20: Verifying Checksum [2024-05-29 15:39:26] 10ad8289dc20: Download complete [2024-05-29 15:39:26] ac790b3f4e8d: Verifying Checksum [2024-05-29 15:39:26] ac790b3f4e8d: Download complete [2024-05-29 15:39:26] d56991d69c2f: Verifying Checksum [2024-05-29 15:39:26] d56991d69c2f: Download complete [2024-05-29 15:39:26] 91738598eaa6: Verifying Checksum [2024-05-29 15:39:26] 91738598eaa6: Download complete [2024-05-29 15:39:26] 012f19665811: Download complete [2024-05-29 15:39:26] 78b7fb3ef3d4: Verifying Checksum [2024-05-29 15:39:26] 78b7fb3ef3d4: Download complete [2024-05-29 15:39:26] 08f0bf643eb6: Verifying Checksum [2024-05-29 15:39:26] 08f0bf643eb6: Download complete [2024-05-29 15:39:26] 09378ed982a4: Verifying Checksum [2024-05-29 15:39:26] 09378ed982a4: Download complete [2024-05-29 15:39:26] a2c831ebb700: Verifying Checksum [2024-05-29 15:39:26] a2c831ebb700: Download complete [2024-05-29 15:39:26] ddb618753115: Download complete [2024-05-29 15:39:26] c0613e538e96: Verifying Checksum [2024-05-29 15:39:26] c0613e538e96: Download complete [2024-05-29 15:39:26] 73b0b58acef4: Verifying Checksum [2024-05-29 15:39:26] 73b0b58acef4: Download complete [2024-05-29 15:39:26] 2a714e3a5b59: Download complete [2024-05-29 15:39:27] 6fa954f46230: Download complete [2024-05-29 15:39:27] 00035e178cce: Verifying Checksum [2024-05-29 15:39:27] 00035e178cce: Download complete [2024-05-29 15:39:27] 31e47ec0e3fa: Verifying Checksum [2024-05-29 15:39:27] 31e47ec0e3fa: Download complete [2024-05-29 15:39:27] 4f4fb700ef54: Verifying Checksum [2024-05-29 15:39:27] 4f4fb700ef54: Download complete [2024-05-29 15:39:27] b59c0dbff906: Verifying Checksum [2024-05-29 15:39:27] b8a7d8ac7822: Verifying Checksum [2024-05-29 15:39:27] b8a7d8ac7822: Download complete [2024-05-29 15:39:27] fd7d46a7ef2b: Verifying Checksum [2024-05-29 15:39:27] fd7d46a7ef2b: Download complete [2024-05-29 15:39:27] 6b037c2b46ab: Verifying Checksum [2024-05-29 15:39:27] 6b037c2b46ab: Download complete [2024-05-29 15:39:27] 3d53ef4019fc: Verifying Checksum [2024-05-29 15:39:27] 3d53ef4019fc: Download complete [2024-05-29 15:39:27] d9e33daefa45: Download complete [2024-05-29 15:39:27] 0e0d564a5af3: Verifying Checksum [2024-05-29 15:39:27] 0e0d564a5af3: Download complete [2024-05-29 15:39:27] f4031c01c316: Verifying Checksum [2024-05-29 15:39:27] f4031c01c316: Download complete [2024-05-29 15:39:27] f5020f22ba35: Verifying Checksum [2024-05-29 15:39:27] f5020f22ba35: Download complete [2024-05-29 15:39:29] 6043113e1c69: Verifying Checksum [2024-05-29 15:39:29] 6043113e1c69: Download complete [2024-05-29 15:39:29] 3d53ef4019fc: Pull complete [2024-05-29 15:39:29] 08f0bf643eb6: Pull complete [2024-05-29 15:39:31] 6b037c2b46ab: Pull complete [2024-05-29 15:39:36] 6043113e1c69: Pull complete [2024-05-29 15:39:36] ac790b3f4e8d: Pull complete [2024-05-29 15:39:36] 91738598eaa6: Pull complete [2024-05-29 15:39:36] b7657d634a59: Pull complete [2024-05-29 15:39:37] cce66fcf2dc0: Pull complete [2024-05-29 15:39:37] 105a4d4a3b88: Pull complete [2024-05-29 15:39:37] 10ad8289dc20: Pull complete [2024-05-29 15:39:37] 012f19665811: Pull complete [2024-05-29 15:39:37] d56991d69c2f: Pull complete [2024-05-29 15:39:37] 78b7fb3ef3d4: Pull complete [2024-05-29 15:39:37] 09378ed982a4: Pull complete [2024-05-29 15:39:37] 00035e178cce: Pull complete [2024-05-29 15:39:37] c0613e538e96: Pull complete [2024-05-29 15:39:37] a2c831ebb700: Pull complete [2024-05-29 15:39:37] ddb618753115: Pull complete [2024-05-29 15:39:37] 73b0b58acef4: Pull complete [2024-05-29 15:39:37] 2a714e3a5b59: Pull complete [2024-05-29 15:39:37] 6fa954f46230: Pull complete [2024-05-29 15:39:37] 31e47ec0e3fa: Pull complete [2024-05-29 15:39:37] b59c0dbff906: Pull complete [2024-05-29 15:39:37] 4f4fb700ef54: Pull complete [2024-05-29 15:39:37] b8a7d8ac7822: Pull complete [2024-05-29 15:39:38] f5020f22ba35: Pull complete [2024-05-29 15:39:38] fd7d46a7ef2b: Pull complete [2024-05-29 15:39:38] d9e33daefa45: Pull complete [2024-05-29 15:39:38] f4031c01c316: Pull complete [2024-05-29 15:39:38] 0e0d564a5af3: Pull complete [2024-05-29 15:39:38] Digest: sha256:5d461ffc12ea039b11d4a2f3605f821288342f29c905ed534771114882aff430 [2024-05-29 15:39:38] Status: Downloaded newer image for tiangolo/uwsgi-nginx-flask:python3.8 [2024-05-29 15:39:38] ---> c4c1a30a42b4 [2024-05-29 15:39:38] Step 2/5 : COPY ./app /app [2024-05-29 15:39:38] ---> 1bc394f3a707 [2024-05-29 15:39:38] Step 3/5 : RUN apt-get update && apt-get install -y libsndfile1 [2024-05-29 15:39:38] ---> Running in caabf5176607 [2024-05-29 15:39:38] Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2024-05-29 15:39:39] Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2024-05-29 15:39:39] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2024-05-29 15:39:39] Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8068 kB] [2024-05-29 15:39:39] Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [273 kB] [2024-05-29 15:39:39] Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] [2024-05-29 15:39:40] Fetched 8568 kB in 1s (6588 kB/s) [2024-05-29 15:39:40] Reading package lists... [2024-05-29 15:39:41] Reading package lists... [2024-05-29 15:39:41] Building dependency tree... [2024-05-29 15:39:41] Reading state information... [2024-05-29 15:39:41] The following additional packages will be installed: [2024-05-29 15:39:41] libflac8 libogg0 libopus0 libvorbis0a libvorbisenc2 [2024-05-29 15:39:41] Suggested packages: [2024-05-29 15:39:41] opus-tools [2024-05-29 15:39:41] The following NEW packages will be installed: [2024-05-29 15:39:41] libflac8 libogg0 libopus0 libsndfile1 libvorbis0a libvorbisenc2 [2024-05-29 15:39:41] 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. [2024-05-29 15:39:41] Need to get 691 kB of archives. [2024-05-29 15:39:41] After this operation, 2244 kB of additional disk space will be used. [2024-05-29 15:39:41] Get:1 http://deb.debian.org/debian bullseye/main amd64 libogg0 amd64 1.3.4-0.1 [27.3 kB] [2024-05-29 15:39:41] Get:2 http://deb.debian.org/debian bullseye/main amd64 libflac8 amd64 1.3.3-2+deb11u2 [112 kB] [2024-05-29 15:39:41] Get:3 http://deb.debian.org/debian bullseye/main amd64 libopus0 amd64 1.3.1-0.1 [190 kB] [2024-05-29 15:39:41] Get:4 http://deb.debian.org/debian bullseye/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB] [2024-05-29 15:39:41] Get:5 http://deb.debian.org/debian bullseye/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB] [2024-05-29 15:39:41] Get:6 http://deb.debian.org/debian bullseye/main amd64 libsndfile1 amd64 1.0.31-2 [188 kB] [2024-05-29 15:39:41] debconf: delaying package configuration, since apt-utils is not installed [2024-05-29 15:39:41] Fetched 691 kB in 0s (3356 kB/s) [2024-05-29 15:39:41] Selecting previously unselected package libogg0:amd64. [2024-05-29 15:39:41] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23765 files and directories currently installed.) [2024-05-29 15:39:41] Preparing to unpack .../0-libogg0_1.3.4-0.1_amd64.deb ... [2024-05-29 15:39:41] Unpacking libogg0:amd64 (1.3.4-0.1) ... [2024-05-29 15:39:41] Selecting previously unselected package libflac8:amd64. [2024-05-29 15:39:41] Preparing to unpack .../1-libflac8_1.3.3-2+deb11u2_amd64.deb ... [2024-05-29 15:39:41] Unpacking libflac8:amd64 (1.3.3-2+deb11u2) ... [2024-05-29 15:39:41] Selecting previously unselected package libopus0:amd64. [2024-05-29 15:39:41] Preparing to unpack .../2-libopus0_1.3.1-0.1_amd64.deb ... [2024-05-29 15:39:41] Unpacking libopus0:amd64 (1.3.1-0.1) ... [2024-05-29 15:39:41] Selecting previously unselected package libvorbis0a:amd64. [2024-05-29 15:39:41] Preparing to unpack .../3-libvorbis0a_1.3.7-1_amd64.deb ... [2024-05-29 15:39:41] Unpacking libvorbis0a:amd64 (1.3.7-1) ... [2024-05-29 15:39:41] Selecting previously unselected package libvorbisenc2:amd64. [2024-05-29 15:39:41] Preparing to unpack .../4-libvorbisenc2_1.3.7-1_amd64.deb ... [2024-05-29 15:39:41] Unpacking libvorbisenc2:amd64 (1.3.7-1) ... [2024-05-29 15:39:41] Selecting previously unselected package libsndfile1:amd64. [2024-05-29 15:39:41] Preparing to unpack .../5-libsndfile1_1.0.31-2_amd64.deb ... [2024-05-29 15:39:41] Unpacking libsndfile1:amd64 (1.0.31-2) ... [2024-05-29 15:39:41] Setting up libogg0:amd64 (1.3.4-0.1) ... [2024-05-29 15:39:41] Setting up libflac8:amd64 (1.3.3-2+deb11u2) ... [2024-05-29 15:39:41] Setting up libopus0:amd64 (1.3.1-0.1) ... [2024-05-29 15:39:42] Setting up libvorbis0a:amd64 (1.3.7-1) ... [2024-05-29 15:39:42] Setting up libvorbisenc2:amd64 (1.3.7-1) ... [2024-05-29 15:39:42] Setting up libsndfile1:amd64 (1.0.31-2) ... [2024-05-29 15:39:42] Processing triggers for libc-bin (2.31-13+deb11u10) ... [2024-05-29 15:39:42] Removing intermediate container caabf5176607 [2024-05-29 15:39:42] ---> f337f8b294b1 [2024-05-29 15:39:42] Step 4/5 : RUN pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple [2024-05-29 15:39:42] ---> Running in 6dde6e2c1f18 [2024-05-29 15:39:43] Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple [2024-05-29 15:39:44] Collecting torch [2024-05-29 15:39:44] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/01/08/f944e6d04b3610aa3e177a55f2060492eb80d04392f025601c482def6f92/torch-2.3.0-cp38-cp38-manylinux1_x86_64.whl (779.1 MB) [2024-05-29 15:42:50] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 779.1/779.1 MB 1.4 MB/s eta 0:00:00 [2024-05-29 15:42:50] Collecting nvidia-cuda-cupti-cu12==12.1.105 [2024-05-29 15:42:50] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) [2024-05-29 15:42:50] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 4.7 MB/s eta 0:00:00 [2024-05-29 15:42:50] Collecting typing-extensions>=4.8.0 [2024-05-29 15:42:50] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29 15:42:50] Collecting filelock [2024-05-29 15:42:50] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/41/24/0b023b6537dfc9bae2c779353998e3e99ac7dfff4222fc6126650e93c3f3/filelock-3.14.0-py3-none-any.whl (12 kB) [2024-05-29 15:42:50] Collecting nvidia-cudnn-cu12==8.9.2.26 [2024-05-29 15:42:50] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ff/74/a2e2be7fb83aaedec84f391f082cf765dfb635e7caa9b49065f73e4835d8/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) [2024-05-29 15:46:11] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.7/731.7 MB 1.2 MB/s eta 0:00:00 [2024-05-29 15:46:11] Collecting nvidia-cuda-nvrtc-cu12==12.1.105 [2024-05-29 15:46:11] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) [2024-05-29 15:46:18] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 3.6 MB/s eta 0:00:00 [2024-05-29 15:46:18] Collecting nvidia-cublas-cu12==12.1.3.1 [2024-05-29 15:46:18] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) [2024-05-29 15:48:39] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 1.7 MB/s eta 0:00:00 [2024-05-29 15:48:39] Collecting nvidia-nccl-cu12==2.20.5 [2024-05-29 15:48:39] Downloading https://pypi.tuna.tsinghua.edu.cn/packages/4b/2a/0a131f572aa09f741c30ccd45a8e56316e8be8dfc7bc19bf0ab7cfef7b19/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) [2024-05-29 15:49:20] Sending interrupt signal to process [2024-05-29 15:49:20] Aborted by coding [2024-05-29 15:49:21] Sending interrupt signal to process [2024-05-29 15:49:21] Aborted by coding [2024-05-29 15:49:22] Sending interrupt signal to process [2024-05-29 15:49:22] Aborted by coding [2024-05-29 15:49:23] Sending interrupt signal to process [2024-05-29 15:49:23] Aborted by coding [2024-05-29 15:49:24] Sending interrupt signal to process [2024-05-29 15:49:24] Aborted by coding [2024-05-29 15:49:25] Sending interrupt signal to process [2024-05-29 15:49:25] Aborted by coding [2024-05-29 15:49:26] Terminated [2024-05-29 15:49:26] script returned exit code 143 [2024-05-29 15:49:26] [Pipeline] } [2024-05-29 15:49:26] [Pipeline] // stage [2024-05-29 15:49:26] [Pipeline] stage [2024-05-29 15:49:26] [Pipeline] { (推送 Docker 镜像到 TCR) [2024-05-29 15:49:26] Stage "推送 Docker 镜像到 TCR" skipped due to earlier failure(s) [2024-05-29 15:49:26] [Pipeline] } [2024-05-29 15:49:26] [Pipeline] // stage [2024-05-29 15:49:26] [Pipeline] } [2024-05-29 15:49:26] [Pipeline] // node [2024-05-29 15:49:26] [Pipeline] End of Pipeline [2024-05-29 15:49:26] Finished: ABORTED *** 2024-05-29 15:39:17 create_build_image : succ,
我用了云托管本地调试Apache-think模板,VPC上的mysql也启动了,为什么请求不了数据库呢? 就是默认的那个计数器程序,不能正常运行。debug.json里写了数据库信息(就用内网的ip和端口没错吧,开了公网的也没用)。 云托管控制器里的服务设置里,环境变量是 { "TOAL_KEY": "当然这里有字", "TOAL_ROLE": "当然这里有字", "TOAL_MODE": "当然这里有字", "TOAL_VERBOSE": "当然这里有字" } 我不知道为什么不像非本地调试服务一样,这里没有数据库信息,我以为是不是在debug.json里设置了。总之我加上也没用 直接访问控制器地址 http://127.0.0.1:27081/api/count得到 SQLSTATE[HY000] [2006] MySQL server has gone away
[图片]
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/container/Cloud.callContainer.html timeoutnumber否根据业务自定义超时时间,单位为毫秒,本项取值需要小于 1500 毫秒(服务启动耗时 +请求耗时 < timeout < 1500 毫秒) 这里是15秒吧 ? 那就是15000 而不是1500 。
对象存储我存了一些图片,小程序里加载图片, <image src=File ID .... 这种写法对吗,为什么加载不出来? [图片] [渲染层网络层错误] Failed to load local image resource /pages/main/cloud://koala-cloud-backend-5cubed6d526a.6b6f-koala-cloud-backend-5cubed6d526a-1311903020/2.webp Network 里看到的是 Request URL: http://127.0.0.1:64851/__pageframe__/pages/main/cloud://koala-cloud-backend-5cubed6d526a.6b6f-koala-cloud-backend-5cubed6d526a-1311903020/2.webp 明明是云存储对象的地址,怎么当成本地的了,127.0.0.1 CDN 出问题了? 在云托管理可以预览图片,说明图片没有问题。 [图片]
[图片]
服务异常:环境信息异常,缺少oauth: https://dcxcx-4gdespq0fd817479.ap-shanghai.kits.tcloudbasegateway.com/cms/4oh1m1pst9553a34/v1/projects/requestStorage
[图片]
Error: Base resp abnormal, {"ret":-1,"errmsg":"system error.","wx_req_id":"vfMcPBpre-un4HOa-1716694991"} 我另一个未认证的都可以创建,这个认证的倒还创建不了??
今天开通云托管,还不知道如何运营,有大佬提供帮助的吗?
微信云托管平台服务列表中的wxcomponent-214299最初是官方送的免费限时服务,被删除后,能恢复吗?最初是官方自动布署的https://github.com/WeixinCloud/wxcloudrun-wxcomponentr的这个服务,被删除后,能恢复吗?现在还有免费时长,到9
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message-overview.html
可以查看小程序消息能力