bluesky-social / feed-generator

ATProto Feed Generator Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default feed setup broken?

cvhammond opened this issue · comments

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?

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.

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

That works @tomharting. Thank you.

Yup that should have been fixed by this: #69

Sorry for not fixing that earlier!