-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Check for other issues
- I've checked for other issues, and none exist.
Issue description
As soon as I started up, I ran into an error
Steps to reproduce
- download
- start
- error
Platform and versions
- OS: Unraid 7.0
- Spacedrive: latest
Development tool versions (optional)
Stack trace
2025-02-08T08:49:28.430769Z ERROR sd_core::p2p::manager: Error pulling p2p relay configuration;, e: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("app.spacedrive.com")), port: None, path: "/api/p2p/relays", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
at core/src/p2p/manager.rs:180Additional context
Unraid is based on Linux. My machine is amd64
docker run
-d
--name='spacedrive'
--net='bridge'
--pids-limit 2048
--privileged=true
-e TZ="Asia/Shanghai"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Unraid"
-e HOST_CONTAINERNAME="spacedrive"
-e 'SD_AUTH'='admin:spacedrive'
-l net.unraid.docker.managed=dockerman
-p '5050:8080/tcp'
-v '/mnt/user/appdata/spacedrive':'/var/spacedrive':'rw' 'ghcr.io/spacedriveapp/spacedrive/server'
23b83ece16099242cdcd567a6908e6881ec3880b4fd55f68c7135bf6911a54ce
Code of Conduct
- I agree to follow the Code of Conduct.
Reactions are currently unavailable