sz
sz
Explore posts from servers
CDCloudflare Developers
Created by sz on 7/2/2023 in #workers-help
Service Binding to self
⎔ Starting local server...
⎔ Reloading local server...
*** Received signal #10: Bus error: 10
stack:
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.


⎔ Reloading local server...
[mf:inf] Updated and ready on http://127.0.0.1:10201/
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.


*** Received signal #10: Bus error: 10
stack:
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
⎔ Starting local server...
⎔ Reloading local server...
*** Received signal #10: Bus error: 10
stack:
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.


⎔ Reloading local server...
[mf:inf] Updated and ready on http://127.0.0.1:10201/
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.


*** Received signal #10: Bus error: 10
stack:
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
4 replies
CDCloudflare Developers
Created by sz on 7/2/2023 in #workers-help
Service Binding to self
The worker doesn't start basically
4 replies
CDCloudflare Developers
Created by sz on 6/17/2023 in #general-help
Error using Web Crypto API in wrangler 3.1.0
hmm. i think it was bad key data but not sure. we've recently updated wrangler and i was using the same key data but a fresh one just works fine
4 replies
CDCloudflare Developers
Created by sz on 6/17/2023 in #general-help
Error using Web Crypto API in wrangler 3.1.0
const keyData = 'IZGpRVnehcd1X/eCIbXBkQTTCrT4W6VvCr1wfWqrtZ4='
const data = Uint8Array.from(atob(keyData), (c) => c.charCodeAt(0))
const algorithm = { name: 'AES-GCM' }
crypto.subtle.importKey('raw', data, algorithm, false, [
'encrypt',
'decrypt',
])
const keyData = 'IZGpRVnehcd1X/eCIbXBkQTTCrT4W6VvCr1wfWqrtZ4='
const data = Uint8Array.from(atob(keyData), (c) => c.charCodeAt(0))
const algorithm = { name: 'AES-GCM' }
crypto.subtle.importKey('raw', data, algorithm, false, [
'encrypt',
'decrypt',
])
4 replies