rader

Results 73 comments of rader

@miss-uny 图片默认会使用 lfs,`.gitattributes `里定义了规则

close as no response

登录的官网吗?从什么页面跳转到登录页面的?有没有错误的截图?

感谢提供这么详细的信息! 个人页也看不到自己创建的数据集,可以判断跟组织的权限无关。这里可能的原因是个人页获取数据失败了。 @ioo0s 能否在刷新个人主页的同时查看一下服务端的日志,看看请求是否到达服务端,是否有错误? ``` docker compose logs -f --since 1m starhub_server ``` 服务端会记录类似这样的访问日志 ``` starhub-starhub_server-1 | {"time":"2024-06-26T03:39:55.618968801Z","level":"INFO","msg":"http request","ip":"219.142.137.156","method":"GET","latency(ms)":10,"status":200,"current_user":"test","auth_type":"JWT","url":"/api/v1/user/test/datasets?per=6&page=1"} ```

> csghub_server-1 | {"time":"2024-06-26T03:59:02.942153775Z","level":"ERROR","msg":"refresh status all failed","error":"Get \"http://localhost:8082/status-all\": dial tcp [::1]:8082: connect: connection refused"} @ioo0s 个人主页刷新完成之后,csghub_server-1 的日志就只有这一条吗?

> Got the same error when I just compose up, `csghub_server` will endless restart. Test on `https://raw.githubusercontent.com/OpenCSGs/csghub/main/all-in-one.yml` and `https://opencsg-public-resource.oss-cn-beijing.aliyuncs.com/csghub/all-in-one-CN.yml`, the same error. > > ``` > csghub_server-1 | Database setup......