最近突然报这个错,cloud init error,该如何解决呢?
发布于 4 年前 作者 taocao 4611 次浏览 来自 官方Issues

VM6950:1 cloud init error:  Error: meet frequency limit, please slowdown and try again later

    at Function.fail (VM6957 WAService.js:2)

    at h (VM6957 WAService.js:2)

    at Object.fail (VM6957 WAService.js:2)

    at v (VM6957 WAService.js:2)

    at VM6957 WAService.js:2

    at e.<anonymous> (VM6955 asdebug.js:1)

    at h (VM6957 WAService.js:2)

    at VM6957 WAService.js:2

    at VM6957 WAService.js:2

console.error @ VM6950:1

(anonymous) @ VM6957 WAService.js:2

Promise.catch (async)

y.sendInitRequest @ VM6957 WAService.js:2

y.init @ VM6957 WAService.js:2

p.<computed> @ VM6957 WAService.js:2

(anonymous) @ index.js? [sm]:6

wrapFn @ appservice?t=1603540748124:17553

require @ VM6957 WAService.js:2

(anonymous) @ VM7127:393

doWhenAllScriptLoaded @ appservice?t=1603540748124:19333

(anonymous) @ appservice?t=1603540748124:17591

t.onload @ VM6950:1

load (async)

c @ VM6950:1

window.loadBabelMod @ VM6950:1

(anonymous) @ toConsumableArray.js:12

index.js? [sm]:158 {errMsg: “showShareMenu:ok”}

1 回复

你好,错误信息说明是当前初始化操作频率过快,触发了频控导致的,请检查代码内是否有死循环或重复加载的情况。

回到顶部