scribble-diffusion icon indicating copy to clipboard operation
scribble-diffusion copied to clipboard

createPrediction error

Open jwson1 opened this issue 1 year ago • 3 comments

It runs well until I click the image generation button. Does anyone have a clue? Here is the error message.

npm run dev

[email protected] dev next dev

  • ready started server on 0.0.0.0:3000, url: http://localhost:3000
  • info Loaded env from C:\MyDevWork\scribble-diffusion.env.local (node:58892) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use node --trace-warnings ... to show where the warning was created) (node:58892) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
  • event compiled client and server successfully in 875 ms (205 modules)
  • wait compiling...
  • event compiled client and server successfully in 325 ms (205 modules)
  • wait compiling / (client and server)...
  • event compiled client and server successfully in 487 ms (1134 modules)
  • wait compiling /api/predictions (client and server)...
  • event compiled successfully in 66 ms (67 modules)
  • error node_modules\replicate\lib\deployments.js (21:12) @ Replicate.createPrediction
  • error Invalid webhook URL null
  • wait compiling /_error (client and server)...
  • event compiled client and server successfully in 129 ms (1136 modules)

jwson1 avatar Sep 22 '23 10:09 jwson1

@jwson1 Hello,i'm also appear this error, could you please tell me how do you solve this error ? Thanks

wenzhihao123 avatar Feb 23 '24 07:02 wenzhihao123

Same invalid web hook url error here

jportillo83 avatar Feb 25 '24 18:02 jportillo83

Same invalid web hook url error here

Modify .env.local , add NGROK_HOST=https://8db01fea81ad.ngrok.io to expose your local server to the internet.

maoyanfei avatar Mar 09 '24 02:03 maoyanfei