bluesky-social / feed-generator

ATProto Feed Generator Starter Kit
MIT License
919 stars 329 forks source link

Default feed setup broken? #72

Closed cvhammond closed 9 months ago

cvhammond commented 9 months ago

I setup a custom firehose feed a couple weeks ago but it hasn't updated in a week. When I clone this repo and run yarn and yarn start no posts get written to console as expected.

Was there a change to the protocol that broke this repo?

steveblue commented 9 months ago

I can verify. After seeing my feeds not update for a week, I upgraded my server to the latest from this repo to see if that would help. Feeds are back up after the update, but even if I add a console.log to log "every post off the firehose", nothing is logging. A log just came in, but I expect many more. The logs seem very infrequent and whenever I post, the log doesn't show up.

tomharting commented 9 months ago

Changing wss://bsky.social to wss://bsky.network in .env (or in index.ts if no .env is present yet) does the job.

steveblue commented 9 months ago

That works @tomharting. Thank you.

dholms commented 9 months ago

Yup that should have been fixed by this: https://github.com/bluesky-social/feed-generator/pull/69

Sorry for not fixing that earlier!