chengquanomg / iqy_checkin

爱奇艺每日签到和抽奖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

腾讯云部署问题

2192098715 opened this issue · comments

显示测试成功,但就是没有签到
START RequestId:e331ab6e-b89b-4ae8-a8e5-fff080273c87

2021-06-29T00:02:00.901Z 00a946be-beab-47d3-9b17-6f6a3132e158 (node:7) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'todayGrowth' of undefined

    at /var/user/index.js:86:46

    at processTicksAndRejections (internal/process/task_queues.js:97:5)

    at async /var/user/index.js:28:5

2021-06-29T00:02:00.901Z 00a946be-beab-47d3-9b17-6f6a3132e158 (node:7) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)

Response RequestId:e331ab6e-b89b-4ae8-a8e5-fff080273c87 RetMsg:null

END RequestId:e331ab6e-b89b-4ae8-a8e5-fff080273c87

Report RequestId:e331ab6e-b89b-4ae8-a8e5-fff080273c87 Duration:141ms Memory:128MB MemUsage:14.371094MB

现在的云函数没有自动安装依赖的功能了,直接创建失败

commented

在本地安装依赖测试,发现还是不成功 ,函数内部里面打印不出来
Uploading image.png…