gpt4 book ai didi

macos - shell.openExternal没有打开有效的URL

转载 作者:行者123 更新时间:2023-12-03 12:21:01 28 4
gpt4 key购买 nike

我最近将Electron Mac应用程序从Electron v5.0.1更新到了v9.0.1,看来shell.openExternal(url)不再起作用。什么都不会打开,并且错误将记录到控制台:

Uncaught (in promise) Error: Failed to open URL

这是在macOS 10.15.4(Catalina)上。我找不到有关此错误的任何有用信息。有人有想法么?

最佳答案

我遇到了这个问题,并通过使用shell解决了它:

const { shell } = require('electron').remote
而不只是
const { shell } = require('electron')
同样在Mac(macOS 11.1)上,尽管我不确定这是否特别重要,因为这是从渲染器进程调用的问题。

关于macos - shell.openExternal没有打开有效的URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62157054/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com