Global Feed Post Login
Replying to Avatar Duck Nebuchadnezzar

Does anyone have any idea what is wrong with trying to run gossip from nixpkgs?

```

2024-04-16T17:11:00.045589Z INFO gossip-lib/src/filter.rs:30: No spam filter: No such file or directory (os error 2)

Error: Error { kind: General("Migration level 28 unknown: This client is older than your data."), file: None, line: None }

```

I'm thinking maybe I'm missing a directory that failed to be created, but not sure how to fix.

#asknostr #nixos #gossip nostr:npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c

Avatar
cloud fodder 1y ago

The spam filter error is normal. The other error means you have attempted a downgrade and have an existing gossip data from a newer version (in Linux it's in ~/.local/share/gossip. You can move or delete this directory out of the way to start a fresh db.

Reply to this note

Please Login to reply.

Discussion

Avatar
Duck Nebuchadnezzar 1y ago

This did it

Thread collapsed