Seven

Results 4 comments of Seven

其他cell内的相同gif有正常显示,在某一次刷新出现了currentAnimatedFrame中的image为空了 现在我只能修改了currentAnimatedFrame的判断,防止崩溃,但是具体原因却没有找到 请各位大佬帮忙分析一下 animatedFrames[previousFrameIndex] = animatedFrames[previousFrameIndex]?.placeholderFrame preloadIndexes(start: currentFrameIndex).forEach { index in guard let currentAnimatedFrame = animatedFrames[index] else { return } if !currentAnimatedFrame.isPlaceholder { return } animatedFrames[index] = currentAnimatedFrame.makeAnimatedFrame(image: loadFrame(at: index))...

已使用HTTPCache创建了本地服务

I triggered the pusheter initialization through a button, and the above error disappeared, but error changed to [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Websocket url not found #0 _waitForWebSocketUrl (package:puppeteer/src/puppeteer.dart:345:3) #1 Puppeteer.launch....

com.apple.security.app-sandbox I had modified the plist file in macos. var browser = await puppeteer.launch( devTools: false, executablePath: BrowserPath.chrome, noSandboxFlag: true, args: puppeteer.defaultArgs(), headless: false, userDataDir: "profile-folder" ); this is my...