Luca (steebchen)
Luca (steebchen)
Explore posts from servers
CDCloudflare Developers
Created by Luca (steebchen) on 1/12/2025 in #workers-help
Weird "run" error with workers + CF workflows
{
"$cloudflare": {
"diagnosticsChannelEvents": [],
"truncated": false,
"event": {
"rpcMethod": "run"
},
"scriptName": "telegram-mod",
"outcome": "exception",
"eventType": "rpc",
"entrypoint": "MessageHandler",
"scriptVersion": {
"id": "76e2dd15-d113-430e-a2ee-529dfd2bc771"
},
"executionModel": "stateless",
"$metadata": {
"requestId": "FU02JX2871X677HA",
"id": "01JHED5VRMEET8V1MG0EXQH96G",
"type": "cf-worker-event",
"error": "run"
}
},
"level": "error",
"message": "run"
}
{
"$cloudflare": {
"diagnosticsChannelEvents": [],
"truncated": false,
"event": {
"rpcMethod": "run"
},
"scriptName": "telegram-mod",
"outcome": "exception",
"eventType": "rpc",
"entrypoint": "MessageHandler",
"scriptVersion": {
"id": "76e2dd15-d113-430e-a2ee-529dfd2bc771"
},
"executionModel": "stateless",
"$metadata": {
"requestId": "FU02JX2871X677HA",
"id": "01JHED5VRMEET8V1MG0EXQH96G",
"type": "cf-worker-event",
"error": "run"
}
},
"level": "error",
"message": "run"
}
I'm getting this occasionally. However all my workflows seems to work fine with all steps having succeeded. Any idea what this might be?
4 replies
PPrisma
Created by Luca (steebchen) on 12/14/2024 in #help-and-questions
Use statically linked prisma binary (linux-static-x64)
I want to use a staticailly linked binary (linux-static-x64) but it doesn't work as I'm getting this error:
45.22 Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/5dbef10bdbfb579e07d35cc85fb1518d357cb99e/linux-static-x64/libquery_engine.so.node.gz.sha256 - 404 Not Found
45.22 Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/5dbef10bdbfb579e07d35cc85fb1518d357cb99e/linux-static-x64/libquery_engine.so.node.gz.sha256 - 404 Not Found
The Go client uses that static binary, but apparently with the JS client it uses the http binary not the embedded binary which doesn't seem to exist as a static variant :/
5 replies
DTDrizzle Team
Created by Luca (steebchen) on 5/4/2024 in #help
Invalid results when joining
No description
2 replies