-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Zeabur部署失败的和Railway不允许部署项目的可以用huggingface部署 #32
Comments
感谢老铁! |
感谢 |
感谢,我在hugging face上部署完之后点击进去显示
想问一下这种问题有人遇到过么?谢谢 |
你的文件全部上传了吗,app_port: 4000加了吗 @xiki-tempula |
抱歉 我报相同错误,所有步骤我都加了,包括app_port: 4000
其他俩变量,我是:
麻烦你再帮我看下我是哪里填错了呗,谢谢!! |
在MYSQL_URL这里拿,一模一样复制到huggingface的环境变量就可以了 |
这个Direct URL环境变量你不会真填Direct URL这个值吧 |
@DelmarHuang @xiki-tempula 是否解决了呢 |
谢谢,但macOS的QQ好像不支持远程🤦。。。 然后,是的,我是直接填了direct URL的值,就https开头的网址,如图。不然,应该填啥啊😂 @candies404 |
https://www.raylink.live/,下一个我帮你远程看一下 |
@candies404 麻烦了!!太感谢了!! 我的设备码:138800281 |
我建议去掉mysql的要求,改成sqlite吧,部署要容易的多。并且基本都是自己使用,数据库不会成为瓶颈 |
AUTH_CODE是文中的“1234567“ 还是 仓库readme中的“123567” 服务接口请求授权码 - AUTH_CODE=123567 |
报同样错误,“{"statusCode":500,"message":"Internal server error"}” 请问有解决办法吗? 和log中“Server is running at http://0.0.0.0:4000”是否有关 |
报同样错误,请问最后是怎么解决的呢?同macos log
|
不需要Run 项目会自动编译 @proteincontent |
那你应该另起issue,不是在这里😀 |
|
https://www.raylink.live/ 下载私发你的设备码和密码到qq 2814871461 @proteincontent |
同MacOS,同样的问题,我的解决方案是:检查并确保自己全部上传了所有文件。 |
确信,不注意看教程 |
更详细的教程,同时标注了常见错误链接 |
一样的问题,检查README同级目录下的隐藏文件是否上传 |
建议加一下,在上传文件的时候,如果是OSX系统,按 |
老哥 能不能帮我部署一下 纯小白不太懂 |
已添加,感谢 |
上传文件这个真的要注意一下,我一开始是把大的文件夹上传,提示 HF dock 错误,因为后面readme跟大文件夹不在同一个文件夹之内。发现之后修改,点进大的文件夹,把文件夹里面的内容全选,再上传,还是错误。 再检查,文件夹之内还有文件夹,全选上传的时候只上传 了文件,没有把文件夹内容全部上传。 最后,再把几个文件夹再上传, 就成功了。 在上传文件的时候,大家注意一下,一定要上传完整。 |
太厉害了,安装新版教程部署成功!如果能把微信文章下面的评论也给拉出来,那真是牛逼大发了 |
感谢大神,部署成功! |
请教一下,上传文件版本的操作手册中,是需要将readme以外的全部上传,readme不能上传对吧? |
[Nest] 70 - 03/16/2024, 12:21:39 PM LOG [TrpcService] error: 查了下500错误来源这儿,请问这个错误怎么解决呢? |
是的 |
文件没有上传完整导致的 |
railway,这个数据库能用多久,能长期用不? @candies404 |
https://huggingface.co/spaces/gatieme/wewe-rss 这个是 DATABSE_URL 填的不对么。这个东东应该咋填呀 Runtime error
PrismaClientInitializationError: Can't reach database server at `db`:`3306`
Please make sure your database server is running at `db`:`3306`.
at r (/app/node_modules/.pnpm/@[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:113:2493)
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/@[email protected]_@[email protected][email protected][email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5)
at async NestApplication.callInitHook (/app/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application-context.js:223:13)
at async NestApplication.init (/app/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:100:9)
at async NestApplication.listen (/app/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_refl_ogqsyr4bbcztohkf54i7ykqyhm/node_modules/@nestjs/core/nest-application.js:169:33)
at async bootstrap (/app/dist/main.js:32:5) {
clientVersion: '5.10.1',
errorCode: 'P1001'
}
Node.js v20.14.0 |
一样的问题,你解决了吗 |
***@***.***:3306
格式如下
mysql://:这是协议部分,指出这是一个MySQL数据库的连接。
root:这是数据库用户的用户名。
123456:这是数据库用户的密码。
db:这是数据库服务器的主机名或IP地址。
3306:这是数据库服务监听的端口号。
…------------------ 原始邮件 ------------------
发件人: "cooderl/wewe-rss" ***@***.***>;
发送时间: 2024年8月5日(星期一) 下午3:28
***@***.***>;
***@***.******@***.***>;
主题: Re: [cooderl/wewe-rss] Zeabur部署失败的和Railway不允许部署项目的可以用huggingface部署 (Issue #32)
https://huggingface.co/spaces/gatieme/wewe-rss
这个是 DATABSE_URL 填的不对么。这个东东应该咋填呀 DATABASE_URL 填的 ***@***.***:3306/wewe-rss?schema=public&connect_timeout=30&pool_timeout=30&socket_timeout=30
Runtime error PrismaClientInitializationError: Can't reach database server at `db`:`3306` Please make sure your database server is running at `db`:`3306`. at r ***@***.******@***.******@***.******@***.***/client/runtime/library.js:113:2493) at async Proxy.onModuleInit (/app/dist/prisma/prisma.service.js:14:9) at async Promise.all (index 0) at async callModuleInitHook ***@***.******@***.******@***.******@***.******@***.******@***.******@***.***/core/hooks/on-module-init.hook.js:43:5) at async NestApplication.callInitHook ***@***.******@***.******@***.******@***.******@***.******@***.******@***.***/core/nest-application-context.js:223:13) at async NestApplication.init ***@***.******@***.******@***.******@***.******@***.******@***.******@***.***/core/nest-application.js:100:9) at async NestApplication.listen ***@***.******@***.******@***.******@***.******@***.******@***.******@***.***/core/nest-application.js:169:33) at async bootstrap (/app/dist/main.js:32:5) { clientVersion: '5.10.1', errorCode: 'P1001' } Node.js v20.14.0
一样的问题,你解决了吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
正解! |
用新版办法,部署成功了,但是运行的时候一直提示“Unable to transform response from server”.... |
不知道为何,现在我使用railway中的 MYSQL_PUBLIC_URL才可以访问数据库 |
公开的才能访问啊 |
成功了 感谢 |
报错显示:
这怎么解决啊 |
@candies404 大神,为什么我这个一直在loading? |
大佬,今天在hugginface更新 2.6.1 出现这个错误 runtime error 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) Node.js v20.18.1 |
重新部署下试试 |
**单独fork了,指定了2.6.1的分支,RUN git clone --branch v2.6.1 https://github.com/stupidjoey/t_w_s.git . 还是报这个错误,求指导:** runtime error 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) Node.js v20.18.1 ===== Application Startup at 2024-12-22 10:22:44 ===== prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x". |
强烈推荐https://sugar404.notion.site/huggingface-wewe-rss-0cc8d00b9e0d4a71a8b2ec541ebe58dc 本篇教程
解决了上传文件的问题,同时有更新方法
以下为老版方案
操作步骤
SERVER_ORIGIN_URL
会没有url然后上传除README.md的所有文件
1.追加
app_port: 4000
2.添加环境变量
环境变量在Settings选项卡下 名称为
Variables and secrets
,自行添加所需变量如果你不知Settings在哪,请看步骤4的图片,files右边两个按钮处便是Settings
DATABASE_URL
在Railway获取,AUTH_CODE
默认为1234567,如果你修改了,请填入你修改后的值,SERVER_ORIGIN_URL
的路径按下图片操作会出现一个窗口,在窗口中的Direct URL
下然后就完成了,成功图片
The text was updated successfully, but these errors were encountered: