Skip to content
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

v2.6 更新重要说明 #320

Open
cooderl opened this issue Dec 15, 2024 · 5 comments
Open

v2.6 更新重要说明 #320

cooderl opened this issue Dec 15, 2024 · 5 comments

Comments

@cooderl
Copy link
Owner

cooderl commented Dec 15, 2024

更新v2.6.1,修复docker镜像问题

  1. 支持拉取公众号的历史文章。对数据库做了一点调整,虽然我测试了多次,但有条件的话可以做一次备份后更新。
image
  1. 保留了文章html清理,通过 ENABLE_CLEAN_HTML=true 开启
  2. 增加了连续更新的延迟,通过 UPDATE_DELAY_TIME 控制更新延迟时间,默认为 60s
  3. 加了一个加速镜像域名,https://weread.965111.xyz,这个测试了在国内没有被污染。可以通过环境变量 PLATFORM_URL=https://weread.965111.xyz 进行配置

Follow 订阅如果是失败,这是因为follow服务端拉取比较慢,可以多点击几次重试可以成功。
在Follow中推荐使用查看原文的方式进行阅读。

rel: #308 #304 #314 #303 #319 #316 #299 #174

ps: 如果老板们觉得 wewe-rss 项目有帮助,可以给我来一杯啤酒!那可太棒了!

PayPal

paypal.me/cooderl

微信

Donate_WeChat.jpg

@cooderl cooderl pinned this issue Dec 15, 2024
@cooderl cooderl changed the title v2.6 更新说明 v2.6 更新重要说明 Dec 15, 2024
@imrayyu
Copy link

imrayyu commented Dec 16, 2024

我是用的cooderl/wewe-rss-sqlite:latest镜像,watchtower昨天自动更新的,更新后容器一直在重启无法正常运行。
看了下后台日志,不知道是不是因为这个错误。
PrismaClientInitializationError: Unable to require(/app/node_modules/.pnpm/@[email protected][email protected]/node_modules/.prisma/client/libquery_engine-linux-musl.so.node).
The Prisma engines do not seem to be compatible with your system. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements

Details: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/.prisma/client/libquery_engine-linux-musl.so.node)
at Object.loadLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:10151)
at async vt.loadEngine (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:448)
at async vt.instantiateLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:12591)
at async vt.start (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:1981)
at async Proxy.onModuleInit (/app/dist/prisma/prisma.service.js:14:9)
at async Promise.all (index 0)
at async callModuleInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5)
at async NestApplication.callInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application-context.js:223:13)
at async NestApplication.init (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:100:9)
at async NestApplication.listen (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:169:33) {
clientVersion: '5.10.1',
errorCode: undefined
}

@cooderl
Copy link
Owner Author

cooderl commented Dec 16, 2024

我是用的cooderl/wewe-rss-sqlite:latest镜像,watchtower昨天自动更新的,更新后容器一直在重启无法正常运行。
看了下后台日志,不知道是不是因为这个错误。
PrismaClientInitializationError: Unable to require(/app/node_modules/.pnpm/@[email protected][email protected]/node_modules/.prisma/client/libquery_engine-linux-musl.so.node).
The Prisma engines do not seem to be compatible with your system. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements

Details: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/.prisma/client/libquery_engine-linux-musl.so.node)
at Object.loadLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:10151)
at async vt.loadEngine (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:448)
at async vt.instantiateLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:12591)
at async vt.start (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:1981)
at async Proxy.onModuleInit (/app/dist/prisma/prisma.service.js:14:9)
at async Promise.all (index 0)
at async callModuleInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5)
at async NestApplication.callInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application-context.js:223:13)
at async NestApplication.init (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:100:9)
at async NestApplication.listen (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:169:33) {
clientVersion: '5.10.1',
errorCode: undefined
}

更新到 2.6.1可以解决

@ziz9
Copy link

ziz9 commented Dec 16, 2024

大佬您好,huggingface更新2.6.1,发生错误
`runtime error
Exit code: 1. Reason: m. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements

Details: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/.prisma/client/libquery_engine-linux-musl.so.node)
at Object.loadLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:10151)
at async vt.loadEngine (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:448)
at async vt.instantiateLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:12591)
at async vt.start (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:1981)
at async Proxy.onModuleInit (/app/dist/prisma/prisma.service.js:14:9)
at async Promise.all (index 0)
at async callModuleInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5)
at async NestApplication.callInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application-context.js:223:13)
at async NestApplication.init (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:100:9)
at async NestApplication.listen (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:169:33) {
clientVersion: '5.10.1',
errorCode: undefined
}

Node.js v20.18.1`

@cooderl
Copy link
Owner Author

cooderl commented Dec 17, 2024

大佬您好,huggingface更新2.6.1,发生错误 `runtime error Exit code: 1. Reason: m. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements

Details: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/.prisma/client/libquery_engine-linux-musl.so.node) at Object.loadLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:10151) at async vt.loadEngine (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:448) at async vt.instantiateLibrary (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:112:12591) at async vt.start (/app/node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:1981) at async Proxy.onModuleInit (/app/dist/prisma/prisma.service.js:14:9) at async Promise.all (index 0) at async callModuleInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5) at async NestApplication.callInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application-context.js:223:13) at async NestApplication.init (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:100:9) at async NestApplication.listen (/app/node_modules/.pnpm/@nestjs+core@10.3.3_@nestjs[email protected]_class-transformer@[email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:169:33) { clientVersion: '5.10.1', errorCode: undefined }

Node.js v20.18.1`

这个看起来还是 2.6.0 。如果用的是 latest标签镜像,可能有缓存,重新部署或者手动改成 2.6.1。可以翻一下这个issue #32

@hellofreud
Copy link

必须来杯啤酒
00608123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants