File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,8 @@ wasmsplit-ci disable -p ./minigame-dir/
346
346
347
347
### 常见问题排查
348
348
- 错误码:-10000401 密钥检验失败,请检查密钥是否正确 验签失败,请检查公钥私钥是否匹配
349
+ - 出现"need retry task: retryInit"之类的日志后中断执行,如果不是私钥路径错误的话,一般是私钥格式不对,私钥和MP配置的公钥都需要是PEM格式的。
350
+ - 使用CI分包后,miniprogram-ci上传时报错"main package source size 4369KB exceed max limit 4096KB",需要更新miniprogram-ci到beta版2.1.14。
349
351
## FAQ
350
352
351
353
### 分包是否是必要的
Original file line number Diff line number Diff line change @@ -652,7 +652,6 @@ internal void Start(ProvideHandle provideHandle)
652
652
m_ProvideHandle . SetDownloadProgressCallbacks ( GetDownloadStatus ) ;
653
653
m_ProvideHandle . SetWaitForCompletionCallback ( WaitForCompletionHandler ) ;
654
654
#if UNLOAD_BUNDLE_ASYNC
655
- Debug . LogError ( "UNLOAD_BUNDLE_ASYNC" ) ;
656
655
m_UnloadOperation = unloadOp ;
657
656
if ( m_UnloadOperation != null && ! m_UnloadOperation . isDone )
658
657
m_UnloadOperation . completed += OnUnloadOperationComplete ;
You can’t perform that action at this time.
0 commit comments