Kalpak
Explore posts from serverszValidator c.req.valid("form") type error
Hey everyone, I am trying to use the zValidator middleware which I have setup in an auth.validator.ts file which looks like:
I have my route setup like:
and signUpController like:
When I am trying to use c.req.valid("form") i get the error:
Argument of type '"form"' is not assignable to parameter of type 'never'.
Im assuming its because the validator middleware is defined in and the route is setup in index.ts.
how do I fix this? Do I have to type the Env being passed into the hono router created in index.ts? If so, how?33 replies
RRunPod
•Created by Kalpak on 2/22/2025 in #⚡|serverless
Help with deploying WhisperX ($35 bounty)
I've been trying to get WhisperX to run on runpod serverless. Here is what I have so far: https://github.com/YashGupta5961/whisperx-worker .
The worker deploys but its running into some problems processing the request. I cant seem to debug whats going wrong. I am willing to offer $35 USD to anyone who can get it working with diarization. I know its not much but I hope it can be motivating to bang their head against the wall for me 😄
10 replies