error: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview"
39 lines 3.2 kB view raw
1 2 3[User] Failed to fetch profile - Full error: 71 | const resBodyBytes = await response.arrayBuffer(); 472 | const resBody = (0, util_1.httpResponseBodyParse)(response.headers.get('content-type'), resBodyBytes); 573 | const resCode = (0, types_1.httpResponseCodeToEnum)(resStatus); 674 | if (resCode !== types_1.ResponseType.Success) { 775 | const { error = undefined, message = undefined } = resBody && (0, util_1.isErrorResponseBody)(resBody) ? resBody : {}; 876 | throw new types_1.XRPCError(resCode, error, message, resHeaders); 9 ^ 10error: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview" 11 error: "ScopeMissingError", 12 headers: { 13 "access-control-allow-origin": "*", 14 "access-control-expose-headers": "DPoP-Nonce", 15 "alt-svc": "h3=\":443\"; ma=2592000", 16 "cache-control": "private", 17 "content-length": "138", 18 "content-type": "application/json; charset=utf-8", 19 date: "Fri, 05 Dec 2025 22:40:49 GMT", 20 "dpop-nonce": "OJw6Lwy_JHwiRdodi_nfWNtkOOuz0Y3yqqKtmxWhI1k", 21 etag: "W/\"8a-WqmIIJs1yj7sNRC3+oWt+zbM/+0\"", 22 vary: "Authorization, Accept-Encoding", 23 via: "1.1 Caddy", 24 "x-powered-by": "Express", 25}, 26 success: false, 27 status: 403, 28 29 at call (/Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/@atproto+xrpc@0.7.5/node_modules/@atproto/xrpc/dist/xrpc-client.js:76:23) 30 at async <anonymous> (/Users/regent/Developer/wisp.place-monorepo/apps/main-app/src/routes/user.ts:51:34) 31 at async handle (file:///Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/elysia@1.4.18+405bd604b2ba045f/node_modules/elysia/dist/bun/index.js:18:47) 32 33[User] Error message: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview" 34[User] Error stack: Error: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview" 35 at call (/Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/@atproto+xrpc@0.7.5/node_modules/@atproto/xrpc/dist/xrpc-client.js:76:35) 36 at async <anonymous> (/Users/regent/Developer/wisp.place-monorepo/apps/main-app/src/routes/user.ts:51:34) 37 at async handle (file:///Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/elysia@1.4.18+405bd604b2ba045f/node_modules/elysia/dist/bun/index.js:18:47) 38 at processTicksAndRejections (native:7:39) 39[main-app] [User] Failed to fetch profile {"error":"Missing required scope \"rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview\"","stack":"Error: Missing required scope \"rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview\"\n at call (/Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/@atproto+xrpc@0.7.5/node_modules/@atproto/xrpc/dist/xrpc-client.js:76:35)\n at async <anonymous> (/Users/regent/Developer/wisp.place-monorepo/apps/main-app/src/routes/user.ts:51:34)\n at async handle (file:///Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/elysia@1.4.18+405bd604b2ba045f/node_modules/elysia/dist/bun/index.js:18:47)\n at processTicksAndRejections (native:7:39)"}