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
A legitimate error in my code shows no error and does not appear to run the statement after the error line (hanging?). It seems like a reasonable assumption that something in the worker environment is amiss, but it is hard to assert this without more information. I am of course running this locally at present in miniflare.
I have isolated the code so that I have 2 git repos:
The simple error in the original code is bad JSON.
I finally got to sit down and continue on this. Fixing the JSON so that the error goes away, I found there was another error a few lines later in the same function. Specifically:
Is there an existing issue for this?
What version of
workers-rs
are you using?0.5.0
What version of
wrangler
are you using?3.108.1
Describe the bug
A legitimate error in my code shows no error and does not appear to run the statement after the error line (hanging?). It seems like a reasonable assumption that something in the worker environment is amiss, but it is hard to assert this without more information. I am of course running this locally at present in miniflare.
I have isolated the code so that I have 2 git repos:
I will keep working at this and post anything else I find.
Steps To Reproduce
For the FAIL REPRODUCTION:
For the actual hang, do the following:
hang-relevant-logs.txt
fail-repro-logs.txt
The text was updated successfully, but these errors were encountered: