Skip to content
New issue

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

Looking for help on fetch error #24

Open
jake-liebert opened this issue May 20, 2023 · 1 comment
Open

Looking for help on fetch error #24

jake-liebert opened this issue May 20, 2023 · 1 comment

Comments

@jake-liebert
Copy link

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.

@benharri
Copy link
Contributor

Try running with node v18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants