Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
First run of rad seed failed
Closed { reason: Other } did:key:z6MkpBza...rkhn opened 2 years ago

Today with clean installation from master, after running:

  • rad auth
  • rad node start
  • rad web https://app.radicle.xyz --path "/nodes/127.0.0.1:8080/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"

I’ve encountered error running:

/Users/kuchta: rad seed rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5                                                    04/07/2024 12:56:01 PM
✓ Seeding policy updated for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 with scope 'all'
✗ Fetching rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 from z6Mkmqo…4ebScxo.. error: retrieve error: object failed to evaluate: unable to initialize object: z6MkrnXJWPndzPBxpBUaE3L3BnMeWpaQdT1V1FvkoCPFSFS3 not authorized to apply Label { labels: {Label("bug")} }
✓ Fetching rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 from z6MkrLM…ocNYPm7..
✗ Fetching rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 from z6MkeXC…onGiyxx.. <canceled>
✗ Error: timed out reading from control socket

So I’ve stopped rad web and re-runned it with just rad web and now rad seed completed successfully. I don’t know if it has any connection to running rad web without any arguments though. I’ve just followed recommendations from README and Guide. BTW, that heartwood/README unfortunatelly don’t include installtion of radicle-httpd which could be a problem to users just following README and not realising why rad web is not present…

fintohaps commented 2 years ago

Hey, thanks for trying out Radicle :)

We have been running into timeouts in general, and we’re looking to improve this situation. The seeding of the repository succeeded but it also attempts to fetch from the network – in fact one of the nodes was successfully fetched:

✓ Fetching rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 from z6MkrLM…o…

Regarding the README, we’d love to accept a patch adding the installation instructions for radicle-httpd. At the same time, rad web is actually considered experimental at the moment :D

z6MkpBza...rkhn commented 2 years ago

Hey, thanks for this amazing project. 🙌🏻 Something I’ve been waiting for ages ❤️ Really love how you approach it and your technical taste, whatever it means 😉 I’m very happy to take it on. It’s definitely something I would like to try 🖐🏻

z6MkkfM3...sVz5 commented 1 year ago

Hey mila, thanks for taking the time and writing this issue.

I just wanted to chime it since during the last 4 months a few things happened around rad web and radicle-httpd

  • rad web has been deprecated and removed from the stack
  • radicle-httpd has been stripped from any create or edit functionality and has no longer any session related features.

So you are still able to run your own local radicle-httpd instance but the web client will be kept a read-only instance to browse public seeds.

For interacting with your local storage the path forward will be the CLI, TUI and the coming radicle-desktop app.

Hope this helps!