You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main downside of enabling sandboxed pointers is that ArrayBuffers which point to external ("off-heap") memory are no longer allowed. This means that native modules which rely on this functionality in V8 will need to be refactored to continue working in Electron 20 and later.
前置阅读 | Pre-reading
PicList的版本 | PicList Version
1.4.1
系统信息 | System Information
Windows
问题重现 | Bug reproduce
安装插件前还能上传,安装以后就一致卡在 Starting to remove EXIF data
相关日志 | Logs
2023-03-09 18:03:02 [PicList INFO] Compress or convert image
2023-03-09 18:03:03 [PicList INFO] Before transform
2023-03-09 18:03:03 [PicList INFO] Transforming... Current transformer is [path]
2023-03-09 18:03:03 [PicList INFO] Before upload
2023-03-09 18:03:03 [PicList INFO] beforeUploadPlugins: renameFn running
2023-03-09 18:03:03 [PicList INFO] Uploading... Current uploader is [github]
2023-03-09 18:03:05 [PicList SUCCESS]
https://xxxx.webp
2023-03-09 18:03:06 [PicList INFO] detect second instance
2023-03-09 18:03:31 [PicList SUCCESS] 插件安装成功
2023-03-09 18:03:44 [PicList INFO] Compress or convert image
2023-03-09 18:03:44 [PicList INFO] Before transform
2023-03-09 18:03:44 [PicList INFO] Transforming... Current transformer is [path]
2023-03-09 18:03:44 [PicList INFO] Before upload
2023-03-09 18:03:44 [PicList INFO] beforeUploadPlugins: renameFn running
2023-03-09 18:03:44 [PicList INFO] beforeUploadPlugins: remove-exif running
2023-03-09 18:03:44 [PicList INFO] **** Starting to remove EXIF data ****
The text was updated successfully, but these errors were encountered: