rust-ceramic icon indicating copy to clipboard operation
rust-ceramic copied to clipboard

BUG: Unable to get past events

Open TheGreatAlgo opened this issue 4 months ago • 0 comments

Describe the bug Unable to get past events for a stream when starting a new node up on another computer.

To Reproduce I have one ceramic-one node running which is issuing events to a stream.

On another computer I spin up a ceramic-one node and indicate interest in that streamID

I can call curl -v http://localhost:5101/ceramic/experimental/interests and see that there is some data.

But when I call curl -v http://localhost:5101/ceramic/experimental/events/model/<stream_id> It returns {"events":[],"resumeOffset":0,"isComplete":true}.

Expected behavior I expect it to return the latest events in chronological order.

All I am trying to do is have one ceramice node issuing events. Then anyone can spin up a node and listen to those events and get past events too from latest to oldest.

Ceramic versions 0.56.0

Machine, OS, browser information (please complete the following information): Macbook, Sequoia 15.6.1

TheGreatAlgo avatar Oct 14 '25 15:10 TheGreatAlgo