We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anyone getting a fetch error when attempting to publishFeed with no modification to source code?
/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/xrpc/src/client.ts:156 throw new XRPCError(ResponseType.Unknown, String(e)) ^ XRPCError: TypeError: fetch failed at Function.defaultFetchHandler [as fetch] (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/xrpc/src/client.ts:156:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async _AtpAgent._fetch (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/api/src/agent.ts:201:15) at async ServiceClient.call (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/xrpc/src/client.ts:104:17) at async _AtpAgent.login (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/api/src/agent.ts:120:19) { status: 1, error: 'TypeError: fetch failed', success: false } error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Try running with node v18
Sorry, something went wrong.
Downgrade to node18 as potential workaround to #1
699e202
as suggested in bluesky-social/feed-generator#24
No branches or pull requests
Anyone getting a fetch error when attempting to publishFeed with no modification to source code?
/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/xrpc/src/client.ts:156
throw new XRPCError(ResponseType.Unknown, String(e))
^
XRPCError: TypeError: fetch failed
at Function.defaultFetchHandler [as fetch] (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/xrpc/src/client.ts:156:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _AtpAgent._fetch (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/api/src/agent.ts:201:15)
at async ServiceClient.call (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/xrpc/src/client.ts:104:17)
at async _AtpAgent.login (/Users/jakeliebert/Documents/bluesky-PM-feed-main/node_modules/@atproto/api/src/agent.ts:120:19) {
status: 1,
error: 'TypeError: fetch failed',
success: false
}
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: