We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.6
Windows 11, ElysiaJS with bun
Yes
return app .post( "/list", async ({ body }: { body: LiveStreamListPayload }) => { const liveStreams = await client.liveStreams.list({ streamKey: body.streamKey, name: body.name, sortBy: body.sortBy, sortOrder: body.sortOrder, currentPage: body.currentPage, pageSize: body.pageSize, }); return { data: liveStreams }; }, { body: t.Object({ streamKey: t.Optional(t.String()), name: t.Optional(t.String()), sortBy: t.Optional(t.String()), sortOrder: t.Optional(t.String()), currentPage: t.Optional(t.Number()), pageSize: t.Optional(t.Number()), }), } )
The list of my livestreams
{ "name": "Error", "message": "ApiVideoError" }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
2.5.6
Environment that reproduces the issue
Windows 11, ElysiaJS with bun
Is it reproducible in the example application?
Yes
Reproduction steps
Expected result
The list of my livestreams
Actual result
Additional context
No response
Relevant logs output
No response
The text was updated successfully, but these errors were encountered: