Gabriel Rogan
Gabriel Rogan
This is still an issue for me in May 2021. Is there a plan to fix?
I was able to reproduce this using a bare minimum worker template with fetch('https://example.com'). Strangely it seems to work fine with fetch('http://ip-api.com/json'), so I think it's an issue with SSL....
Can we please rename this issue to something more useful? Like "internal error" on fetch with HTTPS cc @jasnell
I am getting this error as well for version 3.0.2, which versions are compatible with macos?
I have this issue when I run on web (via Electron)
Not stale
Try adding this fix here with patch-package (note I haven't tested yet): https://github.com/trentm/node-bunyan/blob/master/lib/bunyan.js#L188 ``` var caller = stack[2]; if (!caller) { return; } ```
I haven't tried this solution in production nor solved this issue yet, but one thing that looks suspicious is that the events are all simulataneously sent rather than making one...
To run @jessethach's command, remember to replace 1.6.37 with your version and `sudo mkdir /usr/local/lib` if it doesn't exist.
Same issue, it's causing users to complain about "freezing" and needing to force close the app