commonwarexyz / commonwarexyz/battleware
[seeder] Investigate Missing Seed
- Dominant language
- Rust
- Stars
- 26
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
`randotron` is failing with a missing seed from the backend (which should never happen):
```
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
[info] Stats generating=0 lobby=3 battle=18
[info] Stats generating=0 lobby=3 battle=18
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
[info] Stats generating=0 lobby=3 battle=18
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
[info] Stats generating=0 lobby=3 battle=18
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
[info] Stats generating=0 lobby=3 battle=18
[warn] Failed to request seed: 2322395
[info] Stats generating=0 lobby=3 battle=18
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with randotron and the backend path handling seed requests; reproduce the missing-seed failure using identifier 2322395 from the logs. Trace where that seed is expected to exist, identify the cause, and verify that the failure no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, blockchain
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100