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
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 ubiquity-os-marketplace/command-ask#19 (comment)
The text was updated successfully, but these errors were encountered: