You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get url provided in 3 and paste it into the input field on framegear website and then press Fetch button
the frame will be presented on framegear website
enter any text in the input field of the frame being rendered and then press "Story time"
you will see an error on the backend of a-frame-in-100-lines app
The error message
FetchError: non-200 status returned from neynar : 400
at Object.postDataToNeynar (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/utils/neynar/postDataToNeynar.js:18:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.neynarFrameValidation (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/utils/neynar/frame/neynarFrameValidation.js:7:26)
at async getFrameMessage (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/frame/getFrameMessage.js:20:22)
at async getResponse (webpack-internal:///(rsc)/./app/api/frame/route.ts:14:34)
at async /home/claudio/src/cartesi/a-frame-in-100-lines/node_modules/next/dist/compiled/next-server/app-route.runtime.dev.js:6:62499
Extra comments
This repo is using onchainkit library 0.14.1 and the framegear app on onchainkit's repo is using onchainkit library version 0.15.0.
I updated this repo to version 0.15.0, but the error is the same.
The text was updated successfully, but these errors were encountered:
claudioantonio
changed the title
Bug: When running it in conjunction with framegear and error occurs when handling the submit from "Story time" action
Bug: When running it in conjunction with framegear an error occurs when handling the submit from "Story time" action
Jun 13, 2024
When using the getFrameMessage function, include the allowFramegear option to enable Framegear to send mock frame actions.
After adding the allowFramegear option it worked as expected.
Steps to reproduce
npm install
npm run dev
to run a-frame-in-100-lines appnpm install
npm run dev
The error message
FetchError: non-200 status returned from neynar : 400 at Object.postDataToNeynar (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/utils/neynar/postDataToNeynar.js:18:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.neynarFrameValidation (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/utils/neynar/frame/neynarFrameValidation.js:7:26) at async getFrameMessage (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/frame/getFrameMessage.js:20:22) at async getResponse (webpack-internal:///(rsc)/./app/api/frame/route.ts:14:34) at async /home/claudio/src/cartesi/a-frame-in-100-lines/node_modules/next/dist/compiled/next-server/app-route.runtime.dev.js:6:62499
Extra comments
This repo is using onchainkit library 0.14.1 and the framegear app on onchainkit's repo is using onchainkit library version 0.15.0.
I updated this repo to version 0.15.0, but the error is the same.
The text was updated successfully, but these errors were encountered: