Your Feedback about Impact Analysis #77
Replies: 8 comments
-
I installed the Laravel package, and am seeing the following error:
This does NOT happen on every request, so far about 8 times. It also appears to happen randomly, there doesn't seem to be a pattern as to which pages it happens on. |
Beta Was this translation helpful? Give feedback.
-
👋 Hello @mikebronner and thanks for your feedback. Can you let me know what version of the package you are using so I can try to run this down? |
Beta Was this translation helpful? Give feedback.
-
This from composer.lock:
I have turned this feature off until this can be solved, as it was impacting production. |
Beta Was this translation helpful? Give feedback.
-
It looks like the issue is here:
as denoted by the stack trace:
Essentially the returned status from the response object is of the type You mention this is occurring intermittently. Are there specific requests in your system where a BinaryFileResponse is expected behavior? An example here would be if you have an endpoint that, perhaps, serves static files. Do you routinely see failures on endpoints that may be serving static assets? In the meantime I'll get a PR together to resolve the issue indicated by the stack trace. |
Beta Was this translation helpful? Give feedback.
-
Hi Eli, thanks for looking into this. As you can see from the stack trace, this is not happening in our app's code. These appear to happen in Livewire AJAX requests using the GET method, so it would appear unrelated to the request itself, but might have something to do with how Livewire handles it internally. |
Beta Was this translation helpful? Give feedback.
-
🤔 I'll dig into the livewire internals a bit, but I don't think it changes the straightforward fix that much. You can track the progress of that fix here: Looks like composer is upset in the CI, and I still want to review this change and get some tests on it if I can, but I'll try to get this merged as soon as I can for you and do a 0.1.6 release of the package. |
Beta Was this translation helpful? Give feedback.
-
@mikebronner This should be fixed in v0.1.6. Release notes here: https://github.com/codecov/opentelem-laravel/releases/tag/v0.1.6 |
Beta Was this translation helpful? Give feedback.
-
thanks, I'll update and test again :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions