No POST was received meaning the event was never forwarded
Kernel logs
So it seems the fetch transport broke which is why it never got delivered. Seems tricky to reproduce, will have a look.
Error message:
Could not find a manifest for Worker https://ubiquity-os-telegram-bridge-development.ubiquity.workers.dev/manifest.json: Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance. (I/O type: SpanParent)
No POST was received meaning the event was never forwarded
Kernel logs
So it seems the
fetch
transport broke which is why it never got delivered. Seems tricky to reproduce, will have a look.Error message:
Originally posted by @gentlementlegen in https://github.com/ubiquity-os-marketplace/command-ask/issues/19#issuecomment-2440529657