-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题自查 #73
Comments
正常的,但还是 loading |
Hi Putty, |
在终端中运行包内容中的二进制,显示内容为“”“res-downloader Helper (Renderer)[84682:470832] CoreText note: Client requested name ".PingFangUIDisplaySC-Bold", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].”“” |
软件是2.1.1吗 |
什么系统? |
macOS 15.0 |
刚升级到15.0 我这边正常 你重新安装看看 |
是的,版本是2.1.1 |
我是用的系统版本是 macos 10.15.7,res-downloader 2.1.1 |
我是用的系统版本是 macos 13.3.1,res-downloader 2.1.1 终端 |
软件内代理留空 |
卸载重装 软件内代理留空 |
你好,系统是win11,23H2,软件版本是2.1.3,打开软件后没有网络,重新手动安装证书也没用。PowerShell打开后打开网页报错如下,麻烦帮忙看下吧,感谢 |
aria2RpcClient err: TypeError: Cannot read properties of undefined (reading 'length')
|
图片和其他视频都是ok的 就只是微信视频号的视频解析下载失败 |
我在 arch 下通过仓库的源码编译好了,但是提示缺少证书文件,这个文件从那里获取,我打包的时候可以加上。 原因是 Arch 的 ca-certificates-utils 包和 Debian 等系统有差异,手动修改源码编译后解决。 # Maintainer: taotieren <[email protected]>
pkgname=res-downloader
pkgver=3.0.1
pkgrel=0
pkgdesc="支持视频号、小程序、抖音、快手、小红书、直播流、酷狗、QQ音乐等常见网络资源! "
arch=($CARCH)
url="https://github.com/putyy/res-downloader"
license=('Apache-2.0')
provides=(${pkgname})
conflicts=(${pkgname})
# replaces=(${pkgname})
depends=(
ca-certificates-utils
gdk-pixbuf2
glib2
glibc
gtk3
hicolor-icon-theme
webkit2gtk
)
makedepends=(
pnpm
go
wails
)
backup=()
options=(!debug !strip !lto)
#install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('952ba006706972e3464e5da9834c4cc1c04a63ae55823ee3cd4feb3be26e8512')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
export GO111MODULE=on
export GOPROXY=https://goproxy.cn,direct
sed -i -e 's|/usr/local/share/ca-certificates/|/usr/share/ca-certificates/trust-source/anchors/|g' \
-e 's|update-ca-certificates|update-ca-trust|g' core/system_linux.go
wails build
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"
install -Dvm755 build/bin/${pkgname} -t ${pkgdir}/usr/bin
install -Dvm644 build/appicon.png ${pkgdir}/usr/share/icons/hicolor/512x512/apps/${pkgname}.png
install -Dvm644 /dev/stdin ${pkgdir}/usr/share/applications/${pkgname}.desktop <<EOF
[Desktop Entry]
Categories=
Comment=${pkgdesc}
Exec=${pkgname}
Icon=${pkgname}.png
Name=${pkgname}
Terminal=false
Type=Application
EOF
}
❯ cat /usr/share/ca-certificates/trust-source/anchors/res-downloader.crt
-----BEGIN CERTIFICATE-----
MIIDwzCCAqugAwIBAgIUFAnC6268dp/z1DR9E1UepiWgWzkwDQYJKoZIhvcNAQEL
BQAwcDELMAkGA1UEBhMCQ04xEjAQBgNVBAgMCUNob25ncWluZzESMBAGA1UEBwwJ
Q2hvbmdxaW5nMQ4wDAYDVQQKDAVnb3dhczEWMBQGA1UECwwNSVQgRGVwYXJ0bWVu |
windows查找问题: 打开PowerShell 将软件拖入进入后回车运行 查看提示是否报错
Mac查找问题: 打开应用程序->找到res-downloader->右键显示包内容->找到Contents/MacOS下的res-downloader文件->拖入终端回车运行 查看提示是否报错
The text was updated successfully, but these errors were encountered: