wulkano/kap

Error: The 'screen' module can't be used before the app 'ready' event

Open

#891 创建于 2020年7月10日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (548 fork)batch import
Help WantedPriority: LowSentryType: Bug

仓库指标

Star
 (11,043 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Sentry Issue: KAP-7AN

Error: The 'screen' module can't be used before the app 'ready' event
  File "app:///main/cropper.js", line 20, in closeAllCroppers
    screen.removeAllListeners('display-removed');
  File "app:///main/preferences.js", line 16, in openPrefsWindow
    closeAllCroppers();
  File "app:///main/utils/deep-linking.js", line 22, in null.<anonymous>
    const triggerPluginAction = action => name => openPrefsWindow({target: {name, action}});
  File "app:///main/utils/deep-linking.js", line 34, in handleDeepLink
    return routes.get(host)(pathname.slice(1));
  File "app:///main/index.js", line 124, in App.<anonymous>
    handleDeepLink(url);
...
(5 additional frame(s) were not displayed)

贡献者指南